diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index 4560baa7dcc..41b89d19269 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -90,7 +90,7 @@ message Rule { optional string name = 2; optional string securityCategory = 3; optional string vulnerabilityProbability = 4; - optional string riskDescription = 5; - optional string vulnerabilityDescription = 6; - optional string fixRecommendations = 7; + optional string riskDescription = 5 [deprecated=true]; + optional string vulnerabilityDescription = 6 [deprecated=true]; + optional string fixRecommendations = 7 [deprecated=true]; } |