mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #13183 from Security-Onion-Solutions/cogburn/cleanup-config
Fix unnecessary escaping
This commit is contained in:
@@ -2261,7 +2261,7 @@ soc:
|
|||||||
meta:
|
meta:
|
||||||
description = "";
|
description = "";
|
||||||
strings:
|
strings:
|
||||||
$x = \"string\";
|
$x = "string";
|
||||||
condition:
|
condition:
|
||||||
all of them;
|
all of them;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user