This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Commit bc4bd9b
fix: prevent command injection in deploy workflow commit message
The commit message was being directly interpolated into bash script,
causing words like 'dfx' and 'to' to be interpreted as commands.
Solution: Use GitHub Actions env block to safely pass commit message
as environment variable, which properly escapes special characters.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2ae4a09 commit bc4bd9b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments