Skip to content

Commit 49ea53f

Browse files
committed
move ExpressJwt that was inside the Hasha module
1 parent 2c01321 commit 49ea53f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -679,13 +679,13 @@ private module Hasha {
679679

680680
override CryptographicAlgorithm getAlgorithm() { result = algorithm }
681681
}
682+
}
682683

683-
/**
684-
* Provides classes for working with the `express-jwt` package (https://github.com/auth0/express-jwt);
685-
*/
686-
module ExpressJwt {
687-
private class Key extends CryptographicKey {
688-
Key() { this = DataFlow::moduleMember("express-jwt", "sign").getACall().getArgument(1) }
689-
}
684+
/**
685+
* Provides classes for working with the `express-jwt` package (https://github.com/auth0/express-jwt);
686+
*/
687+
private module ExpressJwt {
688+
private class Key extends CryptographicKey {
689+
Key() { this = DataFlow::moduleMember("express-jwt", "sign").getACall().getArgument(1) }
690690
}
691691
}

0 commit comments

Comments
 (0)