mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Make taintStep public
This commit is contained in:
@@ -132,7 +132,7 @@ module TaintTracking {
|
||||
/**
|
||||
* Holds if taint flows from `pred` to `succ` in one step.
|
||||
*/
|
||||
private predicate taintStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
predicate taintStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
referenceStep(pred, succ) or
|
||||
fieldReadStep(pred, succ) or
|
||||
arrayStep(pred, succ) or
|
||||
|
||||
Reference in New Issue
Block a user