[RESOLVED] Difference between DataFlow::Configuration and TaintTracking::Configuration? #8460
CaledoniaProject
started this conversation in
General
Replies: 1 comment 1 reply
-
x = "tainted";
y = "still " + x;
sink(y) there is taint-flow from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the difference between DataFlow::Configuration and TaintTracking::Configuration? They both have a isSource and isSink method.
Beta Was this translation helpful? Give feedback.
All reactions