You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CC-BY-4.0 attribution for Red Hat-sourced advisory content
Rocky advisories re-publish Red Hat advisory text (synopsis,
description, topic), which Red Hat licenses under CC BY 4.0. That
license requires crediting the source, linking to the original
advisory and the license, and indicating that changes were made.
The published outputs provided none of these.
Add attribution across updateinfo.xml (the <rights> line plus source
and license references), the v2 and v3 JSON APIs (a structured source
object: name, url, vendor, license, licenseUrl), OSV (a source
reference, a Red Hat credit, and license fields in database_specific),
the RSS feed, and the web template. The wording and links are
centralized in apollo/server/attribution.py so every format stays
consistent.
No schema change is required; the source advisory and its URL are
derived from the existing red_hat_advisory relation.
0 commit comments