Automatically migrate all rules where defaultSeverity is Blocker and MQR is High

This commit is contained in:
Fred Tingaud 2025-02-13 18:38:11 +01:00 committed by Fred Tingaud
parent ea1ac05c78
commit 972b0e39c2
56 changed files with 103 additions and 195 deletions

View File

@ -3,7 +3,7 @@
"type": "CODE_SMELL", "type": "CODE_SMELL",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "LOW" "MAINTAINABILITY": "INFO"
}, },
"attribute": "CLEAR" "attribute": "CLEAR"
}, },
@ -16,12 +16,8 @@
"obsolete" "obsolete"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Info", "defaultSeverity": "Info",
"ruleSpecification": "RSPEC-1133", "ruleSpecification": "RSPEC-1133",

View File

@ -3,7 +3,7 @@
"type": "CODE_SMELL", "type": "CODE_SMELL",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "LOW" "MAINTAINABILITY": "INFO"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Info", "defaultSeverity": "Info",
"ruleSpecification": "RSPEC-1135", "ruleSpecification": "RSPEC-1135",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2076", "ruleSpecification": "RSPEC-2076",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2078", "ruleSpecification": "RSPEC-2078",

View File

@ -1,9 +1,9 @@
{ {
"title": "I\/O function calls should not be vulnerable to path injection attacks", "title": "I/O function calls should not be vulnerable to path injection attacks",
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2083", "ruleSpecification": "RSPEC-2083",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2091", "ruleSpecification": "RSPEC-2091",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2115", "ruleSpecification": "RSPEC-2115",

View File

@ -1,7 +1,7 @@
{ {
"code": { "code": {
"impacts": { "impacts": {
"RELIABILITY": "HIGH" "RELIABILITY": "BLOCKER"
}, },
"attribute": "LOGICAL" "attribute": "LOGICAL"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2755", "ruleSpecification": "RSPEC-2755",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -17,12 +17,8 @@
"sql" "sql"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-3649", "ruleSpecification": "RSPEC-3649",

View File

@ -3,7 +3,7 @@
"type": "CODE_SMELL", "type": "CODE_SMELL",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "LOW" "MAINTAINABILITY": "INFO"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"
}, },
@ -12,23 +12,15 @@
"func": "Constant\/Issue", "func": "Constant\/Issue",
"constantCost": "0min" "constantCost": "0min"
}, },
"tags": [ "tags": [],
],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Info", "defaultSeverity": "Info",
"ruleSpecification": "RSPEC-3688", "ruleSpecification": "RSPEC-3688",
"sqKey": "S3688", "sqKey": "S3688",
"scope": "All", "scope": "All",
"defaultQualityProfiles": [ "defaultQualityProfiles": [],
],
"quickfix": "unknown" "quickfix": "unknown"
} }

View File

@ -3,7 +3,7 @@
"type": "BUG", "type": "BUG",
"code": { "code": {
"impacts": { "impacts": {
"RELIABILITY": "HIGH" "RELIABILITY": "BLOCKER"
}, },
"attribute": "LOGICAL" "attribute": "LOGICAL"
}, },
@ -12,16 +12,10 @@
"func": "Constant\/Issue", "func": "Constant\/Issue",
"constantCost": "1min" "constantCost": "1min"
}, },
"tags": [ "tags": [],
],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-4647", "ruleSpecification": "RSPEC-4647",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-5131", "ruleSpecification": "RSPEC-5131",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-5135", "ruleSpecification": "RSPEC-5135",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-5146", "ruleSpecification": "RSPEC-5146",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-5147", "ruleSpecification": "RSPEC-5147",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-5334", "ruleSpecification": "RSPEC-5334",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-5696", "ruleSpecification": "RSPEC-5696",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-6096", "ruleSpecification": "RSPEC-6096",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-6105", "ruleSpecification": "RSPEC-6105",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "COMPLETE" "attribute": "COMPLETE"
}, },
@ -16,12 +16,8 @@
"android" "android"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-6384", "ruleSpecification": "RSPEC-6384",

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },
@ -16,12 +16,8 @@
"cwe" "cwe"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": [],
"legacyKeys": []
],
"legacyKeys": [
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-6437", "ruleSpecification": "RSPEC-6437",

View File

@ -11,9 +11,7 @@
"cert" "cert"
], ],
"extra": { "extra": {
"replacementRules": [ "replacementRules": []
]
}, },
"defaultSeverity": "Blocker", "defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-6784", "ruleSpecification": "RSPEC-6784",
@ -23,7 +21,7 @@
"quickfix": "infeasible", "quickfix": "infeasible",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },

View File

@ -3,7 +3,7 @@
"type": "VULNERABILITY", "type": "VULNERABILITY",
"code": { "code": {
"impacts": { "impacts": {
"SECURITY": "HIGH" "SECURITY": "BLOCKER"
}, },
"attribute": "TRUSTWORTHY" "attribute": "TRUSTWORTHY"
}, },