Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-mako: upgrade 1.2.2 -> 1.2.3
Released: Thu Sep 22 2022 * bug - [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. References: #367 [1] https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.3 [2] sqlalchemy/mako#366 [3] sqlalchemy/mako#367 (From OE-Core rev: 6e1c50a131429cb5cc7b86ea5765c85850f97446) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
- Loading branch information