vulnerablecode icon indicating copy to clipboard operation
vulnerablecode copied to clipboard

VCIO-next: Design and Add UI for AdvisoryV2 Models

Open TG1999 opened this issue 7 months ago • 1 comments

TG1999 avatar May 23 '25 09:05 TG1999

  • Add source URL for all advisories, Importer ID - Added Source URL
  • Add date published for the advisory - Done
  • Use Vulneribilities instead of Advisories, keep Advisory for column names - Done
  • Use "subject of" instead of "affected by" - Done
  • If there are no aliases, do not display "Aliases:" - Done
  • Add Advisory View - Done

TG1999 avatar May 27 '25 15:05 TG1999

This is done now!

PRs for references:

  • https://github.com/aboutcode-org/vulnerablecode/pull/1866

To test this: Set up Vulnerablecode on your system locally and run a new V2 importer pipeline for example:

./manage.py import nodejs_security_wg

Then do make run and go to VCIO app, navigate to /v2 and you can search for packages

Image

Advisory view: Image

Package view: Image

TG1999 avatar Jul 15 '25 16:07 TG1999