aboutcode-org / aboutcode-org/vulnerablecode
We should avoid parsing severity vectors in our UI
Open
- Dominant language
- Python
- Stars
- 702
- Forks
- 328
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.