mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Crypto: Minor change to force CI/CD checks to restart, prior ql check failures do not make sense.
This commit is contained in:
@@ -1028,7 +1028,7 @@ module JCAModel {
|
||||
KeyGeneratorGetInstanceCall getInstantiationCall() { result = instantiationCall }
|
||||
}
|
||||
|
||||
// TODO: Link getAlgorithm from KeyPairGenerator to algorithm instances or AVCs? High priority.
|
||||
//TODO: Link getAlgorithm from KeyPairGenerator to algorithm instances or AVCs? High priority.
|
||||
class KeyGeneratorGetInstanceCall extends MethodCall {
|
||||
KeyGeneratorGetInstanceCall() {
|
||||
this.getCallee().hasQualifiedName("javax.crypto", "KeyGenerator", "getInstance")
|
||||
|
||||
Reference in New Issue
Block a user