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 8e9f218 commit fe3b0a5Copy full SHA for fe3b0a5
javascript/ql/lib/semmle/javascript/frameworks/CryptoLibraries.qll
@@ -395,7 +395,6 @@ private module CryptoJS {
395
private class Apply extends CryptographicOperation::Range instanceof API::CallNode {
396
API::Node input;
397
CryptographicAlgorithm algorithm; // non-functional
398
- InstantiatedAlgorithm instantiation;
399
400
Apply() {
401
this = getEncryptionApplication(input, algorithm) or
0 commit comments