mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
931 B
931 B
0.11.7
Minor Analysis Improvements
- Deleted many deprecated predicates and classes with uppercase
LDAP,HTTP,URL,CGIetc. in their names. Use the PascalCased versions instead. - Deleted the deprecated
localSourceStoreSteppredicate, useflowsToStoreStepinstead. - Deleted the deprecated
iteration_defined_variablepredicate from theSSAlibrary. - Deleted various deprecated predicates from the points-to libraries.
- Deleted the deprecated
semmle/python/security/OverlyLargeRangeQuery.qll,semmle/python/security/regexp/ExponentialBackTracking.qll,semmle/python/security/regexp/NfaUtils.qll, andsemmle/python/security/regexp/NfaUtils.qllfiles. - The diagnostic query
py/diagnostics/successfully-extracted-files, and therefore the Code Scanning UI measure of scanned Python files, now considers any Python file seen during extraction, even one with some errors, to be extracted / scanned.