Skip to content

Commit 60b9d19

Browse files
committed
Add explicit relation between "reverse-dns" and "all"
1 parent 8458bde commit 60b9d19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

shared/threat-models/ext/threat-model-grouping.model.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ extensions:
2222
- ["android-external-storage-dir", "android"]
2323
- ["contentprovider", "android"]
2424

25-
# Threat models that are not grouped with any other threat models
26-
# "reverse-dns"
25+
# Threat models that are not grouped with any other threat models.
26+
# (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

Comments
 (0)