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 636c047 commit 49e0028Copy full SHA for 49e0028
rust/ql/lib/codeql/rust/Concepts.qll
@@ -25,6 +25,10 @@ module ThreatModelSource {
25
abstract class Range extends DataFlow::Node {
26
/**
27
* Gets a string that represents the source kind with respect to threat modeling.
28
+ *
29
+ * See
30
+ * - https://github.com/github/codeql/blob/main/docs/codeql/reusables/threat-model-description.rst
31
+ * - https://github.com/github/codeql/blob/main/shared/threat-models/ext/threat-model-grouping.model.yml
32
*/
33
abstract string getThreatModel();
34
0 commit comments