File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
python/ql/lib/semmle/python Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ private import codeql.threatmodels.ThreatModels
21
21
class ThreatModelSource extends DataFlow:: Node instanceof ThreatModelSource:: Range {
22
22
/**
23
23
* Gets a string that represents the source kind with respect to threat modeling.
24
+ *
25
+ * See
26
+ * - https://github.com/github/codeql/blob/main/docs/codeql/reusables/threat-model-description.rst
27
+ * - https://github.com/github/codeql/blob/main/shared/threat-models/ext/threat-model-grouping.model.yml
24
28
*/
25
29
string getThreatModel ( ) { result = super .getThreatModel ( ) }
26
30
@@ -39,6 +43,10 @@ module ThreatModelSource {
39
43
abstract class Range extends DataFlow:: Node {
40
44
/**
41
45
* Gets a string that represents the source kind with respect to threat modeling.
46
+ *
47
+ * See
48
+ * - https://github.com/github/codeql/blob/main/docs/codeql/reusables/threat-model-description.rst
49
+ * - https://github.com/github/codeql/blob/main/shared/threat-models/ext/threat-model-grouping.model.yml
42
50
*/
43
51
abstract string getThreatModel ( ) ;
44
52
You can’t perform that action at this time.
0 commit comments