mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-10 21:31:19 +00:00
Snapshot 95 demo-tenant parsers (incl. stormshield) + un-ignore parsers/
The original upstream gitignores parsers/* on the assumption that each tenant has its own set. This fork commits a working snapshot so the Parser Test Runner and Parser Coverage features are usable out of the box. Stormshield parser exercises the new SDL key=value scanner, pattern references, and JS-style unquoted format keys added to backend/routers/quality.py.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"columnNames": ["entity_id", "feature_name", "value"],
|
||||
"rows": [
|
||||
[".anna.schmidt", "featF_same", 16],
|
||||
[".lisa.bauer", "featF_same", 9],
|
||||
[".thomas.weber", "featF_same", 18],
|
||||
["admin.klaus.fischer", "featF_same", 17],
|
||||
["billing.clerk.peter.wolf", "featF_same", 19],
|
||||
["lab.tech.sarah.koch", "featF_same", 9],
|
||||
["nurse.maria.m\\u00fcller", "featF_same", 16],
|
||||
["pharmacist.hans.meyer", "featF_same", 17]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user