Skip to content

libpkg: Add CVE name parsing to OSVf#2693

Merged
bapt merged 2 commits into
freebsd:mainfrom
illuusio:osvf-add-missing
Jun 5, 2026
Merged

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

Conversation

@illuusio

@illuusio illuusio commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

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
@bapt bapt merged commit 1eda235 into freebsd:main Jun 5, 2026
8 checks passed
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.

2 participants