mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
431 B
431 B
0.7.7
Minor Analysis Improvements
- The query
go/insecure-randomnessnow 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 thecryptopackage not related to cryptographic operations. - Added more sources and sinks to the query
go/clear-text-logging.