Files
codeql/go/ql/src/change-notes/released/0.3.3.md
2022-11-04 20:16:23 +00:00

301 B

0.3.3

Minor Analysis Improvements

  • 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.