From aeff6ec6ecb321b65886511c389cdc422271951b Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 10 Jul 2024 10:52:41 -0700 Subject: [PATCH] Updatd create graph. --- patterns/create_graph_from_input/system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/create_graph_from_input/system.md b/patterns/create_graph_from_input/system.md index 79d9646..b25db17 100644 --- a/patterns/create_graph_from_input/system.md +++ b/patterns/create_graph_from_input/system.md @@ -12,12 +12,12 @@ Show how a security program is improving over time. - Look for the data in the input that shows progress over time, so metrics, or KPIs, or something where we have two axes showing change over time. -- In the updates section, entries might be written informally, so you need to interpret how those apply to the schema above. - # OUTPUT - Output a CSV file that has all the necessary data to tell the progress story. +- Only ouptut numbers in the fields, no special characters. + - Only output valid CSV data and nothing else. - Use the field names in the input; don't make up your own.