Skip to content

Commit f4f1333

Browse files
authored
Merge pull request github#13090 from kaspersv/kaspersv/js-prevent-regression
JS: Prevent join order regression
2 parents 3d5c815 + c7d72e0 commit f4f1333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/SecondOrderCommandInjectionCustomizations.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ module SecondOrderCommandInjection {
117117
int cmdIndex;
118118
int argIndex;
119119

120+
pragma[assume_small_delta]
120121
IndirectCmdFunc() {
121122
exists(CommandExecutingCall call |
122123
this.getParameter(cmdIndex).flowsTo(call.getCommandArg()) and

0 commit comments

Comments
 (0)