public class ReportTool extends Object
| Constructor and Description |
|---|
ReportTool() |
| Modifier and Type | Method and Description |
|---|---|
float |
estimateSeverity(String severity)
Estimates the CVSS V2 score for the given severity.
|
String |
identifierToSuppressionId(Identifier id)
Converts an identifier into the Suppression string when possible.
|
public String identifierToSuppressionId(Identifier id)
id - the Identifier to formatnull.public float estimateSeverity(String severity)
severity - the text representation of a scoreCopyright © 2012–2020 OWASP. All rights reserved.