gleam-lang/gleam

Set read-write permissions for the Hex credentials file when writing

Open

#5,424 opened on 2026年3月4日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Rust (21,417 stars) (960 forks)batch import
good first issuehelp wanted

説明

Currently we use the default umask, which may include it being world-readable. A best practice would be to set permissions to read-write for the user (0600 on Unix-like systems).

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

Set read-write permissions for the Hex credentials file when writing · gleam-lang/gleam#5424 | Good First Issue