On Tue, Mar 11, 2025, at 11:41 PM, Christoph Anton Mitterer via austin-group-l at The Open Group wrote: > When looking e.g. at: > https://collaboration.opengroup.org/operational/mailarch.php?soph=N&action=show&archive=austin-group-l&num=38279&limit=100&offset=0&sid= > > the displayed mail has the line: > ( command exec || exit 125; utility )
The "<" character isn't escaped in the generated HTML, so the strings "< some redirections >" and "< someRedirections >" (extra whitespace added intentionally) are being interpreted as HTML tags. -- vq
