Skip to content

Add Collabora Online security advisory importer#2205

Open
NucleiAv wants to merge 2 commits intoaboutcode-org:mainfrom
NucleiAv:feat/collabora-importer-1899
Open

Add Collabora Online security advisory importer#2205
NucleiAv wants to merge 2 commits intoaboutcode-org:mainfrom
NucleiAv:feat/collabora-importer-1899

Conversation

@NucleiAv
Copy link

@NucleiAv NucleiAv commented Mar 11, 2026

Closes #1899

Adds CollaboraImporterPipeline to collect published security advisories from the GitHub Security Advisory REST API for CollaboraOnline/online. Each advisory is parsed for its GHSA id (advisory_id), CVE id (alias), summary, CVSS 3.x severity with version detected from the vector prefix, CWE weaknesses, published date, and reference URL. Pagination is handled via the Link header cursor returned by the GitHub API. Package ecosystem is empty string in the API response so affected_packages is not populated.

…code-org#1899

Adds CollaboraImporterPipeline to collect published security advisories
from the GitHub Security Advisory REST API for CollaboraOnline/online.

Parses GHSA id, CVE alias, CVSS 3.x severity (version detected from
vector prefix), CWE weaknesses, date, and reference URL. Pagination
is handled via the Link header cursor returned by the GitHub API.

Includes 5 unit tests with real API fixture data covering CVSS 3.1,
CVSS 3.0 with CWE, missing GHSA id, missing CVE id, and missing CVSS.

Signed-off-by: newklei <magmacicada@proton.me>
@NucleiAv NucleiAv force-pushed the feat/collabora-importer-1899 branch from 0e0f78b to cc58a31 Compare March 11, 2026 04:28
Signed-off-by: newklei <magmacicada@proton.me>
@NucleiAv NucleiAv force-pushed the feat/collabora-importer-1899 branch from c2577d8 to 77542d8 Compare March 11, 2026 15:24
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.

Ensure we track vulnerabilities from Collabora online

1 participant