Skip to content

Commit 5afc0b0

Browse files
Add security severity
1 parent bf32b5a commit 5afc0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/Security/CWE/CWE-1204/StaticInitializationVector.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Otherwise, if the same IV is used with a the same secret key then the same plaintext results in same ciphertext, which weakens the encryption.
55
* @kind path-problem
66
* @problem.severity warning
7+
* @security-severity 7.5
78
* @precision high
89
* @id java/static-initialization-vector
910
* @tags security

0 commit comments

Comments
 (0)