-
Notifications
You must be signed in to change notification settings - Fork 316
Event Deltas Heatmap Customization #1246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: a40c0fc The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
E2E Test Results✅ All tests passed • 25 passed • 3 skipped • 227s
|
Claude finished @brandon-pereira's task —— View job Clarification Needed
Hi @brandon-pereira! I see you mentioned me, but I'm not sure what you'd like me to help with. Here are some options:
Could you clarify what you'd like me to do? Job Run • Branch: |
@claude review the pr |
PR Review: Event Deltas Heatmap CustomizationThank you for this feature! The ability to customize the heatmap visualization adds valuable flexibility for deeper analysis. Strengths
Critical Issue: SQL Injection RiskUser input for value and count fields is passed directly to SQL queries without validation. These arbitrary SQL expressions could allow malicious users to extract sensitive data, modify/delete data, or bypass access controls. Recommendation: Add SQL expression validation, whitelist allowed functions/columns, and ensure backend properly sanitizes expressions. Other Issues
Recommendations
Overall: Great feature with solid architecture, but the SQL injection vulnerability is a blocker that must be addressed before merging. |
Feedback from @MikeShi42 (documenting for viz):
@teeohhem marking this as ready for re-review as all feedback has been addressed! |
Introduces the ability to edit the y, count, and group by values on the search event deltas heatmap allowing for deeper analysis
heatmap-demo.mov
Fixes HDX-2422