Add multiple impacts for CCT (#2871)

This commit is contained in:
hendrik-buchwald-sonarsource 2023-08-14 14:50:11 +02:00 committed by GitHub
parent 442194d295
commit 6d2e23d4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW",
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"

View File

@ -3,6 +3,7 @@
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW",
"SECURITY": "MEDIUM"
},
"attribute": "COMPLETE"

View File

@ -3,6 +3,7 @@
"type": "VULNERABILITY",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM",
"SECURITY": "HIGH"
},
"attribute": "CONVENTIONAL"