Skip to content

Fix command injection in Docker receive_file#417

Closed
neidiom wants to merge 1 commit intoitamae-kitchen:masterfrom
neidiom:fix/issue-37-docker-receive-file
Closed

Fix command injection in Docker receive_file#417
neidiom wants to merge 1 commit intoitamae-kitchen:masterfrom
neidiom:fix/issue-37-docker-receive-file

Conversation

@neidiom
Copy link
Contributor

@neidiom neidiom commented Mar 4, 2026

The file path was interpolated into a shell string without escaping. Using array form prevents injection via paths with shell metacharacters.

The file path was interpolated into a shell string without escaping.
Using array form prevents injection via paths with shell metacharacters.
@unasuke
Copy link
Member

unasuke commented Mar 4, 2026

#430 (comment)

@unasuke unasuke closed this Mar 4, 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