Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design and implement a UI to create new security advisories #301

Open
javihernandez opened this issue Jun 3, 2024 · 0 comments · May be fixed by AlmaLinux/albs-frontend#533
Open

Design and implement a UI to create new security advisories #301

javihernandez opened this issue Jun 3, 2024 · 0 comments · May be fixed by AlmaLinux/albs-frontend#533
Assignees

Comments

@javihernandez
Copy link
Member

javihernandez commented Jun 3, 2024

Design and implement a UI that enables the creation of new AlmaLinux security advisories using the new errata creation endpoint.

Fields that need to be provided when calling the endpoint:

  • title
  • description
  • issued_date
  • updated_date
  • module
  • severity
  • rights
  • affected_cpes
  • references (cve, bugzilla and others)
  • packages

In addition to that, the following data should be filled up automatically, either in backend or in UI (to be considered):

  • The advisory ID follows the pattern ALSA-YYYY-A*** and gets incremented automatically. i.e.: ALSA-2023-A001, ALSA-2023-A002 ...
  • Platform: Dropdown AlmaLinux-8 or AlmaLinux-9
  • Definitive version: Automatic - I think that we can just increment this value as we make additions/updates to the advisory.
  • Issued Date: Automatic
  • Updated Date: Automatic
  • SELF_REF reference: Automatic

Check ALBS Errata section to see the current information about security advisories.

@maccelf maccelf self-assigned this Sep 24, 2024
maccelf added a commit to AlmaLinux/albs-frontend that referenced this issue Oct 2, 2024
maccelf added a commit to AlmaLinux/albs-frontend that referenced this issue Oct 2, 2024
maccelf added a commit to AlmaLinux/albs-frontend that referenced this issue Oct 3, 2024
maccelf added a commit to AlmaLinux/albs-frontend that referenced this issue Oct 3, 2024
javihernandez pushed a commit to javihernandez/albs-web-server that referenced this issue Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants