]> 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:29:42 +0000 (08:29 -0600)
commitf9873bb6d61502a2daefa68d0ef9f7e8d37a8e5f
tree87548aa96087703d904166dd0d4cd47cc8b94628
parentf7335fe8cbc5b14741b49d8eb06363e9ed1ed4ae
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