Template fix part2 (#3286)

This commit is contained in:
philhagen-rc
2026-02-18 11:54:46 -05:00
committed by GitHub
parent 376bf2a64d
commit 0b57340866
+1 -2
View File
@@ -2,9 +2,8 @@
## Description from ATT&CK
<% attack_description_lines = technique['description'].gsub("%\\<", "%<").gsub(/<code>.*?<\/code>/) { |match| match.gsub('~', '\~') } %>
<% attack_description_lines.lines.each do |desc_line| %>> <%= desc_line.strip -%>
<% attack_description_lines.lines.each do |desc_line| %>> <%= desc_line.strip %>
<% end %>
[Source](https://attack.mitre.org/techniques/<%= technique['identifier'].gsub(/\./, '/') %>)
## Atomic Tests