Skip to content

Commit a23bb6d

Browse files
authored
Merge pull request #4095 from hvitved/csharp/dataflow/ap5
C#: Increase `accessPathLimit` from 3 to 5
2 parents e7709f7 + bdf4ae5 commit a23bb6d

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)