ConfidenceThresholds class

Confidence score thresholds.

Constructors

ConfidenceThresholds()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

certain → const double
0.9-1.0: Certain exploit path identified.
clear → const double
0.8-0.9: Clear vulnerability pattern with known exploitation methods.
minimumFinal → const double
Minimum confidence for inclusion in final report after false-positive filtering.
minimumReport → const double
Below 0.7: Too speculative — don't report.
suspicious → const double
0.7-0.8: Suspicious pattern requiring specific conditions.