From 5c52612858bbdc0e95ceeff459cde3426489388f Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Wed, 13 Jan 2021 12:12:24 -0700 Subject: [PATCH] added details to the description (#1366) Co-authored-by: Michael Haag <5632822+MHaggis@users.noreply.github.com> --- atomics/T1127.001/T1127.001.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1127.001/T1127.001.yaml b/atomics/T1127.001/T1127.001.yaml index bfa8383d..3d6232f3 100644 --- a/atomics/T1127.001/T1127.001.yaml +++ b/atomics/T1127.001/T1127.001.yaml @@ -4,7 +4,7 @@ atomic_tests: - name: MSBuild Bypass Using Inline Tasks auto_generated_guid: 58742c0f-cb01-44cd-a60b-fb26e8871c93 description: | - Executes the code in a project file using. C# Example + Executes the code in a project file using msbuild.exe. The default C# project example file (T1127.001.csproj) will simply print "Hello From a Code Fragment" and "Hello From a Class." to the screen. supported_platforms: - windows input_arguments: