mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
704 B
704 B
category
| category |
|---|
| minorAnalysis |
- Deleted the deprecated
getAnImmediateUse,getAUse,getARhs, andgetAValueReachingRhspredicates from theAPI::Nodeclass. - Deleted the deprecated
mayReferToParameterpredicate fromDataFlow::Node. - Deleted the deprecated
getStaticMethodandgetAStaticMethodpredicates fromDataFlow::ClassNode. - Deleted the deprecated
isLibaryFilepredicate fromClassifyFiles.qll, useisLibraryFileinstead. - Deleted many library models that were build on the AST. Use the new models that are build on the dataflow library instead.
- Deleted the deprecated
semmle.javascript.security.performancefolder, usesemmle.javascript.security.regexpinstead.