Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94bba88

Browse files
author
Max Schaefer
committed
JavaScript: Avoid unhelpful magic.
1 parent a72507a commit 94bba88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

javascript/ql/src/semmle/javascript/dataflow/Configuration.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ private predicate callInputStep(Function f, DataFlow::Node invk,
566566
* Note that the summary does not take the initial step from argument to parameter
567567
* into account.
568568
*/
569+
pragma[nomagic]
569570
private predicate reachableFromInput(Function f, DataFlow::Node invk,
570571
DataFlow::Node input, DataFlow::Node nd,
571572
DataFlow::Configuration cfg, PathSummary summary) {

0 commit comments

Comments
 (0)