mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
1.1 KiB
1.1 KiB
0.8.7
Minor Analysis Improvements
- Deleted many deprecated predicates and classes with uppercase
CPU,TLD,SSA,ASMetc. in their names. Use the PascalCased versions instead. - Deleted the deprecated
getMessageSuffixpredicates inCodeInjectionCustomizations.qll. - Deleted the deprecated
semmle/javascript/security/dataflow/ExternalAPIUsedWithUntrustedData.qllfile. - Deleted the deprecated
getANonHtmlHeaderDefinitionandnonHtmlContentTypeHeaderpredicates fromReflectedXssCustomizations.qll. - Deleted the deprecated
semmle/javascript/security/OverlyLargeRangeQuery.qll,semmle/javascript/security/regexp/ExponentialBackTracking.qll,semmle/javascript/security/regexp/NfaUtils.qll, andsemmle/javascript/security/regexp/NfaUtils.qllfiles. - Deleted the deprecated
Expressions/TypoDatabase.qllfile. - The diagnostic query
js/diagnostics/successfully-extracted-files, and therefore the Code Scanning UI measure of scanned JavaScript and TypeScript files, now considers any JavaScript and TypeScript file seen during extraction, even one with some errors, to be extracted / scanned.