#include <parser.hpp>
|
| QList< AuditResult > | parse (const QString &output) |
| | Parses the given output string and extracts SARIF results.
|
| |
| | ~Parser () |
| |
◆ ~Parser()
◆ parse()
| QList< AuditResult > Parser::parse |
( |
const QString & |
output | ) |
|
Parses the given output string and extracts SARIF results.
- Parameters
-
| output | The output string to parse. |
- Returns
- A list of AuditResults with parsed findings.
◆ parseSarifDocument()
| void Parser::parseSarifDocument |
( |
const QJsonObject & |
sarifObj, |
|
|
QList< AuditResult > & |
results, |
|
|
bool & |
foundResults |
|
) |
| |
|
private |
The documentation for this class was generated from the following files: