Skip to content

Commit

Permalink
Rust: Restore some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffw0 committed Nov 21, 2024
1 parent 636c047 commit 49e0028
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/ql/lib/codeql/rust/Concepts.qll
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ module ThreatModelSource {
abstract class Range extends DataFlow::Node {
/**
* Gets a string that represents the source kind with respect to threat modeling.
*
* See
* - https://github.com/github/codeql/blob/main/docs/codeql/reusables/threat-model-description.rst
* - https://github.com/github/codeql/blob/main/shared/threat-models/ext/threat-model-grouping.model.yml
*/
abstract string getThreatModel();

Expand Down

0 comments on commit 49e0028

Please sign in to comment.