mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Update javascript/ql/lib/semmle/javascript/frameworks/CryptoLibraries.qll
Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
@@ -400,7 +400,10 @@ private module CryptoJS {
|
||||
Apply() {
|
||||
this = getEncryptionApplication(input, algorithm) or
|
||||
this = getDirectApplication(input, algorithm) or
|
||||
this = getUpdatedApplication(input, instantiation)
|
||||
exists(InstantiatedAlgorithm instantiation |
|
||||
this = getUpdatedApplication(input, instantiation) and
|
||||
algorithm = instantiation.getAlgorithm()
|
||||
)
|
||||
}
|
||||
|
||||
override DataFlow::Node getAnInput() { result = input.asSink() }
|
||||
|
||||
Reference in New Issue
Block a user