aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2018-06-12 11:39:04 +0200
committersonartech <sonartech@sonarsource.com>2018-07-04 09:31:03 +0200
commitd42307dd484ab82daecddb4e98b2085ba711b34f (patch)
treecd1abe3614d350e3e1d66feaf6c2b47cad9571f3 /sonar-ws
parent1de495806592ec053c70322de93f797019a448d3 (diff)
downloadsonarqube-d42307dd484ab82daecddb4e98b2085ba711b34f.tar.gz
sonarqube-d42307dd484ab82daecddb4e98b2085ba711b34f.zip
SONAR-10867 Add security hotspot new issue type
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-commons.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-commons.proto b/sonar-ws/src/main/protobuf/ws-commons.proto
index 106a3ab1f6f..442630a7fce 100644
--- a/sonar-ws/src/main/protobuf/ws-commons.proto
+++ b/sonar-ws/src/main/protobuf/ws-commons.proto
@@ -118,6 +118,7 @@ enum RuleType {
CODE_SMELL = 1;
BUG = 2;
VULNERABILITY = 3;
+ SECURITY_HOTSPOT = 4;
}
enum BranchType {