Removing old asymmetric algorithm slice

This commit is contained in:
REDMOND\brodes
2025-04-28 14:56:08 -04:00
parent 1fd7643ab3
commit 5a8bffac11

View File

@@ -1,12 +0,0 @@
/**
* @name Detects known uses of asymmetric algorithms
* @id java/crypto_inventory_slices/known_asymmetric_algorithm
* @kind problem
*/
import java
import experimental.Quantum.Language
from Crypto::AlgorithmNode a
where Crypto::isAsymmetricAlgorithm(a)
select a, "Instance of asymmetric algorithm " + a.getAlgorithmName()