Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0234e77

Browse files
author
Benjamin Muskalla
committed
Let sink node be pluggable in any call context
1 parent b8809a2 commit 0234e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/utils/model-generator/CaptureSourceModels.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class FromSourceConfiguration extends TaintTracking::Configuration {
3232
}
3333

3434
override DataFlow::FlowFeature getAFeature() {
35-
result instanceof DataFlow::FeatureHasSourceCallContext
35+
result instanceof DataFlow::FeatureHasSinkCallContext
3636
}
3737
}
3838

0 commit comments

Comments
 (0)