fix: Typos in predicate names (CERT-XLM & pentest).
parent
9740e61c50
commit
a0b3a6a59f
|
@ -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."
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue