Skip to content

Add CC BY 4.0 attribution for Red Hat-sourced advisory content#4

Open
rockythorn wants to merge 1 commit into
mainfrom
feature/rhel-advisory-attribution
Open

Add CC BY 4.0 attribution for Red Hat-sourced advisory content#4
rockythorn wants to merge 1 commit into
mainfrom
feature/rhel-advisory-attribution

Conversation

@rockythorn

@rockythorn rockythorn commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Problem

The errata site (errata.rockylinux.org) re-publishes 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 to the license, and
indicating that changes were made. The site currently shows none of these.

Approach

  • Add a per-advisory attribution line on the advisory page (ShowErrata.tsx),
    under the synopsis: links to the source Red Hat advisory and the CC BY 4.0
    license, noting that the content was modified.
  • Add a site-wide footer notice (Root.tsx) carrying the same attribution.
  • Extend the V2Advisory type with the source object the API now returns.

Testing

  • tsc --noEmit and a full vite build pass.
  • Verified against the running apollo backend: the v2 advisory API returns the
    source object and the page renders the attribution from it.

Notes

Screenshot 2026-06-15 at 11 58 16 AM

Advisory text shown on the errata site is re-published from Red Hat
advisories licensed under CC BY 4.0, which requires attribution, a
link to the source and the license, and an indication that changes
were made. The site showed none of these.

Add a per-advisory attribution line on the advisory page and a
site-wide footer notice, and extend the V2Advisory type with the
source object the API now returns.

@jdieter jdieter left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IANAL, but this looks like it meets our requirements under the CC BY 4.0 license.

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