We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d13906 commit 4189195Copy full SHA for 4189195
java/ql/test/library-tests/frameworks/apache-http/flow.ql
@@ -24,5 +24,7 @@ class Conf extends TaintTracking::Configuration {
24
}
25
26
class HasFlowTest extends InlineFlowTest {
27
+ override DataFlow::Configuration getValueFlowConfig() { none() }
28
+
29
override DataFlow::Configuration getTaintFlowConfig() { result = any(Conf c) }
30
0 commit comments