Skip to content

Commit 6fb68ee

Browse files
committed
Shared: Do not apply accessPathLimit in content flow
1 parent daead03 commit 6fb68ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/internal/ContentDataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module MakeImplContentDataFlow<LocationSig Location, InputSig<Location> Lang> {
110110

111111
FlowFeature getAFeature() { result = ContentConfig::getAFeature() }
112112

113-
predicate accessPathLimit = ContentConfig::accessPathLimit/0;
113+
int accessPathLimit() { result = Lang::accessPathLimit() }
114114

115115
// needed to record reads/stores inside summarized callables
116116
predicate includeHiddenNodes() { any() }

0 commit comments

Comments
 (0)