mirror of
https://github.com/anthropics/claude-code.git
synced 2025-10-19 03:17:50 +03:00
Re-implements the workflow removed in #5919, but with proper security: - All GitHub event data is now passed via environment variables - No direct templating of values into shell commands - Prevents remote code execution through malicious issue titles - Still escapes quotes in JSON payload for proper formatting This fixes the security vulnerability while maintaining the functionality of logging issue creation events to Statsig. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>