Enable local threat-model by default

This commit is contained in:
Jack Nørskov Jørgensen
2026-05-05 10:34:54 +02:00
parent 4c1461ad5b
commit 2ff57d7c8a

View File

@@ -4,3 +4,4 @@ extensions:
extensible: threatModelConfiguration
data:
- ["default", true, -2147483648] # The "default" threat model is included by default
- ["local", true, 0]