Sync upstream features; preserve fork KV scanner, parsers, verifier

Brought in 35 upstream commits (MITRE heatmap, health score, dependency map,
PowerQuery playground, onboarding tracker, product grouping, modern UI redesign).

Preserved fork additions:
  backend/routers/quality.py  KV scanner, pattern refs, JS keys, JSON mode,
                              /parsers + /sync-from-sdl endpoints
  parsers/                    96 OCSF + tenant parsers
  tools/stormshield-verify/   end-to-end ingest regression test
  .gitignore                  un-ignored parsers/*
  CHANGES.md, PATCHES.md
This commit is contained in:
marc
2026-05-22 18:19:52 +02:00
parent a7ebcac9a6
commit 7c1687efce
102 changed files with 13912 additions and 178 deletions
+75
View File
@@ -0,0 +1,75 @@
{
"attributes": {
"dataSource.vendor": "GitHub",
"dataSource.name": "GitHub Audit",
"dataSource.category": "security",
"dataSource.technology": "source_control"
},
"formats": [
{
"id": "github_audit_json",
"format": "$unmapped.{parse=gron}$",
"attributes": {
"class_uid": 8001,
"class_name": "DevOps Activity",
"category_uid": 8,
"category_name": "System Activity",
"type_uid": 800101,
"activity_id": 1,
"activity_name": "Repository Activity",
"severity_id": 1
},
"rewrites": [
{
"input": "timestamp",
"output": "time",
"match": ".*",
"replace": "$0"
},
{
"input": "actor",
"output": "user.name",
"match": ".*",
"replace": "$0"
},
{
"input": "source_ip",
"output": "src_endpoint.ip",
"match": ".*",
"replace": "$0"
},
{
"input": "org",
"output": "metadata.tenant_uid",
"match": ".*",
"replace": "$0"
},
{
"input": "repository",
"output": "resource.name",
"match": ".*",
"replace": "$0"
},
{
"input": "action",
"output": "activity_name",
"match": ".*",
"replace": "$0"
},
{
"input": "outcome",
"output": "status",
"match": ".*",
"replace": "$0"
},
{
"input": "description",
"output": "message",
"match": ".*",
"replace": "$0"
}
]
}
]
}