aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorZipeng WU <zipeng.wu@sonarsource.com>2021-11-08 16:20:32 +0100
committersonartech <sonartech@sonarsource.com>2021-11-09 20:03:15 +0000
commit6bd7a4fd3a9fcbed5367add7ba9f616531ced342 (patch)
tree40b2090c9997382bf1048c0f1db2cf7a934ffdb0 /sonar-ws
parent5819bd5d7d0cbe13cd2ceda0650032f8009ef0d4 (diff)
downloadsonarqube-6bd7a4fd3a9fcbed5367add7ba9f616531ced342.tar.gz
sonarqube-6bd7a4fd3a9fcbed5367add7ba9f616531ced342.zip
SONAR-14658 Show additional security-related rules are available in security reports
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-security.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-security.proto b/sonar-ws/src/main/protobuf/ws-security.proto
index 59bf2f9a4cd..73ee03a4cbb 100644
--- a/sonar-ws/src/main/protobuf/ws-security.proto
+++ b/sonar-ws/src/main/protobuf/ws-security.proto
@@ -41,6 +41,7 @@ message SecurityStandardCategoryStatistics {
repeated CweStatistics distribution = 8;
optional int64 activeRules = 9;
optional int64 totalRules = 10;
+ optional bool hasMoreRules = 11;
}
message CweStatistics {
@@ -52,6 +53,7 @@ message CweStatistics {
optional int64 securityReviewRating = 7;
optional int64 activeRules = 8;
optional int64 totalRules = 9;
+ optional bool hasMoreRules = 10;
}