Removing 'security' tags from all queries.

This commit is contained in:
Benjamin Rodes
2023-09-27 12:43:51 -04:00
parent 7ad2932b3f
commit 25203db4e7
56 changed files with 48 additions and 108 deletions

View File

@@ -5,8 +5,7 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
* external/cwe/cwe-326
* @tags external/cwe/cwe-326
*/
import python
import experimental.cryptography.Concepts

View File

@@ -5,8 +5,7 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
* external/cwe/cwe-326
* @tags external/cwe/cwe-326
*/
import python

View File

@@ -5,7 +5,6 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
*/
import python
import experimental.cryptography.Concepts

View File

@@ -5,8 +5,7 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
* external/cwe/cwe-327
* @tags external/cwe/cwe-327
*/
import python

View File

@@ -17,7 +17,6 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
*/

View File

@@ -5,8 +5,7 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
* external/cwe/cwe-327
* @tags external/cwe/cwe-327
*/
import python
import experimental.cryptography.Concepts
@@ -22,9 +21,6 @@ where
not name = ["SECP256R1", "PRIME256V1",//P-256
"SECP384R1", //P-384
"SECP521R1", //P-521
"NUMSP256T1",
"NUMSP384T1",
"NUMSP512T1",
"ED25519", "X25519"] and
msg = "Use of weak curve algorithm " + name + "."
)

View File

@@ -5,8 +5,7 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
* external/cwe/cwe-327
* @tags external/cwe/cwe-327
*/
import python

View File

@@ -8,7 +8,6 @@
* @id py/weak-kdf-algorithm
* @problem.severity error
* @precision high
* @tags security
*/
import python
import experimental.cryptography.Concepts

View File

@@ -10,7 +10,6 @@
* @id py/kdf-low-iteration-count
* @problem.severity error
* @precision high
* @tags security
*/
import python
import experimental.cryptography.Concepts

View File

@@ -10,7 +10,6 @@
* @id py/kdf-small-key-size
* @problem.severity error
* @precision high
* @tags security
*/
import python
import experimental.cryptography.Concepts

View File

@@ -5,7 +5,6 @@
* @id py/kdf-weak-mode
* @problem.severity error
* @precision high
* @tags security
*/
import python
import experimental.cryptography.Concepts

View File

@@ -5,7 +5,6 @@
* @id py/kdf-weak-salt-gen
* @problem.severity error
* @precision high
* @tags security
*/
import python
import experimental.cryptography.Concepts

View File

@@ -8,7 +8,6 @@
* @id py/kdf-small-salt-size
* @problem.severity error
* @precision high
* @tags security
*/
import python

View File

@@ -9,8 +9,7 @@
* @kind problem
* @problem.severity error
* @precision high
* @tags security
* external/cwe/cwe-327
* @tags external/cwe/cwe-327
*/

View File

@@ -4,9 +4,7 @@
* @kind problem
* @id py/quantum-readiness/cbom/all-asymmetric-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @preci cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/all-cryptographic-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/all-asymmetric-encryption-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/asymmetric-key-generation
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -4,8 +4,7 @@
* @kind problem
* @id py/quantum-readiness/cbom/asymmetric-padding-schemes
* @problem.severity error
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/authenticated-encryption-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/block-cipher-mode
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/iv-sources
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/unkown-iv-sources
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/elliptic-curve-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/hash-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/key-derivation
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/key-exchange
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/signing-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/symmetric-encryption-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -4,8 +4,7 @@
* @kind problem
* @id py/quantum-readiness/cbom/symmetric-padding-schemes
* @problem.severity error
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/classic-model/all-cryptographic-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/classic-model/block-cipher-mode
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/

View File

@@ -5,8 +5,7 @@
* @id py/quantum-readiness/cbom/classic-model/hash-algorithms
* @problem.severity error
* @precision high
* @tags security
* cbom
* @tags cbom
* cryptography
*/