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 8458bde commit 60b9d19Copy full SHA for 60b9d19
shared/threat-models/ext/threat-model-grouping.model.yml
@@ -22,5 +22,7 @@ extensions:
22
- ["android-external-storage-dir", "android"]
23
- ["contentprovider", "android"]
24
25
- # Threat models that are not grouped with any other threat models
26
- # "reverse-dns"
+ # Threat models that are not grouped with any other threat models.
+ # (Note that all threat models are a child of "all" implicitly, and we
27
+ # make it explicit here just to make sure all threat models are listed.)
28
+ - ["reverse-dns", "all"]
0 commit comments