gleam-lang/gleam

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

Open

#5,424 建立於 2026年3月4日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Rust (21,417 star) (960 fork)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).

貢獻者指南