chg: [fr-classif] updated following changes from July 2021 with 2 new levels.
Thanks to ANSSI-FR for the contributionpull/217/head
parent
92295fd073
commit
16214e1867
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue