]> 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:13 +0000 (08:29 -0600)
commitae43a91f4a278c6e471b24a7e800a44a1941db4b
tree8df37f85444d11958a070ed2864ad382cc304dbd
parente487f3813d7018a3d939cf9103bc4bf8088c27c0
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