mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
formatting
This commit is contained in:
@@ -397,8 +397,10 @@ private module CryptoJS {
|
||||
CryptographicAlgorithm algorithm; // non-functional
|
||||
|
||||
Apply() {
|
||||
this = getEncryptionApplication(input, algorithm) or
|
||||
this = getDirectApplication(input, algorithm) or
|
||||
this = getEncryptionApplication(input, algorithm)
|
||||
or
|
||||
this = getDirectApplication(input, algorithm)
|
||||
or
|
||||
exists(InstantiatedAlgorithm instantiation |
|
||||
this = getUpdatedApplication(input, instantiation) and
|
||||
algorithm = instantiation.getAlgorithm()
|
||||
|
||||
Reference in New Issue
Block a user