Crypto: Remove all precision tags from all experimental queries. Precision is largely in flux while the models are being developed.

This commit is contained in:
REDMOND\brodes
2025-10-15 09:22:04 -04:00
parent bf9a249624
commit c7be23e1fe
13 changed files with 0 additions and 13 deletions

View File

@@ -4,7 +4,6 @@
* @id java/quantum/bad-mac-order-decrypt-to-mac
* @kind path-problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -4,7 +4,6 @@
* @id java/quantum/bad-mac-order-encrypt-plaintext-also-in-mac
* @kind problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -8,7 +8,6 @@
* as the nonce/iv would be provided alongside the ciphertext).
* @kind path-problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -4,7 +4,6 @@
* @id java/quantum/reused-nonce
* @kind path-problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -4,7 +4,6 @@
* @id java/quantum/unknown-hash
* @kind problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -7,7 +7,6 @@
* These cases are ignored.
* @kind problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -3,7 +3,6 @@
* @description Detects key derivation operations with an unknown iteration count.
* @id java/quantum/unknown-kdf-iteration-count
* @kind problem
* @precision medium
* @problem.severity error
* @tags quantum
* experimental

View File

@@ -4,7 +4,6 @@
* @description An asymmetric key of known size is less than 2048 bits for any non-elliptic curve key operation.
* @kind path-problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -4,7 +4,6 @@
* @description An AES cipher is in use with an insecure block mode
* @kind problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -4,7 +4,6 @@
* @id java/quantum/weak-hash
* @kind problem
* @problem.severity error
* @precision high
* @tags external/cwe/cwe-327
* quantum
* experimental

View File

@@ -4,7 +4,6 @@
* @id java/quantum/weak-kdf-key-size
* @kind path-problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -4,7 +4,6 @@
* @description RSA with a key length <2048 found
* @kind problem
* @problem.severity error
* @precision high
* @tags quantum
* experimental
*/

View File

@@ -4,7 +4,6 @@
* @id java/quantum/weak-ciphers
* @kind problem
* @problem.severity error
* @precision high
* @tags external/cwe/cwe-327
* quantum
* experimental