diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 1 | ||||
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-issues.proto | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index ef4721c44dd..4b2779f41c3 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -50,6 +50,7 @@ message SearchWsResponse { repeated sonarqube.ws.commons.Flow flows = 15; optional string ruleKey = 16; repeated sonarqube.ws.commons.MessageFormatting messageFormattings = 17; + optional string cveId = 18; } } diff --git a/sonar-ws/src/main/protobuf/ws-issues.proto b/sonar-ws/src/main/protobuf/ws-issues.proto index dcc65a70ee4..647d461b2b8 100644 --- a/sonar-ws/src/main/protobuf/ws-issues.proto +++ b/sonar-ws/src/main/protobuf/ws-issues.proto @@ -168,6 +168,7 @@ message Issue { repeated sonarqube.ws.commons.Impact impacts = 42; optional string issueStatus = 43; optional bool prioritizedRule = 44; + optional string cveId = 45; } message Transitions { |