From 6870ca31c1a0f73c28f9ed4e12e614eb209514a0 Mon Sep 17 00:00:00 2001 From: Katya Potapov Date: Tue, 29 Sep 2020 09:53:01 -0400 Subject: [PATCH] fix MITRE URL formatting (#1229) --- atomic_red_team/atomic_doc_template.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomic_red_team/atomic_doc_template.md.erb b/atomic_red_team/atomic_doc_template.md.erb index d2d6e0d1..dd71601b 100644 --- a/atomic_red_team/atomic_doc_template.md.erb +++ b/atomic_red_team/atomic_doc_template.md.erb @@ -1,6 +1,6 @@ # <%= technique['identifier'] %> - <%= technique['name'] -%> -## [Description from ATT&CK](https://attack.mitre.org/wiki/Technique/<%= technique['identifier'] %>) +## [Description from ATT&CK](https://attack.mitre.org/techniques/<%= technique['identifier'].gsub(/\./, '/') %>)
<%= technique['description'] %>
## Atomic Tests