Feat/native flow galaxy message - #1
Merged
Merged
Conversation
Adds a `flow` button type to sendButtons, mapping to the native_flow `galaxy_message` interactive message. Sends flow_id, flow_token, flow_cta, flow_action, flow_action_payload, mode through the existing native_flow biz node. Flow buttons must travel alone (own template), mirroring PIX. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The CVE-2435 sanitizer (evolution-foundation#2549) stripped instanceId/instanceName from all query params, including on the param-less GET /instance/fetchInstances route. With instanceId dropped, the controller fell through to returning ALL instances, so the manager UI (which reads data[0]) always opened the first-created instance regardless of which card was clicked. Only sanitize query/body on instance-scoped routes (those carrying a :instanceName URL param, where the param is the authenticated identity). Param-less routes keep their instanceId/instanceName query filter, which is the legitimate source there. The per-instance-token path stays scoped via findMany({ token, id }), so cross-instance access remains blocked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Description
🔗 Related Issue
Closes #(issue_number)
🧪 Type of Change
🧪 Testing
📸 Screenshots (if applicable)
✅ Checklist
📝 Additional Notes