gleam-lang/gleam

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

Aperta

#5424 aperta il 4 mar 2026

 (5 commenti) (0 reazioni) (0 assegnatari)Rust (960 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (21.417 stelle)
Metriche merge PR
 (Merge medio 10g 19h) (69 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).

Guida contributor