We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff7a9f commit 1d1fa9bCopy full SHA for 1d1fa9b
lib/heimdall_tools/sonarqube_mapper.rb
@@ -158,7 +158,7 @@ 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
- TAG_DATA = {}.freeze # NOTE: We count on Ruby to preserve order for TAG_DATA
+ TAG_DATA = {} # NOTE: We count on Ruby to preserve order for TAG_DATA
162
TAG_DATA[:cwe] = {
163
# Some rules with cwe tag don't have cwe number in description!
164
# Currently only squid:S2658, but it has OWASP tag so we can use that.
0 commit comments