You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TG1999 In the very short term, could you add a severity_score_range field to the VulnerabilitySerializer that would return the values computed from get_severity_range()?
This would go a long way to avoid any duplication on the data consumer side.
The API for a vulnerability returns score like this:
This is poorly usable by consumer and requires a lot of post processing.
We should expose the data in an improved way TBD.
vulnerablecode/vulnerabilities/views.py
Line 167 in d62f377
The text was updated successfully, but these errors were encountered: