Add feedback to vulnerabilities when the patch has been downloaded.
Background
Today, we give the user feedback when they take action on a vulnerability. This feedback is presented via new sections within the vulnerability modal and accounts for:
- Solution available
- Vulnerability dismissed
- Issue created
- MR created
Example:
We are missing the feedback for the instance when a user downloads a patch to apply it manually.
Solution
Add feedback item, similar to how we handle dismissal or issue created, when the user downloads the patch.
Relevant data to include:
- User name
- User handle
- Timestamp when the download was initiated.
