gleam-lang/gleam
Vedi su GitHubSet read-write permissions for the Hex credentials file when writing
Open
#5424 aperta il 4 mar 2026
good first issuehelp wanted
Metriche repository
- Star
- (21.417 star)
- Metriche merge PR
- (Merge medio 8g 6h) (59 PR mergiate in 30 g)
Descrizione
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).