{ "opencollection": "1.0.0", "info": { "name": "Sonatype Lifecycle Public REST Advanced Search Vulnerability Details API", "version": "1.201.0-02" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Vulnerability Details", "type": "folder" }, "items": [ { "info": { "name": "getSecurityVulnerabilityDetails", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/vulnerabilities", "body": { "type": "json", "data": "{}" } }, "docs": "Use this method to retrieve bulk details for vulnerabilies using authenticated or non-authenticated requests. A non-authenticated request will retrieve limited details for the vulnerability.\n\nPermissions required: View IQ Elements" }, { "info": { "name": "getSecurityVulnerabilityDetails_1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/vulnerabilities/:refId", "params": [ { "name": "refId", "value": "", "type": "path", "description": "Enter the vulnerability identifier (CVE ID or Sonatype Vulnerability Identifier)" }, { "name": "componentIdentifier", "value": "", "type": "query", "description": "Enter the component identifier." }, { "name": "identificationSource", "value": "", "type": "query", "description": "Enter the name of the component identification source (third-party) for this vulnerability. The response will retrieve vulnerability data from this third-party data source." }, { "name": "scanId", "value": "", "type": "query", "description": "Enter the scanId where the vulnerability was detected. The response will retrieve vulnerability data from the third-party data source and not HDS." }, { "name": "ownerType", "value": "", "type": "query", "description": "Enter the value for ownerType where this vulnerability was detected. The response will retrieve the vulnerability data from the third-party data source and not HDS." }, { "name": "ownerId", "value": "", "type": "query", "description": "Enter the ownerId where this vulnerability was detected. The response will retrieve data from the third-party data source and not HDS." } ] }, "docs": "Use this method to retrieve details for a vulnerability using authenticated or non-authenticated requests. A non-authenticated request will retrieve limited details for the vulnerability.\n\nPermissions required: View IQ Elements" } ] } ], "bundled": true }