We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81edb47 commit f5daec9Copy full SHA for f5daec9
rust/ql/src/queries/security/CWE-798/HardcodedCryptographicValue.ql
@@ -19,6 +19,7 @@ import codeql.rust.security.HardcodedCryptographicValueExtensions
19
import codeql.rust.dataflow.DataFlow
20
import codeql.rust.dataflow.TaintTracking
21
import codeql.rust.dataflow.internal.DataFlowImpl
22
+import codeql.rust.dataflow.internal.Content
23
24
/**
25
* A taint-tracking configuration for hard-coded cryptographic value vulnerabilities.
0 commit comments