mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
1.3 KiB
1.3 KiB
0.6.3
Major Analysis Improvements
- Added support for TypeScript 5.1.
Minor Analysis Improvements
- 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. - Updated the following JavaScript sink kind names. Any custom data extensions that use these sink kinds will need to be updated accordingly in order to continue working.
command-line-injectiontocommand-injectioncredentials[kind]tocredentials-kind
- Added a support of sub modules in
node_modules.