-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(vulnerabilities): Add Hackage support #33328
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems this is blocked by osv offline missing type
@viceice I think |
I forget exactly how the osv-offline works. I do see new tags being published though: https://github.com/renovatebot/osv-offline/tags |
I tried replacing the line in
But that doesn't seem to work, as compilation errors:
|
https://github.com/renovatebot/osv-offline/actions/runs/12537436239/job/34961520018 it seems it didn't released the changes. |
it misses a proper semantic release prefix, so no release happened. will send a new pr to force a release |
🎉 This PR is included in version 39.87.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Ah sorry for missing the semantic commit message prefix! And thank you for fixing! |
Changes
This adds support for detecting vulnerabilities using Hackage/PVP. It relies on
Context
You can view the discussion on Haskell support at:
You can track the addition of the Haskell manager at:
The example vulnerability in the tests of this PR is extracted from a real vulnerability. You can see it rendered on:
You can see the OSV JSON representation of it at:
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: