mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
947 B
947 B
category
| category |
|---|
| minorAnalysis |
- Deleted many deprecated predicates and classes with uppercase
XML,JSON,URL,API, etc. in their names. Use the PascalCased versions instead. - Deleted the deprecated
localTaintSteppredicate fromDataFlow.qll. - Deleted the deprecated
stringStep, andlocalTaintSteppredicates fromTaintTracking.qll. - Deleted many modules that started with a lowercase letter. Use the versions that start with an uppercase letter instead.
- Deleted the deprecated
HtmlInjectionConfigurationandJQueryHtmlOrSelectorInjectionConfigurationclasses fromDomBasedXssQuery.qll, useConfigurationinstead. - Deleted the deprecated
DefiningIdentifierclass and theDefinitions.qllfile it was in. UseSsaDefinitioninstead. - Deleted the deprecated
definitionReaches,localDefinitionReaches,getAPseudoDefinitionInput,nextDefAfter, andlocalDefinitionOverwritespredicates fromDefUse.qll.