{ "info": { "_postman_id": "3152ba55-d4b1-4f5d-a787-fb9252f7793d", "name": "Security Vulnerability API", "description": "An API to fetch public Atlassian product vulnerabilities, accompanying CVE details, and the vulnerability issue status.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "Products", "description": "This resource represents Atlassian products' CVE information. Use it to retrieve information on what particular Atlassian products are affected by various CVEs.", "item": [ { "name": "Get product and app information", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}v1/products", "query": [ { "key": "products", "value": "{{products}}", "disabled": true, "description": "A comma-delimited list of case-insensitive product names to include in the response." }, { "key": "apps", "value": "{{apps}}", "disabled": true, "description": "A comma-delineated list of case-insensitive app names to include in the response." }, { "key": "cve_ids", "value": "{{cve_ids}}", "disabled": true, "description": "A comma-delimited list of CVE IDs to include in the response." }, { "key": "version", "value": "{{version}}", "disabled": true, "description": "The semantic version of the product specified in the request. Product must be specified" } ], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Get a list of Atlassian apps and products with their associated CVE data. This data includes CVEs that affect each supported product/app version, the status of the vulnerability, and information on the CVE itself, such as a summary and severity." }, "response": [] }, { "name": "Get versions associated with products", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}v1/products/versions", "query": [], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Get a list of Atlassian products and versions released after Jan 2021 associated with them" }, "response": [] } ] }, { "name": "CVEs", "description": "This resource represents Atlassian products associated with particular CVE IDs. Use it to retrieve information on how certain CVEs are affecting Atlassian products.", "item": [ { "name": "Get CVE information", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}v1/cves", "query": [ { "key": "page_id", "value": "{{page_id}}", "disabled": true, "description": "The ID of the page to retrieve. All other query parameters are ignored if this is included in a request." }, { "key": "cve_ids", "value": "{{cve_ids}}", "disabled": true, "description": "A comma-delimited list of CVE IDs to include in the response." }, { "key": "products", "value": "{{products}}", "disabled": true, "description": "A comma-delimited list of case-insensitive Atlassian product names to include in the response." }, { "key": "apps", "value": "{{apps}}", "disabled": true, "description": "A comma-delimited list of case-insensitive Atlassian app names to include in the response." }, { "key": "format", "value": "{{format}}", "disabled": true, "description": "Specifies the format of the cve_details field returned by the API. HTML, Plaintext, and ADF formats supported." } ], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Get a paginated list of CVEs relevant to Atlassian products, their summary description, severity, affected product(s), and product CVE status." }, "response": [] } ] }, { "name": "API Health", "description": "This resource represents API health.", "item": [ { "name": "Get service availability", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}healthcheck", "query": [], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "text/plain" } ], "description": "Returns the current health of the API." }, "response": [] } ] } ], "variable": [ { "key": "protocol", "name": "Protocol", "description": "The HTTP Protocol that should be used for this REST API.", "type": "string", "value": "https" }, { "key": "host", "name": "Host", "description": "The HTTP host that should be used for this REST API.", "type": "string", "value": "api.atlassian.com" }, { "key": "basePath", "name": "Base Path", "description": "The path, after the host, of the base of the REST API.", "type": "string", "value": "vuln-transparency/" } ] }