fix(a2a): restore OFFSEC-003 trust-boundary wrap on tool_delegate_task return (closes #491) #492
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: molecule-ai/molecule-core#492
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "hotfix/491-offsec-003-staging-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
sanitize_a2a_result(result)wrap on the non-error return path oftool_delegate_task(line ~325)8ca75765) with the correct main branch pattern (f99b0fdf)Technical Detail
Staging at PR #393 diverged before OFFSEC-003 commits landed on main. The
_sanitize_a2a_resultimport was present (line 50) but the return at line 325 was raw. Main has the correctreturn sanitize_a2a_result(result)wrap. This hotfix brings staging back in sync with a single-line functional change + OFFSEC-003 comment.Gitea Issues Fixed
Test Plan
🤖 Generated by Release Manager Agent