mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
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:
@@ -4,7 +4,6 @@
|
||||
* @id java/quantum/bad-mac-order-decrypt-to-mac
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* @id java/quantum/reused-nonce
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* @id java/quantum/unknown-hash
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
* These cases are ignored.
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* @id java/quantum/weak-hash
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags external/cwe/cwe-327
|
||||
* quantum
|
||||
* experimental
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* @id java/quantum/weak-kdf-key-size
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* @description RSA with a key length <2048 found
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* @id java/quantum/weak-ciphers
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @tags external/cwe/cwe-327
|
||||
* quantum
|
||||
* experimental
|
||||
|
||||
Reference in New Issue
Block a user