From 37814e116b9f9ddd0d05172aa8bad663acfd8a96 Mon Sep 17 00:00:00 2001 From: clr2of8 Date: Thu, 7 May 2020 07:22:35 -0600 Subject: [PATCH] add unique (per yaml file) guid --- atomic_red_team/spec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/atomic_red_team/spec.yaml b/atomic_red_team/spec.yaml index 74435387..e7bfe631 100644 --- a/atomic_red_team/spec.yaml +++ b/atomic_red_team/spec.yaml @@ -35,6 +35,7 @@ atomic_tests: # This is the first atomic test # - name: Short name of the test that titles how it tests the technique. # Example: "SourceRecorder via cmd.exe" + auto_generated_guid: # uniquely identifies this test, leave it blank and it will be auto-generated during the Pull Request process on GitHub description: | Long form description of the test. Markdown is supported so you can **bold** items, create