Skip to content

Keep plaintext credential files private - #196

Closed
zaniebot wants to merge 1 commit into
mainfrom
zb/bughunt200/156-private-credential-store
Closed

Keep plaintext credential files private#196
zaniebot wants to merge 1 commit into
mainfrom
zb/bughunt200/156-private-credential-store

Conversation

@zaniebot

@zaniebot zaniebot commented Jul 14, 2026

Copy link
Copy Markdown
Owner

uv auth login under umask 000 creates a world-readable credentials directory and credentials/lock files, storing the token verbatim. Create private directories and locks and atomically replace the credential file with private permissions, without chmod-on-read or an exposure window. Coordinate the overlapping native-auth storage rewrite (uv#18907).

Moved to: astral-sh/uv-dev#177.

@zaniebot zaniebot closed this Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants