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
If you don't want the ghcup client to parse the advisories but instead consume curated data in the metadata files, there should ideally be some automation to detect the advisories of interest and add them to the ghcup-metadata. Right now you can access the "raw" advisories in our main branch, or the OSV data in the osv-export branch. If you need something more or something different, please let the SRT know.
Related: haskell/security-advisories#129
Right now, GHCup has a mechanism of:
latest
, not therecommend
channel, unfortunately)These can somewhat be used to inform users, but it might probably be worthwhile to add explicit support for security advisories.
We could either:
audit
subcommandMy idea would be to encode the CVE information into the metadata, not parse or download the actual Haskell HSECs.
@TristanCacqueray @frasertweedale @blackheaven @mihaimaruseac
The text was updated successfully, but these errors were encountered: