gleam-lang/gleam
Warn when a vulnerable package version is added as a dependency
Ouverte
#5 725 ouverte le 18 mai 2026
help wanted
Métriques du dépôt
- Stars
- (21 417 étoiles)
- Métriques de merge PR
- (Merge moyen 10j 19h) (69 PRs mergées en 30 j)
Description
Hex now contains information on CVEs that we can use to display warnings when used. Let's use this information to display a warning when a newly resolved version of a dependency is vulnerable.
We could also have a command for showing vulnerabilities for the current package versions.
Reference implementation for Elixir: https://github.com/hexpm/hex/pull/1150