Skip to content

Commit 9bdc2d1

Browse files
authored
Merge pull request github#14847 from ctcampbell/main
Update cryptography bill of materials queries
2 parents b8a2716 + 27a2781 commit 9bdc2d1

32 files changed

+1
-32
lines changed

cpp/ql/src/experimental/cryptography/inventory/new_models/AllAsymmetricAlgorithms.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/all-asymmetric-algorithms
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/AllCryptoAlgorithms.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/all-cryptographic-algorithms
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/AsymmetricEncryptionAlgorithms.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/all-asymmetric-encryption-algorithms
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/AuthenticatedEncryptionAlgorithms.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/authenticated-encryption-algorithms
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/BlockModeAlgorithms.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/block-cipher-mode
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/BlockModeKnownIVsOrNonces.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/iv-sources
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/BlockModeUnknownIVsOrNonces.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/unkown-iv-sources
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/EllipticCurveAlgorithmSize.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/elliptic-curve-key-length
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/EllipticCurveAlgorithms.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/elliptic-curve-algorithms
66
* @problem.severity error
7-
* @precision high
87
* @tags cbom
98
* cryptography
109
*/

cpp/ql/src/experimental/cryptography/inventory/new_models/HashingAlgorithms.ql

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

0 commit comments

Comments
 (0)