From dd4b896f4dfa2923272743b7fa4f92a2db4aef86 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 10 Jul 2024 10:59:30 -0700 Subject: [PATCH] Updatd create graph. --- patterns/create_graph_from_input/system.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/patterns/create_graph_from_input/system.md b/patterns/create_graph_from_input/system.md index d758850..7f206b1 100644 --- a/patterns/create_graph_from_input/system.md +++ b/patterns/create_graph_from_input/system.md @@ -16,6 +16,17 @@ Show how a security program is improving over time. - Output a CSV file that has all the necessary data to tell the progress story. +The format will be like so: + +EXAMPLE OUTPUT FORMAT + +Date TTD_hours TTI_hours TTR-CJC_days TTR-C_days +Month Year 81 82 21 51 +Month Year 80 80 21 53 +(Continue) + +END EXAMPLE FORMAT + - Only ouptut numbers in the fields, no special characters like "<, >, =," etc.. - Only output valid CSV data and nothing else.