Add change note

This commit is contained in:
Chris Smowton
2022-10-28 15:47:04 +01:00
parent 5c66d87ed6
commit 6d321e0151

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Query `go/clear-text-logging` now excludes `GetX` methods of protobuf `Message` structs, except where taint is specifically known to belong to the right field. This is to avoid FPs where taint is written to one field and then spuriously read from another.