Skip to content

Commit 3747698

Browse files
committed
Rust: Add Frameworks.qll infrastructure.
1 parent be40085 commit 3747698

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rust/ql/lib/codeql/rust/Concepts.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
private import codeql.rust.dataflow.DataFlow
88
private import codeql.threatmodels.ThreatModels
9+
private import codeql.rust.Frameworks
910

1011
/**
1112
* A data flow source for a specific threat-model.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/**
2+
* This file imports all models of frameworks and libraries.
3+
*/

0 commit comments

Comments
 (0)