Skip to content

Commit c7d72e0

Browse files
committed
JS: Prevent join order regression
1 parent 3d5c815 commit c7d72e0

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)