Would be great to be able to publish own security advisories via devguard. This means:
- Create a frontend area (maybe just another tab on the asset pages, Dependency-Risks, Code-Risks, Advisories)
- We need a listing page with pagination
- There should be a detail page, which looks pretty much like the github create security advisories page
- Create CRUD api endpoints (Create, Read, Update, Delete)
- Register the CRUD Endpoints using a router (maybe it makes sense to ask @Hubtrick-Git or @refoo0 for help)
- Create dtos for each request and response (Data transfer objects)
- Create a GORM Repository to save everything inside the database
Would be great to be able to publish own security advisories via devguard. This means: