gleam-lang/gleam

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

Open

#5424 aperta il 4 mar 2026

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Rust (960 fork)batch import
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).

Guida contributor