#17118 closed enhancement (fixed)

Mako-1.2.3 (Python module)

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 11.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by rsholl, 19 months ago

[bug] [lexer] Fixed issue in lexer in the same category as that of #366 where
the regexp used to match an end tag didn't correctly organize for matching
characters surrounded by whitespace, leading to high memory / interpreter
hang if a closing tag incorrectly had a large amount of unterminated space
in it. Credit to Sebastian Chnelik for locating the issue.

As Mako templates inherently render and directly invoke arbitrary Python
code from the template source, it is never appropriate to create
templates that contain untrusted input.

comment:2 by Douglas R. Reno, 19 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:3 by Douglas R. Reno, 19 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.