Skip to content

Commit bdf4ae5

Browse files
committed
C#: Increase accessPathLimit from 3 to 5
1 parent f75f5ab commit bdf4ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ private predicate viableConstantBooleanParamArg(
23542354
)
23552355
}
23562356

2357-
int accessPathLimit() { result = 3 }
2357+
int accessPathLimit() { result = 5 }
23582358

23592359
/**
23602360
* Holds if `n` does not require a `PostUpdateNode` as it either cannot be

0 commit comments

Comments
 (0)