We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3b0a5 commit 0eb61d3Copy full SHA for 0eb61d3
javascript/ql/lib/semmle/javascript/frameworks/CryptoLibraries.qll
@@ -397,8 +397,10 @@ private module CryptoJS {
397
CryptographicAlgorithm algorithm; // non-functional
398
399
Apply() {
400
- this = getEncryptionApplication(input, algorithm) or
401
- this = getDirectApplication(input, algorithm) or
+ this = getEncryptionApplication(input, algorithm)
+ or
402
+ this = getDirectApplication(input, algorithm)
403
404
exists(InstantiatedAlgorithm instantiation |
405
this = getUpdatedApplication(input, instantiation) and
406
algorithm = instantiation.getAlgorithm()
0 commit comments