## openai/codex-plugin-cc — v1.0.5…v1.0.6

_1 commits._

### Backend
- **Prevent git command injection attacks** — Fixed a security vulnerability where special characters in git branch names could be interpreted as shell commands. The code now ensures git commands are executed directly without shell expansion, and added a test to verify branch names with special characters like '&' are handled safely. (db52e28)

_Recap by [Repo Wrapped](https://repowrapped.com/gh/openai/codex-plugin-cc?utm_source=github-action)._