diff options
author | Antoine Vinot <antoine.vinot@sonarsource.com> | 2022-12-14 11:46:51 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-15 20:03:33 +0000 |
commit | 6943335f31a66164ebd6d4c8934136692f6b83a9 (patch) | |
tree | 374821000ae025b536ee33316f7358e5ab7e5c78 /sonar-ws | |
parent | b8f9d564c83fca637ebd9762e136b067ca1e7e79 (diff) | |
download | sonarqube-6943335f31a66164ebd6d4c8934136692f6b83a9.tar.gz sonarqube-6943335f31a66164ebd6d4c8934136692f6b83a9.zip |
SONAR-17671 Add description context key for taint vulnerabilities
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-issues.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-issues.proto b/sonar-ws/src/main/protobuf/ws-issues.proto index 3a99824f6b4..b03e72200b1 100644 --- a/sonar-ws/src/main/protobuf/ws-issues.proto +++ b/sonar-ws/src/main/protobuf/ws-issues.proto @@ -286,6 +286,7 @@ message TaintVulnerabilityLite { optional bool closed = 8; repeated Flow flows = 9; optional bool assignedToSubscribedUser = 10; + optional string ruleDescriptionContextKey = 11; } message Flow { |