gleam-lang/gleam
View on GitHubSet read-write permissions for the Hex credentials file when writing
Open
#5424 opened on Mar 4, 2026
good first issuehelp wanted
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).