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 {
1313 exists ( MethodAccess ma | ma .getMethod ( ) .hasName ( "sink" ) | n .asExpr ( ) = ma .getAnArgument ( ) )
1414 }
1515
16- override int fieldFlowBranchLimit ( ) { result = 3 }
16+ override int fieldFlowBranchLimit ( ) { result = 1000 }
1717}
1818
1919class ValueFlowConf extends DataFlow:: Configuration {
@@ -27,7 +27,7 @@ class ValueFlowConf extends DataFlow::Configuration {
2727 exists ( MethodAccess ma | ma .getMethod ( ) .hasName ( "sink" ) | n .asExpr ( ) = ma .getAnArgument ( ) )
2828 }
2929
30- override int fieldFlowBranchLimit ( ) { result = 3 }
30+ override int fieldFlowBranchLimit ( ) { result = 1000 }
3131}
3232
3333class HasFlowTest extends InlineExpectationsTest {
You can’t perform that action at this time.
0 commit comments