mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Move crypto qll files from query pack to library pack
This commit is contained in:
committed by
Owen Mansel-Chan
parent
92a3bccfd6
commit
5c403d374e
@@ -5,8 +5,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import go
|
import go
|
||||||
|
private import semmle.go.frameworks.CryptoLibraries
|
||||||
private import semmle.go.security.SensitiveActions
|
private import semmle.go.security.SensitiveActions
|
||||||
private import CryptoLibraries
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides default sources, sinks and sanitizers for reasoning about
|
* Provides default sources, sinks and sanitizers for reasoning about
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import go
|
import go
|
||||||
import WeakCryptoAlgorithmCustomizations
|
import semmle.go.security.WeakCryptoAlgorithmCustomizations
|
||||||
import WeakCryptoAlgorithm::Flow::PathGraph
|
import WeakCryptoAlgorithm::Flow::PathGraph
|
||||||
|
|
||||||
from WeakCryptoAlgorithm::Flow::PathNode source, WeakCryptoAlgorithm::Flow::PathNode sink
|
from WeakCryptoAlgorithm::Flow::PathNode source, WeakCryptoAlgorithm::Flow::PathNode sink
|
||||||
|
|||||||
Reference in New Issue
Block a user