public class RiskGate extends Object implements Serializable
| Constructor and Description |
|---|
RiskGate(Thresholds thresholds) |
| Modifier and Type | Method and Description |
|---|---|
Result |
evaluate(SeverityDistribution previousDistribution,
List<Finding> previousFindings,
SeverityDistribution currentDistribution,
List<Finding> currentFindings)
Evaluates if the current results meet or exceed the defined threshold.
|
public RiskGate(Thresholds thresholds)
public Result evaluate(SeverityDistribution previousDistribution, List<Finding> previousFindings, SeverityDistribution currentDistribution, List<Finding> currentFindings)
previousDistribution - previousDistributionpreviousFindings - previousFindingscurrentDistribution - currentDistributioncurrentFindings - currentFindingsCopyright © 2018–2020 OWASP. All rights reserved.