sprints and audit work
This commit is contained in:
@@ -63,7 +63,7 @@ public sealed record BoundaryExtractionContext
|
||||
public string? NetworkZone { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Known port bindings (port → protocol).
|
||||
/// Known port bindings (port to protocol).
|
||||
/// </summary>
|
||||
public IReadOnlyDictionary<int, string> PortBindings { get; init; } =
|
||||
new Dictionary<int, string>();
|
||||
|
||||
Reference in New Issue
Block a user