fix: Order of predicate (misp).
parent
a0b3a6a59f
commit
71d9ebb2da
|
@ -70,26 +70,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "automation-level",
|
||||
"entry": [
|
||||
{
|
||||
"expanded": "Generated automatically without human verification",
|
||||
"value": "unsupervised",
|
||||
"numerical_value": 100
|
||||
},
|
||||
{
|
||||
"expanded": "Generated automatically but verified by a human",
|
||||
"value": "reviewed",
|
||||
"numerical_value": 50
|
||||
},
|
||||
{
|
||||
"expanded": "Output of human analysis",
|
||||
"value": "manual",
|
||||
"numerical_value": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "threat-level",
|
||||
"entry": [
|
||||
|
@ -119,6 +99,26 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "automation-level",
|
||||
"entry": [
|
||||
{
|
||||
"expanded": "Generated automatically without human verification",
|
||||
"value": "unsupervised",
|
||||
"numerical_value": 100
|
||||
},
|
||||
{
|
||||
"expanded": "Generated automatically but verified by a human",
|
||||
"value": "reviewed",
|
||||
"numerical_value": 50
|
||||
},
|
||||
{
|
||||
"expanded": "Output of human analysis",
|
||||
"value": "manual",
|
||||
"numerical_value": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "tool",
|
||||
"entry": [
|
||||
|
|
Loading…
Reference in New Issue