- Added taint sources from the
@actions/coreand@actions/githubpackages. - Added command-injection sinks from the
@actions/execpackage.
- 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.
- 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.