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 2074174f3f
commit df4a07a992

View File

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