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 {
316316 }
317317 }
318318
319-
320319 /**
321320 * Matches `CryptoJS.<algorithmName>` and `require("crypto-js/<algorithmName>")`
322321 */
@@ -368,7 +367,7 @@ private module CryptoJS {
368367 input = result .getParameter ( 0 )
369368 }
370369
371- private API:: CallNode getUpdatedApplication ( API:: Node input , InstantiatedAlgorithm instantiation ) {
370+ private API:: CallNode getUpdatedApplication ( API:: Node input , InstantiatedAlgorithm instantiation ) {
372371 /*
373372 * ```
374373 * var CryptoJS = require("crypto-js");
@@ -391,7 +390,7 @@ private module CryptoJS {
391390
392391 result = instantiation .getAMemberCall ( "update" ) and
393392 input = result .getParameter ( 0 )
394- }
393+ }
395394
396395 private class Apply extends CryptographicOperation:: Range instanceof API:: CallNode {
397396 API:: Node input ;
You can’t perform that action at this time.
0 commit comments