aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorAntoine Vinot <antoine.vinot@sonarsource.com>2022-12-14 11:46:51 +0100
committersonartech <sonartech@sonarsource.com>2022-12-15 20:03:33 +0000
commit6943335f31a66164ebd6d4c8934136692f6b83a9 (patch)
tree374821000ae025b536ee33316f7358e5ab7e5c78 /sonar-ws
parentb8f9d564c83fca637ebd9762e136b067ca1e7e79 (diff)
downloadsonarqube-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.proto1
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 {