Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
accessPathLimit
1 parent f75f5ab commit bdf4ae5Copy full SHA for bdf4ae5
1 file changed
csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll
@@ -2354,7 +2354,7 @@ private predicate viableConstantBooleanParamArg(
2354
)
2355
}
2356
2357
-int accessPathLimit() { result = 3 }
+int accessPathLimit() { result = 5 }
2358
2359
/**
2360
* Holds if `n` does not require a `PostUpdateNode` as it either cannot be
0 commit comments