aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-security.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-security.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-security.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-security.proto b/sonar-ws/src/main/protobuf/ws-security.proto
index 17b894f8673..67d7c7e7264 100644
--- a/sonar-ws/src/main/protobuf/ws-security.proto
+++ b/sonar-ws/src/main/protobuf/ws-security.proto
@@ -37,7 +37,7 @@ message SecurityStandardCategoryStatistics {
optional int64 vulnerabilityRating = 3;
optional int64 inReviewSecurityHotspots = 4;
optional int64 toReviewSecurityHotspots = 5;
- optional int64 resolvedSecurityHotspots = 6;
+ optional int64 reviewedSecurityHotspots = 6;
repeated CweStatistics distribution = 7;
optional int64 activeRules = 8;
optional int64 totalRules = 9;
@@ -49,7 +49,7 @@ message CweStatistics {
optional int64 vulnerabilityRating = 3;
optional int64 inReviewSecurityHotspots = 4;
optional int64 toReviewSecurityHotspots = 5;
- optional int64 resolvedSecurityHotspots = 6;
+ optional int64 reviewedSecurityHotspots = 6;
optional int64 activeRules = 7;
optional int64 totalRules = 8;
}