File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/test/library-tests/frameworks/JaxWs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class TaintFlowConf extends TaintTracking::Configuration {
13
13
exists ( MethodAccess ma | ma .getMethod ( ) .hasName ( "sink" ) | n .asExpr ( ) = ma .getAnArgument ( ) )
14
14
}
15
15
16
- override int fieldFlowBranchLimit ( ) { result = 3 }
16
+ override int fieldFlowBranchLimit ( ) { result = 1000 }
17
17
}
18
18
19
19
class ValueFlowConf extends DataFlow:: Configuration {
@@ -27,7 +27,7 @@ class ValueFlowConf extends DataFlow::Configuration {
27
27
exists ( MethodAccess ma | ma .getMethod ( ) .hasName ( "sink" ) | n .asExpr ( ) = ma .getAnArgument ( ) )
28
28
}
29
29
30
- override int fieldFlowBranchLimit ( ) { result = 3 }
30
+ override int fieldFlowBranchLimit ( ) { result = 1000 }
31
31
}
32
32
33
33
class HasFlowTest extends InlineExpectationsTest {
You can’t perform that action at this time.
0 commit comments