Inline Vulnerability Management
### Description:
This is meant to track the implementation of the new inline vulnerability management design.
### Problem to solve
Today, when a user wants to see more information on a vulnerability, they have no option but to view it in a modal. This is not an optimal experience since it makes viewing information about multiple vulnerabilities in one session tedious and time-consuming.
### Proposal
Implement a drawer-interaction solution that expands and collapses the 'more information section' of a vulnerability.
### Goals and guardrails:
1. This has to be a better experience with more affordances than we have with modals today.
1. The solution has to be scalable
1. The solution has to consider all places in the application where users might interact with vulnerabilities
1. Should be device agnostic.
1. The first iteration or MVC should be implementable from the onset
### Design
| MR initial view | MR with vulnerability selected |
| ------ | ------ |
|  |  |
| Dashboard initial view | Dashboard with vulnerability selected |
| ------ | ------ |
|  |  |
epic