fix: Typos in predicate names (CERT-XLM & pentest).

pull/93/head
Raphaël Vinot 2018-02-07 11:03:48 +01:00
parent 9740e61c50
commit a0b3a6a59f
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"version": 1,
"version": 2,
"namespace": "CERT-XLM",
"description": "CERT-XLM Security Incident Classification.",
"values": [
@ -104,7 +104,7 @@
]
},
{
"predicate": "intrusions",
"predicate": "intrusion",
"entry": [
{
"value": "privileged-account-compromise",
@ -286,8 +286,8 @@
"description": "Vulnerable"
},
{
"value": "comformity",
"expanded": "Comformity",
"value": "conformity",
"expanded": "Conformity",
"description": "This group is for catching breach about controls given by the company or externals entities."
},
{

View File

@ -1,5 +1,5 @@
{
"version": 1,
"version": 2,
"namespace": "pentest",
"description": "pentest classification.",
"values": [
@ -220,7 +220,7 @@
"description": "Automated tool that perform network checks"
},
{
"value": "exploit ",
"value": "exploit",
"expanded": "Exploit",
"description": "Exploitation of a vulnerability"
},