External DocumentationTo learn more, visit the Brinqa documentation.
Actions
List Critical Vulnerabilities
Retrieve critical vulnerabilities in your Brinqa instance.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"data": {
"vulnerabilities": [
{
"ageInDays": 2580.109233171296,
"complianceStatus": "Out of SLA",
"connectorNames": "[Qualys Vulnerability Management]",
"description": "Several vulnerabilities have been reported in PHP. ...",
"id": "1688658462584209423",
"riskScore": 9,
"type": {
"cveIds": "[CVE-2007-0905, CVE-2007-0906, ...]",
"name": "PHP Prior to 5.2.1/4.4.5 Multiple Vulnerabilities",
"recommendation": "Upgrade to the latest version of PHP. ..."
}
},
{
"ageInDays": 2826.446362210648,
"complianceStatus": "Out of SLA",
"connectorNames": "[Qualys Vulnerability Management]",
"description": "The rpc.statd program, ...",
"id": "1688658462600986646",
"riskScore": 9,
"type": {
"cveIds": "[CVE-2000-0666, CVE-2000-0800]",
"name": "Statd Format Bug Vulnerability",
"recommendation": "For Red Hat Linux: ... For other distributions: ..."
}
},
{
// ... other vulnerabilities ...
}
]
}
}
Was this page helpful?