new advisories work and features gaps work

This commit is contained in:
master
2026-01-14 18:39:19 +02:00
parent 95d5898650
commit 15aeac8e8b
148 changed files with 16731 additions and 554 deletions

View File

@@ -232,7 +232,14 @@ internal sealed record PolicyEvaluationReachability(
bool HasRuntimeEvidence,
string? Source,
string? Method,
string? EvidenceRef)
string? EvidenceRef,
// Sprint: SPRINT_20260112_007_POLICY_path_gate_inputs (PW-POL-002)
string? PathHash = null,
ImmutableArray<string>? NodeHashes = null,
string? EntryNodeHash = null,
string? SinkNodeHash = null,
DateTimeOffset? RuntimeEvidenceAt = null,
bool? ObservedAtRuntime = null)
{
/// <summary>
/// Default unknown reachability state.