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 be40085 commit 3747698Copy full SHA for 3747698
rust/ql/lib/codeql/rust/Concepts.qll
@@ -6,6 +6,7 @@
6
7
private import codeql.rust.dataflow.DataFlow
8
private import codeql.threatmodels.ThreatModels
9
+private import codeql.rust.Frameworks
10
11
/**
12
* A data flow source for a specific threat-model.
rust/ql/lib/codeql/rust/Frameworks.qll
@@ -0,0 +1,3 @@
1
+/**
2
+ * This file imports all models of frameworks and libraries.
3
+ */
0 commit comments