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