mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
JavaScript: Deprecate multi-argument isBarrier and isSanitizer predicates.
We informally deprecated them in 1.21, this commit deprecates them properly and removes support from the implementation. The predicates themselves will be removed in a future release.
This commit is contained in:
@@ -31,3 +31,6 @@
|
||||
|
||||
- The `getName()` predicate on functions and classes now gets a name
|
||||
inferred from the context if the function or class was not declared with a name.
|
||||
- The two-argument and three-argument variants of `DataFlow::Configuration::isBarrier` and
|
||||
`TaintTracking::Configuration::isSanitizer` have been deprecated. Overriding them no
|
||||
longer has any effect. Use `isBarrierEdge` and `isSanitizerEdge` instead.
|
||||
|
||||
Reference in New Issue
Block a user