Skip to content

Commit 1990438

Browse files
committed
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.
1 parent 24bea73 commit 1990438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
33
*/
44

5-
private import codeql.concepts.CryptoAlgorithms
5+
import codeql.concepts.CryptoAlgorithms

0 commit comments

Comments
 (0)