You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test for HTML escaping in generated scraper code (#105)
Ensures that AI-generated Python code containing HTML-like sequences
(</script>, </code>, </pre>) is properly escaped when rendered in
the admin partial. This prevents XSS and JavaScript parsing errors.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments