Files
codeql/go/ql/src/change-notes/released/0.7.7.md
2024-01-23 19:45:16 +00:00

431 B

0.7.7

Minor Analysis Improvements

  • The query go/insecure-randomness now recognizes the selection of candidates from a predefined set using a weak RNG when the result is used in a sensitive operation. Also, false positives have been reduced by adding more sink exclusions for functions in the crypto package not related to cryptographic operations.
  • Added more sources and sinks to the query go/clear-text-logging.