gleam-lang/gleam

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

オープン

#5,424 opened on 2026/03/04

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (960 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (21,417 個のスター)
PR merge metrics
 (平均マージ 10d 19h) (30d で 69 merged PRs)

説明

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).

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