Skip to content

Commit 4189195

Browse files
author
Benjamin Muskalla
committed
Fix apache test
1 parent 2d13906 commit 4189195

File tree

1 file changed

+2
-0
lines changed
  • java/ql/test/library-tests/frameworks/apache-http

1 file changed

+2
-0
lines changed

java/ql/test/library-tests/frameworks/apache-http/flow.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ class Conf extends TaintTracking::Configuration {
2424
}
2525

2626
class HasFlowTest extends InlineFlowTest {
27+
override DataFlow::Configuration getValueFlowConfig() { none() }
28+
2729
override DataFlow::Configuration getTaintFlowConfig() { result = any(Conf c) }
2830
}

0 commit comments

Comments
 (0)