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
GitHub's REST API returns a severity field. We should record this along with the vulnerability details, and also ideally computer the highest severity per-branch.
A good time to convert to using zod in this API response too.
The text was updated successfully, but these errors were encountered:
Describe the proposed change(s).
GitHub's REST API returns a
severity
field. We should record this along with the vulnerability details, and also ideally computer the highest severity per-branch.A good time to convert to using
zod
in this API response too.The text was updated successfully, but these errors were encountered: