Class SecurityScanOrchestrationOptions

Namespace
Kuestenlogik.Bowire.Security
Assembly
Kuestenlogik.Bowire.dll
public sealed record SecurityScanOrchestrationOptions : IEquatable<SecurityScanOrchestrationOptions>
Inheritance
SecurityScanOrchestrationOptions
Implements
Inherited Members

Constructors

SecurityScanOrchestrationOptions()

public SecurityScanOrchestrationOptions()

Properties

GenerateReport

Whether to run the final report step. Default true.

public bool GenerateReport { get; init; }

Property Value

bool

MaxEndpoints

Cap on how many above-threshold endpoints to probe (highest-risk first). Default 10.

public int MaxEndpoints { get; init; }

Property Value

int

RiskThreshold

Only endpoints whose threat-model risk is at or above this run their probe stage. Default 5.

public int RiskThreshold { get; init; }

Property Value

int

TriageKeepThreshold

Triage real-score at or above this keeps a finding; below it is suppressed as a likely false positive. Default 50.

public int TriageKeepThreshold { get; init; }

Property Value

int

Methods

Equals(SecurityScanOrchestrationOptions?)

public bool Equals(SecurityScanOrchestrationOptions? other)

Parameters

other SecurityScanOrchestrationOptions

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(SecurityScanOrchestrationOptions?, SecurityScanOrchestrationOptions?)

public static bool operator ==(SecurityScanOrchestrationOptions? left, SecurityScanOrchestrationOptions? right)

Parameters

left SecurityScanOrchestrationOptions
right SecurityScanOrchestrationOptions

Returns

bool

operator !=(SecurityScanOrchestrationOptions?, SecurityScanOrchestrationOptions?)

public static bool operator !=(SecurityScanOrchestrationOptions? left, SecurityScanOrchestrationOptions? right)

Parameters

left SecurityScanOrchestrationOptions
right SecurityScanOrchestrationOptions

Returns

bool