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
2121class ThreatModelSource extends DataFlow:: Node instanceof ThreatModelSource:: Range {
2222 /**
2323 * 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
2428 */
2529 string getThreatModel ( ) { result = super .getThreatModel ( ) }
2630
@@ -39,6 +43,10 @@ module ThreatModelSource {
3943 abstract class Range extends DataFlow:: Node {
4044 /**
4145 * 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
4250 */
4351 abstract string getThreatModel ( ) ;
4452
You can’t perform that action at this time.
0 commit comments