fix(webapp): escape single quotes in realtime tags filter#4296
fix(webapp): escape single quotes in realtime tags filter#4296ANSHSINGH050404 wants to merge 1 commit into
Conversation
|
|
Hi @ANSHSINGH050404, thanks for your interest in contributing! This project requires that pull request authors are vouched, and you are not in the list of vouched users. This PR will be closed automatically. See https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md for more details. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughUpdated ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #3739
Checklist
Summary
Realtime tags were interpolated into an Electric WHERE ARRAY literal without escaping.
Fix
Escape
'as''in each tag before building the clause.Vouch request: #4290