We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804b6ee commit 5c43b7dCopy full SHA for 5c43b7d
text/0000-crates-io-token-scopes.md
@@ -221,3 +221,9 @@ to develop services that provide tokens with a short expiration time to CI
221
builds. Such tokens would need to have the same set or a subset of the parent
222
token's scopes: this RFC should consider that use case and avoid the
223
implementation of solutions that would make the check hard.
224
+
225
+To increase the security of CI environments even more, we could implement an
226
+option to require a separate confirmation for the actions executed by tokens.
227
+For example, we could send a confirmation email with a link the owners have to
228
+click to actually publish the crate uploaded by CI, preventing any mailicious
229
+action with stolen tokens.
0 commit comments