]> 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:26 +0000 (14:24 +0000)
commit72cff16c7661fd16fea7ecb3c1c3e631511b3697
treea95ca9c8d8a827f5aa330872b5002c7d1b9b9ceb
parenteb427c6e4a32ff6fb9274262e60853684702d1cc
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