Automatically migrate all rules where defaultSeverity is Blocker and MQR is High
This commit is contained in:
parent
ea1ac05c78
commit
972b0e39c2
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"RELIABILITY": "HIGH"
|
"RELIABILITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "LOGICAL"
|
"attribute": "LOGICAL"
|
||||||
},
|
},
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "VULNERABILITY",
|
"type": "VULNERABILITY",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
"SECURITY": "HIGH"
|
"SECURITY": "BLOCKER"
|
||||||
},
|
},
|
||||||
"attribute": "TRUSTWORTHY"
|
"attribute": "TRUSTWORTHY"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user