mirror of
https://github.com/github/codeql.git
synced 2026-01-04 18:20:18 +01:00
859 B
859 B
0.6.2
Major Analysis Improvements
- Added taint sources from the
@actions/coreand@actions/githubpackages. - Added command-injection sinks from the
@actions/execpackage.
Minor Analysis Improvements
- The
js/indirect-command-line-injectionquery no longer flags command arguments that cannot be interpreted as a shell string. - The
js/unsafe-deserializationquery no longer flags deserialization through thejs-yamllibrary, except when it is used with an unsafe schema. - The Forge module in
CryptoLibraries.qllnow correctly classifies SHA-512/224, SHA-512/256, and SHA-512/384 hashes used in message digests as NonKeyCiphers.
Bug Fixes
- Fixed a spurious diagnostic warning about comments in JSON files being illegal. Comments in JSON files are in fact fully supported, and the diagnostic message was misleading.