Skip to content

Commit 5c403d3

Browse files
committed
Move crypto qll files from query pack to library pack
1 parent 92a3bcc commit 5c403d3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

go/ql/src/Security/CWE-327/WeakCryptoAlgorithmCustomizations.qll renamed to go/ql/lib/semmle/go/security/WeakCryptoAlgorithmCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*/
66

77
import go
8+
private import semmle.go.frameworks.CryptoLibraries
89
private import semmle.go.security.SensitiveActions
9-
private import CryptoLibraries
1010

1111
/**
1212
* Provides default sources, sinks and sanitizers for reasoning about

go/ql/src/Security/CWE-327/WeakCryptoAlgorithm.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
import go
15-
import WeakCryptoAlgorithmCustomizations
15+
import semmle.go.security.WeakCryptoAlgorithmCustomizations
1616
import WeakCryptoAlgorithm::Flow::PathGraph
1717

1818
from WeakCryptoAlgorithm::Flow::PathNode source, WeakCryptoAlgorithm::Flow::PathNode sink

0 commit comments

Comments
 (0)