We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1fa9b commit b42f4b2Copy full SHA for b42f4b2
lib/heimdall_tools/sonarqube_mapper.rb
@@ -158,7 +158,11 @@ class Control
158
# OWASP is stated specifically, ex owasp-a1
159
#
160
# SonarQube is inconsistent with tags (ex some cwe rules don't have cwe number in desc,) as noted below
161
+
162
+ # rubocop:disable Style/MutableConstant
163
TAG_DATA = {} # NOTE: We count on Ruby to preserve order for TAG_DATA
164
+ # rubocop:enable Style/MutableConstant
165
166
TAG_DATA[:cwe] = {
167
# Some rules with cwe tag don't have cwe number in description!
168
# Currently only squid:S2658, but it has OWASP tag so we can use that.
0 commit comments