]> Sergey Matveev's repositories - public-inbox.git/commit
extmsg: escape ampersands in @EXT_URL array
authorEric Wong <e@80x24.org>
Sat, 27 Apr 2019 21:46:54 +0000 (21:46 +0000)
committerEric Wong <e@80x24.org>
Sat, 27 Apr 2019 21:46:54 +0000 (21:46 +0000)
commit0cd78b139de44c9018d623d2004d65184fff3275
tree3b08fda95724fae8399e59c1351314e240707be0
parent0195eb10a0cb74ebe098b4596e8e78d0544df6fb
extmsg: escape ampersands in @EXT_URL array

We already escape the user-provided Message-IDs (so there's no
security problem AFAIK), but the URL templates which exist in
our source code were not escaped properly.

This quiets down tidy(1).
lib/PublicInbox/ExtMsg.pm