Crypto: Minor change to force CI/CD checks to restart, prior ql check failures do not make sense.

This commit is contained in:
REDMOND\brodes
2025-06-26 16:35:01 -04:00
parent dc8d22a468
commit 0aee4f76f9

View File

@@ -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")