formatting

This commit is contained in:
smiddy007
2023-03-28 11:28:32 -04:00
parent fe3b0a56ca
commit 0eb61d39d3

View File

@@ -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()