vulnerablecode icon indicating copy to clipboard operation
vulnerablecode copied to clipboard

We should avoid parsing severity vectors in our UI

Open ziadhany opened this issue 1 month ago • 0 comments

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.

ziadhany avatar Dec 09 '25 12:12 ziadhany