mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #234] [MERGED] Don't save user command, to avoid leaking secrets #1035
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#1035
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/234
Author: @ku1ik
Created: 9/17/2017
Status: ✅ Merged
Merged: 10/27/2017
Merged by: @ku1ik
Base:
develop← Head:v2-dont-store-command📝 Commits (1)
2217ee5Don't save user command, to avoid leaking secrets📊 Changes
1 file changed (+0 additions, -3 deletions)
View changed files
📝
asciinema/asciicast/v2.py(+0 -3)📄 Description
This solves #216.
Example of secret leak:
The resulting asciicast would include
"command": "export API_KEY=secret-stuff; ./script.sh".🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.