gleam-lang/gleam
Set read-write permissions for the Hex credentials file when writing
開放
#5,424 建立於 2026年3月4日
good first issuehelp wanted
倉庫指標
- 星標
- (21,417 顆星)
- PR 合併指標
- (平均合併 10天 19小時) (30 天內合併 69 個 PR)
描述
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).