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", "namespace": "CERT-XLM",
"description": "CERT-XLM Security Incident Classification.", "description": "CERT-XLM Security Incident Classification.",
"values": [ "values": [
@ -104,7 +104,7 @@
] ]
}, },
{ {
"predicate": "intrusions", "predicate": "intrusion",
"entry": [ "entry": [
{ {
"value": "privileged-account-compromise", "value": "privileged-account-compromise",
@ -286,8 +286,8 @@
"description": "Vulnerable" "description": "Vulnerable"
}, },
{ {
"value": "comformity", "value": "conformity",
"expanded": "Comformity", "expanded": "Conformity",
"description": "This group is for catching breach about controls given by the company or externals entities." "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", "namespace": "pentest",
"description": "pentest classification.", "description": "pentest classification.",
"values": [ "values": [
@ -220,7 +220,7 @@
"description": "Automated tool that perform network checks" "description": "Automated tool that perform network checks"
}, },
{ {
"value": "exploit ", "value": "exploit",
"expanded": "Exploit", "expanded": "Exploit",
"description": "Exploitation of a vulnerability" "description": "Exploitation of a vulnerability"
}, },