- Introduced a new VEX compact fixture for testing purposes. - Implemented `verify_export.py` script to validate Findings Ledger exports, ensuring deterministic ordering and applying redaction manifests. - Added a lightweight stub `HarnessRunner` for unit tests to validate ledger hashing expectations. - Documented tasks related to the Mirror Creator. - Created models for entropy signals and implemented the `EntropyPenaltyCalculator` to compute penalties based on scanner outputs. - Developed unit tests for `EntropyPenaltyCalculator` to ensure correct penalty calculations and handling of edge cases. - Added tests for symbol ID normalization in the reachability scanner. - Enhanced console status service with comprehensive unit tests for connection handling and error recovery. - Included Cosign tool version 2.6.0 with checksums for various platforms.
20 lines
599 B
JSON
20 lines
599 B
JSON
{
|
|
"event_type": "runtime_fact",
|
|
"firmware_version": "1.2.3",
|
|
"graph_revision_id": "graph-r1",
|
|
"ledger_id": "ledger-789",
|
|
"monotonic_nanos": 123456789,
|
|
"observed_at": "2025-12-02T00:00:00Z",
|
|
"payload": {
|
|
"pid": 4242,
|
|
"process": "nginx"
|
|
},
|
|
"payload_hash": "sha256:7476a5068a3f0780c552f81c90d061d9e39c37f425a243ecff961b08676546fd",
|
|
"policy_hash": "sha256:deadbeef",
|
|
"project_id": "proj-123",
|
|
"replay_manifest": "manifest-r1",
|
|
"sensor_id": "observer-01",
|
|
"signature": "dsse://observer-events/2025-12-02/observer_events.ndjson.dsse#line1",
|
|
"tenant_id": "tenant-a"
|
|
}
|