Skip to content

libpkg: Add CVE name parsing to OSVf#2693

Open
illuusio wants to merge 2 commits into
freebsd:mainfrom
illuusio:osvf-add-missing
Open

libpkg: Add CVE name parsing to OSVf#2693
illuusio wants to merge 2 commits into
freebsd:mainfrom
illuusio:osvf-add-missing

Conversation

@illuusio
Copy link
Copy Markdown
Contributor

@illuusio illuusio commented Jun 2, 2026

Add CVE name parsing to OSVf and update test file to have example.

Supported by: FreeBSD Foundation

illuusio added 2 commits June 2, 2026 12:38
Add CVE names parsing to OSVf parser. As there
is no CVE name in OSVf schema. CVE names are extending
database_specific-object. Usage example JSON would be:
...
  "database_specific": {
    "references": {
      "cvename": [
        "CVE-2003-0031",
        "CVE-2003-0032"
      ]
    }
  }
...
Add CVSs to example OSVf JSON. Currently
they are only for parsing and there is no
further testing are they correct
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

Successfully merging this pull request may close these issues.

1 participant