{ "opencollection": "1.0.0", "info": { "name": "Sonatype Lifecycle Public REST Advanced Search Security Vulnerability Overrides API", "version": "1.201.0-02" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Security Vulnerability Overrides", "type": "folder" }, "items": [ { "info": { "name": "getSecurityVulnerabilityOverrides", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/securityOverrides", "params": [ { "name": "refId", "value": "", "type": "query", "description": "Enter the CVE ID or Sonatype Vulnerability Identifier." }, { "name": "componentPurl", "value": "", "type": "query", "description": "Enter the component packageUrl e.g. `pkg:format/Group/ArtifactCoord@VersionCoord`" }, { "name": "ownerId", "value": "", "type": "query", "description": "Enter the ownerId (e.g. applicationId) containing the vulnerability." } ] }, "docs": "Use this method to retrieve security vulnerabilities that have been overridden.\n\nPermissions required: View IQ Elements" } ] } ], "bundled": true }