mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
[pitboss/grind] cleanup session-0012 (20260521T201327Z-3848)
This commit is contained in:
parent
3c427436aa
commit
ca4349ded5
10 changed files with 25 additions and 63 deletions
|
|
@ -119,7 +119,7 @@ Each line is a JSON object with a versioned envelope:
|
|||
{
|
||||
"schema_version": 1,
|
||||
"nyx_version": "0.7.0",
|
||||
"corpus_version": "4",
|
||||
"corpus_version": "15",
|
||||
"kind": "verdict",
|
||||
"ts": "2026-05-15T18:42:09Z",
|
||||
"finding_id": "a3b1...",
|
||||
|
|
@ -134,6 +134,8 @@ Each line is a JSON object with a versioned envelope:
|
|||
}
|
||||
```
|
||||
|
||||
The literal `nyx_version` and `corpus_version` values shift between releases; see `crate::dynamic::telemetry::CORPUS_VERSION` for the active payload-corpus version your binary writes.
|
||||
|
||||
| Field | Meaning |
|
||||
| --- | --- |
|
||||
| `schema_version` | Event schema version. Readers reject mismatches. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue