mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
README: clarify on security
This commit is contained in:
parent
f20dab2dbc
commit
295fe2c38f
1 changed files with 6 additions and 1 deletions
|
|
@ -26,7 +26,12 @@ Cachix auth token and signing key need special care as they give read and write
|
||||||
|
|
||||||
> Anyone with write access to a repository can create, read, and use secrets.
|
> Anyone with write access to a repository can create, read, and use secrets.
|
||||||
|
|
||||||
Which means all developers with push access can read your secrets and write to your cache. Furthermore, malicious code submitted via a pull request can, once merged into `master`, reveal the tokens.
|
Which means all developers with write/push access can read your secrets and write to your cache.
|
||||||
|
|
||||||
|
Pull requests do not have access to secrets so read access to a public binary cache will work,
|
||||||
|
but pushing will be disabled since there is no signing key.
|
||||||
|
|
||||||
|
Note that malicious code submitted via a pull request can, once merged into `master`, reveal the tokens.
|
||||||
|
|
||||||
|
|
||||||
## Hacking
|
## Hacking
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue