Skip to content

Commit 0aee4f7

Browse files
committed
Crypto: Minor change to force CI/CD checks to restart, prior ql check failures do not make sense.
1 parent dc8d22a commit 0aee4f7

File tree

1 file changed

+1
-1
lines changed
  • java/ql/lib/experimental/quantum

1 file changed

+1
-1
lines changed

java/ql/lib/experimental/quantum/JCA.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ module JCAModel {
10281028
KeyGeneratorGetInstanceCall getInstantiationCall() { result = instantiationCall }
10291029
}
10301030

1031-
// TODO: Link getAlgorithm from KeyPairGenerator to algorithm instances or AVCs? High priority.
1031+
//TODO: Link getAlgorithm from KeyPairGenerator to algorithm instances or AVCs? High priority.
10321032
class KeyGeneratorGetInstanceCall extends MethodCall {
10331033
KeyGeneratorGetInstanceCall() {
10341034
this.getCallee().hasQualifiedName("javax.crypto", "KeyGenerator", "getInstance")

0 commit comments

Comments
 (0)