exercism / exercism/cli

Don't store authentication credentials in $XDG_CONFIG_HOME

Đang mở
#748 7 bình luận 2 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Go
Star
1.4k
Fork
363
Merge trung bình
6 ngày 13 giờ
Pull request đã merge (30 ngày)
2

Mô tả

After running `exercism configure --token=''` I find that my token is stored in `$XDG_CONFIG_HOME/exercism/user.json`.

This is a security risk because users who do not expect authentication data to be stored here may accidentally back it up insecurely. Configuration fields like `apibaseurl` and `workspace` are fine, but prefer storing `token` somewhere in `$XDG_DATA_HOME` to conform to the standard.

Reference: https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

```
$XDG_CONFIG_HOME defines the base directory relative to which user specific
configuration files should be stored. If $XDG_CONFIG_HOME is either not set or
empty, a default equal to $HOME/.config should be used.
```

```
$XDG_DATA_HOME defines the base directory relative to which user specific data
files should be stored. If $XDG_DATA_HOME is either not set or empty, a default
equal to $HOME/.local/share should be used.
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.