mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
542 B
542 B
category
| category |
|---|
| minorAnalysis |
- Deleted many deprecated predicates and classes with uppercase
URL,XSS, etc. in their names. Use the PascalCased versions instead. - Deleted the deprecated
getValueTextpredicate from theExpr,StringComponent, andExprCfgNodeclasses. UsegetConstantValueinstead. - Deleted the deprecated
VariableReferencePatternclass, useReferencePatterninstead. - Deleted all deprecated aliases in
StandardLibrary.qll, usecodeql.ruby.frameworks.Coreandcodeql.ruby.frameworks.Stdlibinstead.