Add change notes for PRs that omitted them

This commit is contained in:
Chris Smowton
2020-11-20 16:15:12 +00:00
parent 3c84f11d5b
commit e241f8469b
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.