| Package | Description |
|---|---|
| org.owasp.dependencycheck.xml.hints |
Contains classes used to parse the hints file to add evidence to dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HintParser.parseHints(File file)
Parses the given XML file and returns a list of the hints contained.
|
void |
HintParser.parseHints(InputStream inputStream)
Parses the given XML stream and returns a list of the hint rules
contained.
|
Copyright © 2012–2020 OWASP. All rights reserved.