Skip to content

Commit 49e0028

Browse files
committed
Rust: Restore some documentation.
1 parent 636c047 commit 49e0028

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ module ThreatModelSource {
2525
abstract class Range extends DataFlow::Node {
2626
/**
2727
* 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
2832
*/
2933
abstract string getThreatModel();
3034

0 commit comments

Comments
 (0)