Always display detected date in vulnerability details page

Problem

When a user changes the state of a vulnerability, the timestamp, and author and end results of that change are displayed in the page header. This works great for knowing the current state of the vulnerability and who made the lastest change but it removes a key data point, detected date.

Proposal

Add the detected date and location as an activity item to the vulnerability details page.

system note for detected date
Screen_Shot_2020-06-15_at_8.49.21_AM
Icon in GitLab-SVGs
Screen_Shot_2020-07-07_at_3.52.18_PM

Implementation Plan

Backend data already exists and is already passed to the frontend, and the frontend component to show a history entry exists as well, all that's needed is:

  • add data in the component & have it show the backend data
  • write tests
  • update documentation/screenshots
Edited by Lindsay Kerr