mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-08 20:37:12 +00:00
a9dcf48e65
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.
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
{
|
|
"columnNames": ["entity_id", "feature_name", "value"],
|
|
"rows": [
|
|
[".anna.schmidt", "featG_same", 16],
|
|
[".lisa.bauer", "featG_same", 9],
|
|
[".thomas.weber", "featG_same", 18],
|
|
["admin.klaus.fischer", "featG_same", 17],
|
|
["billing.clerk.peter.wolf", "featG_same", 19],
|
|
["lab.tech.sarah.koch", "featG_same", 9],
|
|
["nurse.maria.m\\u00fcller", "featG_same", 16],
|
|
["pharmacist.hans.meyer", "featG_same", 17]
|
|
]
|
|
} |