mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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.