Skip to content

Commit 0eb61d3

Browse files
committed
formatting
1 parent fe3b0a5 commit 0eb61d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

javascript/ql/lib/semmle/javascript/frameworks/CryptoLibraries.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,10 @@ private module CryptoJS {
397397
CryptographicAlgorithm algorithm; // non-functional
398398

399399
Apply() {
400-
this = getEncryptionApplication(input, algorithm) or
401-
this = getDirectApplication(input, algorithm) or
400+
this = getEncryptionApplication(input, algorithm)
401+
or
402+
this = getDirectApplication(input, algorithm)
403+
or
402404
exists(InstantiatedAlgorithm instantiation |
403405
this = getUpdatedApplication(input, instantiation) and
404406
algorithm = instantiation.getAlgorithm()

0 commit comments

Comments
 (0)