gleam-lang/gleam
Set read-write permissions for the Hex credentials file when writing
Aberta
#5.424 aberto em 4 de mar. de 2026
good first issuehelp wanted
Métricas do repositório
- Stars
- (21.417 estrelas)
- Métricas de merge de PR
- (Mesclagem média 10d 19h) (69 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).