File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
javascript/ql/lib/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,6 @@ private module CryptoJS {
316
316
}
317
317
}
318
318
319
-
320
319
/**
321
320
* Matches `CryptoJS.<algorithmName>` and `require("crypto-js/<algorithmName>")`
322
321
*/
@@ -368,7 +367,7 @@ private module CryptoJS {
368
367
input = result .getParameter ( 0 )
369
368
}
370
369
371
- private API:: CallNode getUpdatedApplication ( API:: Node input , InstantiatedAlgorithm instantiation ) {
370
+ private API:: CallNode getUpdatedApplication ( API:: Node input , InstantiatedAlgorithm instantiation ) {
372
371
/*
373
372
* ```
374
373
* var CryptoJS = require("crypto-js");
@@ -391,7 +390,7 @@ private module CryptoJS {
391
390
392
391
result = instantiation .getAMemberCall ( "update" ) and
393
392
input = result .getParameter ( 0 )
394
- }
393
+ }
395
394
396
395
private class Apply extends CryptographicOperation:: Range instanceof API:: CallNode {
397
396
API:: Node input ;
You can’t perform that action at this time.
0 commit comments