diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-03-17 17:42:47 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-18 20:02:58 +0000 |
commit | a62adeea05495e24836f7857d598e46d2befd9f7 (patch) | |
tree | d91503540a53d50483943ba475a9700449eecfe9 /sonar-ws | |
parent | cca0f3a1868b0b1c95d3fba0486cd8b81f696382 (diff) | |
download | sonarqube-a62adeea05495e24836f7857d598e46d2befd9f7.tar.gz sonarqube-a62adeea05495e24836f7857d598e46d2befd9f7.zip |
SONAR-16123 Update security_reports endpoint
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-security.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-security.proto b/sonar-ws/src/main/protobuf/ws-security.proto index 73ee03a4cbb..159e74094b3 100644 --- a/sonar-ws/src/main/protobuf/ws-security.proto +++ b/sonar-ws/src/main/protobuf/ws-security.proto @@ -42,6 +42,7 @@ message SecurityStandardCategoryStatistics { optional int64 activeRules = 9; optional int64 totalRules = 10; optional bool hasMoreRules = 11; + optional string version = 12; } message CweStatistics { |