We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8d22a commit 0aee4f7Copy full SHA for 0aee4f7
java/ql/lib/experimental/quantum/JCA.qll
@@ -1028,7 +1028,7 @@ module JCAModel {
1028
KeyGeneratorGetInstanceCall getInstantiationCall() { result = instantiationCall }
1029
}
1030
1031
- // TODO: Link getAlgorithm from KeyPairGenerator to algorithm instances or AVCs? High priority.
+ //TODO: Link getAlgorithm from KeyPairGenerator to algorithm instances or AVCs? High priority.
1032
class KeyGeneratorGetInstanceCall extends MethodCall {
1033
KeyGeneratorGetInstanceCall() {
1034
this.getCallee().hasQualifiedName("javax.crypto", "KeyGenerator", "getInstance")
0 commit comments