]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_messaging.c: Mask control characters in received From display name
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 24 Mar 2025 20:59:42 +0000 (14:59 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 22 May 2025 14:28:01 +0000 (08:28 -0600)
commit31fcbf12837ccea6501676b50a0a3bd2dc7d8c51
tree6d9a498f9994474b6b61874ec7cd5c61ae29d868
parent99075c0dd5e709735466f455b5ecd17e74b3115f
res_pjsip_messaging.c: Mask control characters in received From display name

Incoming SIP MESSAGEs will now have their From header's display name
sanitized by replacing any characters < 32 (space) with a space.

Resolves: #GHSA-2grh-7mhv-fcfw
res/res_pjsip_messaging.c