new advisories work and features gaps work
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user