Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature add: provide partner/CNA list in structured format #21

Open
zmanion opened this issue Jul 5, 2023 · 0 comments
Open

feature add: provide partner/CNA list in structured format #21

zmanion opened this issue Jul 5, 2023 · 0 comments

Comments

@zmanion
Copy link
Contributor

zmanion commented Jul 5, 2023

It would be useful to have the partner/CNA list in some structured format, like a JSON file with a basic schema.

It is possible to obtain the full list by vistiing https://www.cve.org/PartnerInformation/ListofPartners and clicking the Show: All dropdown. The CNA list is already JSON in a .js resource on the Partners page. Will need to handle some single quote escaping. Hacked up example:

$ jq .[302] cnas.json 
{
  "shortName": "Google_Devices",
  "cnaID": "CNA-2023-0040",
  "organizationName": "Google Devices",
  "scope": "Google Devices - Pixel, Nest, and Chromecast",
  "contact": [
    {
      "email": [
        {
          "label": "Email",
          "emailAddr": "[email protected]"
        }
      ],
      "contact": [],
      "form": []
    }
  ],
  "disclosurePolicy": [
    {
      "label": "Policy",
      "language": "",
      "url": "https://support.google.com/product-documentation/answer/13658251?hl=en&ref_topic=12974021&sjid=11464995960873540884-NA"
    }
  ],
  "securityAdvisories": {
    "alerts": [],
    "advisories": [
      {
        "label": "Nest Advisories",
        "url": "https://support.google.com/product-documentation/topic/12974021?hl=en&ref_topic=10123615&sjid=5419128013624043298-NA"
      },
      {
        "label": "Pixel Advisories",
        "url": "https://source.android.com/docs/security/bulletin/pixel"
      },
      {
        "label": "Chromecast Advisories",
        "url": "https://source.android.com/docs/security/bulletin/chromecast"
      }
    ]
  },
  "resources": [],
  "CNA": {
    "isRoot": false,
    "root": {
      "shortName": "Google",
      "organizationName": "Google LLC"
    },
    "type": [
      "Vendor"
    ],
    "TLR": {
      "shortName": "mitre",
      "organizationName": "MITRE Corporation"
    },
    "roles": [
      {
        "helpText": "",
        "role": "CNA"
      }
    ]
  },
  "country": "USA"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant