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

complete example file for OSV #140

Open
kurtseifried opened this issue Mar 30, 2023 · 1 comment
Open

complete example file for OSV #140

kurtseifried opened this issue Mar 30, 2023 · 1 comment

Comments

@kurtseifried
Copy link
Contributor

kurtseifried commented Mar 30, 2023

Is this missing anything? It seems like a complete and blank example:

{
  "schema_version": "string",
  "id": "string",
  "modified": "string",
  "published": "string",
  "withdrawn": "string",
  "aliases": [
    "string"
  ],
  "related": [
    "string"
  ],
  "summary": "string",
  "details": "string",
  "severity": [
    {
      "type": "string",
      "score": "string"
    }
  ],
  "affected": [
    {
      "package": {
        "ecosystem": "string",
        "name": "string",
        "purl": "string"
      },
      "severity": [
        {
          "type": "CVSS_V2",
          "score": "string"
        },
        {
          "type": "CVSS_V3",
          "score": "string"
        },
        {
          "type": "EPSS",
          "score": "string"
        }
      ],
      "ranges": [
        {
          "type": "SEMVER",
          "repo": "string",
          "events": [
            {
              "introduced": "string",
              "fixed": "string",
              "last_affected": "string",
              "limit": "string"
            }
          ],
          "database_specific": {}
        },
        {
          "type": "ECOSYSTEM",
          "repo": "string",
          "events": [
            {
              "introduced": "string",
              "fixed": "string",
              "last_affected": "string",
              "limit": "string"
            }
          ],
          "database_specific": {}
        },
        {
          "type": "GIT",
          "repo": "string",
          "events": [
            {
              "introduced": "string",
              "fixed": "string",
              "last_affected": "string",
              "limit": "string"
            }
          ],
          "database_specific": {}
        }
      ],
      "versions": [
        "string"
      ],
      "ecosystem_specific": {},
      "database_specific": {}
    }
  ],
  "references": [
    {
      "type": "string",
      "url": "string"
    }
  ],
  "credits": [
    {
      "name": "string",
      "contact": [
        "string"
      ],
      "type": [
        "string"
      ]
    }
  ],
  "database_specific": {}
}
@kurtseifried
Copy link
Contributor Author

assuming of course the EPSS pull is accepted.

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