aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2019-11-28 16:08:19 +0100
committerSonarTech <sonartech@sonarsource.com>2020-01-13 20:46:24 +0100
commitb9e5b79c297f4978be1f4dd60922e2496ec6b01a (patch)
tree22242f6893f28171cd4b6d9d03497fff6ea1863c /sonar-ws
parente292839ab8e07dda4fd8c41c35ad447f6fe80889 (diff)
downloadsonarqube-b9e5b79c297f4978be1f4dd60922e2496ec6b01a.tar.gz
sonarqube-b9e5b79c297f4978be1f4dd60922e2496ec6b01a.zip
SONAR-12722 drop `in_review` status
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-security.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-security.proto b/sonar-ws/src/main/protobuf/ws-security.proto
index 67d7c7e7264..936455009cc 100644
--- a/sonar-ws/src/main/protobuf/ws-security.proto
+++ b/sonar-ws/src/main/protobuf/ws-security.proto
@@ -35,7 +35,6 @@ message SecurityStandardCategoryStatistics {
optional string category = 1;
optional int64 vulnerabilities = 2;
optional int64 vulnerabilityRating = 3;
- optional int64 inReviewSecurityHotspots = 4;
optional int64 toReviewSecurityHotspots = 5;
optional int64 reviewedSecurityHotspots = 6;
repeated CweStatistics distribution = 7;
@@ -47,7 +46,6 @@ message CweStatistics {
optional string cwe = 1;
optional int64 vulnerabilities = 2;
optional int64 vulnerabilityRating = 3;
- optional int64 inReviewSecurityHotspots = 4;
optional int64 toReviewSecurityHotspots = 5;
optional int64 reviewedSecurityHotspots = 6;
optional int64 activeRules = 7;