Module securityhub_api

Module securityhub_api 

Source

Structs§

GetSecuritySummaryParams
struct for passing parameters to the method get_security_summary
ListVulnerabilitiesParams
struct for passing parameters to the method list_vulnerabilities

Enums§

GetSecuritySummaryError
struct for typed errors of method get_security_summary
ListVulnerabilitiesError
struct for typed errors of method list_vulnerabilities

Functions§

get_security_summary
Retrieve the vulnerability summary of the system
list_vulnerabilities
Get the vulnerability list. use q to pass the query condition, supported conditions: cve_id(exact match) cvss_score_v3(range condition) severity(exact match) repository_name(exact match) project_id(exact match) package(exact match) tag(exact match) digest(exact match)