mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Crypto: Comment todo for observed missing modeled case. Tests for weak and unknown KDF iteration count.
This commit is contained in:
@@ -697,6 +697,8 @@ module JCAModel {
|
||||
abstract DataFlow::Node getInputNode();
|
||||
}
|
||||
|
||||
// TODO: for all parametert specs, I think they can be set through the constructor
|
||||
// and through setter methods
|
||||
class IvParameterSpecInstance extends NonceParameterInstantiation {
|
||||
IvParameterSpecInstance() {
|
||||
super.getConstructedType().hasQualifiedName("javax.crypto.spec", "IvParameterSpec")
|
||||
|
||||
Reference in New Issue
Block a user