gleam-lang/gleam
Ver no GitHubSet read-write permissions for the Hex credentials file when writing
Open
#5.424 aberto em 4 de mar. de 2026
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).