chg: [fr-classif] updated following changes from July 2021 with 2 new levels.

Thanks to ANSSI-FR for the contribution
pull/217/head
Alexandre Dulaunoy 2021-11-16 19:49:20 +01:00
parent 92295fd073
commit 16214e1867
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 31 additions and 34 deletions

View File

@ -3,65 +3,62 @@
{ {
"entry": [ "entry": [
{ {
"expanded": "TRES SECRET DEFENSE", "expanded": "TRES SECRET",
"value": "TRES_SECRET_DEFENSE" "value": "TRES_SECRET",
"colour": "#f54a4a"
}, },
{
"expanded": "SECRET DEFENSE",
"value": "SECRET_DEFENSE"
},
{
"expanded": "CONFIDENTIEL DEFENSE",
"value": "CONFIDENTIEL_DEFENSE"
}
],
"predicate": "classifiees-defense"
},
{
"entry": [
{ {
"expanded": "SECRET", "expanded": "SECRET",
"value": "SECRET" "value": "SECRET",
}, "colour": "#f54a4a"
{
"expanded": "CONFIDENTIEL",
"value": "CONFIDENTIEL"
},
{
"expanded": "DIFFUSION RESTREINTE",
"value": "DIFFUSION_RESTREINTE"
} }
], ],
"predicate": "non-classifiees-defense" "predicate": "classifiees"
}, },
{ {
"entry": [ "entry": [
{
"expanded": "DIFFUSION RESTREINTE",
"value": "DIFFUSION_RESTREINTE",
"colour": "#f87272"
},
{ {
"expanded": "NON CLASSIFIEES", "expanded": "NON CLASSIFIEES",
"value": "NON-CLASSIFIEES" "value": "NON-CLASSIFIEES",
"colour": "#f89595"
} }
], ],
"predicate": "non-classifiees" "predicate": "non-classifiees"
},
{
"entry": [
{
"expanded": "SPECIAL FRANCE",
"value": "SPECIAL_FRANCE",
"colour": "#0434cc"
}
],
"predicate": "special-france"
} }
], ],
"predicates": [ "predicates": [
{ {
"expanded": "Informations classifiées défense", "expanded": "Informations classifiées",
"value": "classifiees-defense", "value": "classifiees",
"exclusive": true
},
{
"expanded": "Informations non classifiées defense",
"value": "non-classifiees-defense",
"exclusive": true "exclusive": true
}, },
{ {
"expanded": "Informations non classifiées", "expanded": "Informations non classifiées",
"value": "non-classifiees", "value": "non-classifiees",
"exclusive": true "exclusive": true
},
{
"expanded": "Mention Spécial France",
"value": "special-france",
"exclusive": false
} }
], ],
"version": 3, "version": 5,
"description": "French gov information classification system", "description": "French gov information classification system",
"namespace": "fr-classif" "namespace": "fr-classif"
} }