Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 644 Bytes

HtmlSsrfThreatCheckResult.md

File metadata and controls

12 lines (8 loc) · 644 Bytes

HtmlSsrfThreatCheckResult

Properties

Name Type Description Notes
is_valid bool True if the document is valid and has no errors, false otherwise [optional]
is_threat bool True if the document contains an SSRF threat, false otherwise [optional]
threat_links list[HtmlThreatLink] Links found in the input HTML that contains threats [optional]

[Back to Model list] [Back to API list] [Back to README]