mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
add change-notes
This commit is contained in:
7
ruby/ql/lib/change-notes/2023-06-02-delete-deps.md
Normal file
7
ruby/ql/lib/change-notes/2023-06-02-delete-deps.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Deleted many deprecated predicates and classes with uppercase `URL`, `XSS`, etc. in their names. Use the PascalCased versions instead.
|
||||
* Deleted the deprecated `getValueText` predicate from the `Expr`, `StringComponent`, and `ExprCfgNode` classes. Use `getConstantValue` instead.
|
||||
* Deleted the deprecated `VariableReferencePattern` class, use `ReferencePattern` instead.
|
||||
* Deleted all deprecated aliases in `StandardLibrary.qll`, use `codeql.ruby.frameworks.Core` and `codeql.ruby.frameworks.Stdlib` instead.
|
||||
Reference in New Issue
Block a user