diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-hotspots.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 1 |
1 files changed, 1 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; } } |