mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
move ExpressJwt that was inside the Hasha module
This commit is contained in:
@@ -679,13 +679,13 @@ private module Hasha {
|
||||
|
||||
override CryptographicAlgorithm getAlgorithm() { result = algorithm }
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Provides classes for working with the `express-jwt` package (https://github.com/auth0/express-jwt);
|
||||
*/
|
||||
module ExpressJwt {
|
||||
private class Key extends CryptographicKey {
|
||||
Key() { this = DataFlow::moduleMember("express-jwt", "sign").getACall().getArgument(1) }
|
||||
}
|
||||
/**
|
||||
* Provides classes for working with the `express-jwt` package (https://github.com/auth0/express-jwt);
|
||||
*/
|
||||
private module ExpressJwt {
|
||||
private class Key extends CryptographicKey {
|
||||
Key() { this = DataFlow::moduleMember("express-jwt", "sign").getACall().getArgument(1) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user