File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
javascript/ql/lib/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -679,13 +679,13 @@ private module Hasha {
679
679
680
680
override CryptographicAlgorithm getAlgorithm ( ) { result = algorithm }
681
681
}
682
+ }
682
683
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 ) }
690
690
}
691
691
}
You can’t perform that action at this time.
0 commit comments