Zum Inhalt springen

Finding

Keine Beschreibung in der Spezifikation vorhanden.

Feld Typ Pflicht Beschreibung
id string nein
category string nein (dns, email, web, security)
severity string nein (ok, info, warn, problem)
title string nein
detail string nein
fix object nein
{
"id": "string",
"category": "dns",
"severity": "ok",
"title": "string",
"detail": "string",
"fix": {
"steps": "string",
"record": {
"host": "string",
"type": "string",
"value": "string"
},
"cta": {
"label": "string",
"href": "string"
}
}
}