wire-web-packages icon indicating copy to clipboard operation
wire-web-packages copied to clipboard

feat: Add support for multipart message editing [WPB-22309]

Open thisisamir98 opened this issue 4 months ago • 1 comments

TaskWPB-22309 [Web] Multipart message edit protocol update

Pull Request

Summary

  • What did I change and why? Added support for building multipart edit message.
  • Risks and how to roll out / roll back (e.g. feature flags): none.

Security Checklist (required)

  • [X] External inputs are validated & sanitized on client and/or server where applicable.
  • [X] API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • [X] No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • [X] Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Accessibility (required)

Standards Acknowledgement (required)

thisisamir98 avatar Dec 23 '25 13:12 thisisamir98