Skip to content

Commit c80588c

Browse files
committed
Adding content to KnownSymmetricCipherAlgorithmql.
1 parent 83617e0 commit c80588c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* @name Detects known symmetric cipher algorithms
3+
* @id java/crypto_inventory_slices/known_symmetric_cipher_algorithm
4+
* @kind problem
5+
*/
6+
7+
import java
8+
import experimental.Quantum.Language
9+
10+
from Crypto::KeyOperationAlgorithmNode a
11+
where a.getAlgorithmType() instanceof Crypto::KeyOpAlg::SymmetricCipherAlgorithm
12+
select a, "Instance of symmetric cipher algorithm " + a.getAlgorithmName()

0 commit comments

Comments
 (0)