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 c80a46a commit 0aad3b5Copy full SHA for 0aad3b5
lib/heimdall_tools/fortify_mapper.rb
@@ -58,9 +58,9 @@ def primaries(classid)
58
def snippet(snippetid)
59
snippet = @snippets.select { |x| x['id'].eql?(snippetid) }.first
60
"\nPath: #{snippet['File']}\n" \
61
- "StartLine: #{snippet['StartLine']}, " \
62
- "EndLine: #{snippet['EndLine']}\n" \
63
- "Code:\n#{snippet['Text']['#cdata-section'].strip}" \
+ "StartLine: #{snippet['StartLine']}, " \
+ "EndLine: #{snippet['EndLine']}\n" \
+ "Code:\n#{snippet['Text']['#cdata-section'].strip}" \
64
end
65
66
def nist_tag(rule)
0 commit comments