Files
codeql/javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll
Jeroen Ketema 1990438376 JS: Fix import
The import should not have been private, because we want users to still be
able to import this file and have access to the crypto algorithms.
2025-07-16 14:41:50 +02:00

6 lines
145 B
Plaintext

/**
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
*/
import codeql.concepts.CryptoAlgorithms