File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ class CodeExecution extends DataFlow::Node instanceof CodeExecution::Range {
702
702
/** Gets the argument that specifies the code to be executed. */
703
703
DataFlow:: Node getCode ( ) { result = super .getCode ( ) }
704
704
705
- /** Holds if this execution runs arbitary code, as opposed to some restricted subset. E.g. `Object.send` will only run any method on an object. */
705
+ /** Holds if this execution runs arbitrary code, as opposed to some restricted subset. E.g. `Object.send` will only run any method on an object. */
706
706
predicate runsArbitraryCode ( ) { super .runsArbitraryCode ( ) }
707
707
}
708
708
@@ -718,7 +718,7 @@ module CodeExecution {
718
718
/** Gets the argument that specifies the code to be executed. */
719
719
abstract DataFlow:: Node getCode ( ) ;
720
720
721
- /** Holds if this execution runs arbitary code, as opposed to some restricted subset. E.g. `Object.send` will only run any method on an object. */
721
+ /** Holds if this execution runs arbitrary code, as opposed to some restricted subset. E.g. `Object.send` will only run any method on an object. */
722
722
predicate runsArbitraryCode ( ) { any ( ) }
723
723
}
724
724
}
You can’t perform that action at this time.
0 commit comments