Skip to content

Commit 25203db

Browse files
committed
Removing 'security' tags from all queries.
1 parent 7ad2932 commit 25203db

File tree

56 files changed

+48
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+48
-108
lines changed

cpp/ql/src/experimental/cryptography/example_alerts/UnknownAsymmetricKeyGen.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @kind problem
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* external/cwe/cwe-326
8+
* @tags external/cwe/cwe-326
109
*/
1110
import cpp
1211

cpp/ql/src/experimental/cryptography/example_alerts/WeakAsymmetricKeyGen.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @kind problem
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* external/cwe/cwe-326
8+
* @tags external/cwe/cwe-326
109
*/
1110
import cpp
1211

cpp/ql/src/experimental/cryptography/example_alerts/WeakBlockMode.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @kind problem
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* external/cwe/cwe-327
8+
* @tags external/cwe/cwe-327
109
*/
1110
import cpp
1211
import experimental.cryptography.Concepts

cpp/ql/src/experimental/cryptography/example_alerts/WeakEllipticCurve.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @kind problem
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* external/cwe/cwe-327
8+
* @tags external/cwe/cwe-327
109
*/
1110
import cpp
1211
import experimental.cryptography.Concepts

cpp/ql/src/experimental/cryptography/example_alerts/WeakEncryption.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @id cpp/weak-crypto/banned-encryption-algorithms
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* external/cwe/cwe-327
8+
* @tags external/cwe/cwe-327
109
*/
1110

1211
import cpp

cpp/ql/src/experimental/cryptography/example_alerts/WeakHashes.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @id cpp/weak-crypto/banned-hash-algorithms
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* external/cwe/cwe-327
8+
* @tags external/cwe/cwe-327
109
*/
1110

1211
import cpp

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @id cpp/quantum-readiness/cbom/all-asymmetric-algorithms
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* cbom
8+
* @tags cbom
109
* cryptography
1110
*/
1211

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @id cpp/quantum-readiness/cbom/all-cryptographic-algorithms
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* cbom
8+
* @tags cbom
109
* cryptography
1110
*/
1211

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @id cpp/quantum-readiness/cbom/all-asymmetric-encryption-algorithms
66
* @problem.severity error
77
* @precision high
8-
* @tags security
9-
* cbom
8+
* @tags cbom
109
* cryptography
1110
*/
1211

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* @kind problem
55
* @id cpp/quantum-readiness/cbom/asymmetric-padding-schemes
66
* @problem.severity error
7-
* @tags security
8-
* cbom
7+
* @tags cbom
98
* cryptography
109
*/
1110

0 commit comments

Comments
 (0)