]> 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:24:24 +0000 (14:24 +0000)
commitf60500e49a93675654e67e2abd57affd670af645
tree85e9b1bde3ce4be0c066b6522108afcfa1b35b37
parentaa8da54cacffd7f907550fb994c7d126950c42d4
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