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 c7c6924 commit 49eefccCopy full SHA for 49eefcc
rust/ql/lib/codeql/rust/Concepts.qll
@@ -53,9 +53,7 @@ module ThreatModelSource {
53
* A data flow source that is enabled in the current threat model configuration.
54
*/
55
class ActiveThreatModelSource extends ThreatModelSource {
56
- ActiveThreatModelSource() {
57
- currentThreatModel(this.getThreatModel())
58
- }
+ ActiveThreatModelSource() { currentThreatModel(this.getThreatModel()) }
59
}
60
61
/**
0 commit comments