Skip to content

Commit c7be23e

Browse files
committed
Crypto: Remove all precision tags from all experimental queries. Precision is largely in flux while the models are being developed.
1 parent bf9a249 commit c7be23e

13 files changed

+0
-13
lines changed

java/ql/src/experimental/quantum/Examples/BadMacOrderDecryptToMac.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id java/quantum/bad-mac-order-decrypt-to-mac
55
* @kind path-problem
66
* @problem.severity error
7-
* @precision high
87
* @tags quantum
98
* experimental
109
*/

java/ql/src/experimental/quantum/Examples/BadMacOrderMacOnEncryptPlaintext.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id java/quantum/bad-mac-order-encrypt-plaintext-also-in-mac
55
* @kind problem
66
* @problem.severity error
7-
* @precision high
87
* @tags quantum
98
* experimental
109
*/

java/ql/src/experimental/quantum/Examples/InsecureIVorNonceSource.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* as the nonce/iv would be provided alongside the ciphertext).
99
* @kind path-problem
1010
* @problem.severity error
11-
* @precision high
1211
* @tags quantum
1312
* experimental
1413
*/

java/ql/src/experimental/quantum/Examples/ReusedNonce.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 path-problem
66
* @problem.severity error
7-
* @precision high
87
* @tags quantum
98
* experimental
109
*/

java/ql/src/experimental/quantum/Examples/UnknownHash.ql

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

java/ql/src/experimental/quantum/Examples/UnknownIVorNonceSource.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* These cases are ignored.
88
* @kind problem
99
* @problem.severity error
10-
* @precision high
1110
* @tags quantum
1211
* experimental
1312
*/

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @description Detects key derivation operations with an unknown iteration count.
44
* @id java/quantum/unknown-kdf-iteration-count
55
* @kind problem
6-
* @precision medium
76
* @problem.severity error
87
* @tags quantum
98
* experimental

java/ql/src/experimental/quantum/Examples/WeakAsymmetricKeyGenSize.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @description An asymmetric key of known size is less than 2048 bits for any non-elliptic curve key operation.
55
* @kind path-problem
66
* @problem.severity error
7-
* @precision high
87
* @tags quantum
98
* experimental
109
*/

java/ql/src/experimental/quantum/Examples/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-
* @precision high
87
* @tags quantum
98
* experimental
109
*/

java/ql/src/experimental/quantum/Examples/WeakHash.ql

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

0 commit comments

Comments
 (0)