mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
547 B
547 B
0.5.1
Deprecated APIs
- The documentation of API graphs (the
APImodule) has been expanded, and some of the members predicates ofAPI::Nodehave been renamed as follows:getAnImmediateUse->asSourcegetARhs->asSinkgetAUse->getAValueReachableFromSourcegetAValueReachingRhs->getAValueReachingSink
Minor Analysis Improvements
- Improved modeling of sensitive data sources, so common words like
certainandsecretaryare no longer considered a certificate and a secret (respectively).