vulnerablecode
vulnerablecode copied to clipboard
We should avoid parsing severity vectors in our UI
Parsing vectors makes the UI slow, so we should avoid that somehow. I think we have two options for this:
- Parse the vector and store it in the model.
- Use JavaScript to handle this on the client side (only works for the UI) - not recommended.