Expose advisory details in the API and UI
It would be great to also expose the advisory data in an API endpoint (and possibly in the UI too)
Can you explain somewhat in detail what does it include in advisory data and from where its available to be shown as response of the API?
You can check the models. We have Advisory, Package and Vulnerability. The way to return the Advisory in API needs to be designed here.
I have completed the setup and did few experiments. I am returning the unique_content_id of advisories related to that vulnerability in api/vulnerabilities. Anything else required or should I integrate the same in UI also and raise a PR?