gleam-lang/gleam

Warn when a vulnerable package version is added as a dependency

Open

#5,725 opened on 2026年5月18日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Rust (21,417 stars) (960 forks)batch import
help wanted

説明

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

コントリビューターガイド

Warn when a vulnerable package version is added as a dependency · gleam-lang/gleam#5725 | Good First Issue