gleam-lang/gleam

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

开放

#5,424 创建于 2026年3月4日

 (5 条评论) (0 个反应) (0 位负责人)Rust (960 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (21,417 个星标)
PR 合并指标
 (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).

贡献者指南