diff options
author | OrlovAlexander <alexander.orlov@sonarsource.com> | 2024-10-08 14:40:05 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-16 20:03:01 +0000 |
commit | 6efb7c2170ca7384d1e4b4ca3e51ff01eed40e02 (patch) | |
tree | 01b30c7ed31afeb064724696ebf82292561f984c /sonar-ws/src/main | |
parent | 98ec043c4f45a6168735b694351b2e6c86f5239f (diff) | |
download | sonarqube-6efb7c2170ca7384d1e4b4ca3e51ff01eed40e02.tar.gz sonarqube-6efb7c2170ca7384d1e4b4ca3e51ff01eed40e02.zip |
SONAR-23250 Support impacts in rule/search
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-rules.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto index e25e78efc08..43987d7974c 100644 --- a/sonar-ws/src/main/protobuf/ws-rules.proto +++ b/sonar-ws/src/main/protobuf/ws-rules.proto @@ -192,6 +192,7 @@ message Active { optional string createdAt = 6; optional string updatedAt = 7; optional bool prioritizedRule = 8; + optional Impacts impacts = 9; message Param { optional string key = 1; |