mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
778 B
778 B
0.8.3
Deprecated APIs
- In
SensitiveApi.qll,javaApiCallablePasswordParam,javaApiCallableUsernameParam,javaApiCallableCryptoKeyParam, andotherApiCallableCredentialParampredicates have been deprecated. They have been replaced with a new classCredentialsSinkNodeand its child classesPasswordSink,UsernameSink, andCryptoKeySink. The predicates have been changed to using the new classes, so there may be minor changes in results relying on these predicates.
Minor Analysis Improvements
- The types
java.util.SequencedCollection,SequencedSetandSequencedMap, as well as the relatedCollections.unmodifiableSequenced*methods are now modelled. This means alerts may be raised relating to data flow through these types and methods.