mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Removing old asymmetric algorithm slice
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user