gleam-lang/gleam

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

Open

#5.424 aberto em 4 de mar. de 2026

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Rust (960 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (21.417 stars)
Métricas de merge de PR
 (Mesclagem média 8d 6h) (59 fundiu PRs em 30d)

Description

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

Guia do colaborador