Skip to content

Commit f38ab45

Browse files
committed
removed all @security.severity ratings to keep the main impartial
1 parent c5cf0ff commit f38ab45

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

java/ql/src/experimental/quantum/Analysis/InsecureNonceGeneration.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* vulnerabilities such as replay attacks or key recovery.
66
* @kind problem
77
* @problem.severity error
8-
* @security.severity low
98
* @precision high
109
* @tags quantum
1110
* experimental

java/ql/src/experimental/quantum/Analysis/NonAESGCMCipher.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @description An AES cipher is in use without GCM
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision high
98
* @tags quantum
109
* experimental

java/ql/src/experimental/quantum/Analysis/NonceReuse.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id java/quantum/reused-nonce
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision medium
98
* @tags quantum
109
* experimental

java/ql/src/experimental/quantum/Analysis/UnknownKDFIterationCount.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id java/quantum/unknown-kdf-iteration-count
55
* @kind problem
66
* @precision medium
7-
* @severity warning
87
* @tags quantum
98
* experimental
109
*/

java/ql/src/experimental/quantum/Analysis/WeakAsymmetric.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @description An asymmetric cipher with a short key size is in use
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision high
98
* @tags quantum
109
* experimental

java/ql/src/experimental/quantum/Analysis/WeakBlockModes.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @description An AES cipher is in use with an insecure block mode
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision high
98
* @tags quantum
109
* experimental

java/ql/src/experimental/quantum/Analysis/WeakHashing.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id java/quantum/slices/weak-hashes
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision high
98
* @tags external/cwe/cwe-327
109
*/

java/ql/src/experimental/quantum/Analysis/WeakKDFIterationCount.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id java/quantum/weak-kdf-iteration-count
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision high
98
* @tags quantum
109
* experimental

java/ql/src/experimental/quantum/Analysis/WeakKDFKeySize.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id java/quantum/weak-kdf-iteration-count
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision high
98
* @tags quantum
109
* experimental

java/ql/src/experimental/quantum/Analysis/WeakRSA.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @description RSA with a key length <2048 found
55
* @kind problem
66
* @problem.severity error
7-
* @security.severity low
87
* @precision high
98
* @tags quantum
109
* experimental

0 commit comments

Comments
 (0)