From 4b8b6bc127aa7601daae2e9feaea43dc9d8c3479 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 10 Jul 2024 10:54:28 -0700 Subject: [PATCH] Updatd create graph. --- patterns/create_graph_from_input/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/create_graph_from_input/system.md b/patterns/create_graph_from_input/system.md index b25db17..d758850 100644 --- a/patterns/create_graph_from_input/system.md +++ b/patterns/create_graph_from_input/system.md @@ -16,7 +16,7 @@ Show how a security program is improving over time. - 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 ouptut numbers in the fields, no special characters like "<, >, =," etc.. - Only output valid CSV data and nothing else.