Merge pull request #409 from smowton/smowton/admin/missing-change-notes-rc126

Add change notes for PRs that omitted them
This commit is contained in:
Chris Smowton
2020-11-23 11:11:56 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Taint is now propagated across protocol buffer ("protobuf") marshalling and unmarshalling operations. This may result in more results from existing queries where the protocol buffer format is used.

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Splitting a string by whitespace or a colon is now considered sanitizing by the `go/clear-text-logging` query, because this is frequently used to split a username and password or other secret.