mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-30 15:06:20 +02: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