Merge pull request #13183 from Security-Onion-Solutions/cogburn/cleanup-config

Fix unnecessary escaping
This commit is contained in:
coreyogburn
2024-06-12 11:57:31 -06:00
committed by GitHub

View File

@@ -2261,7 +2261,7 @@ soc:
meta: meta:
description = ""; description = "";
strings: strings:
$x = \"string\"; $x = "string";
condition: condition:
all of them; all of them;
} }