From 9bbb1677375637e779d1a4c18bcdf09ad2c0f9c8 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Tue, 6 Aug 2024 10:54:39 -0700 Subject: [PATCH] Updated critical data outputer. --- patterns/create_ttrc_graph_from_input/system.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patterns/create_ttrc_graph_from_input/system.md b/patterns/create_ttrc_graph_from_input/system.md index aecd297..02259da 100644 --- a/patterns/create_ttrc_graph_from_input/system.md +++ b/patterns/create_ttrc_graph_from_input/system.md @@ -35,6 +35,8 @@ END EXAMPLE FORMAT - Do not output any other content other than the CSV data. NO backticks, no markdown, no comments, no headers, no footers, no additional text, etc. Just the CSV data. +- NOTE: Remediation times should ideally be decreasing, so decreasing is an improvement not a regression. + - Only output valid CSV data and nothing else. - Use the field names in the input; don't make up your own.