]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-mako: upgrade 1.2.2 -> 1.2.3
authorTim Orling <ticotimo@gmail.com>
Tue, 1 Nov 2022 15:08:57 +0000 (08:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Nov 2022 09:20:53 +0000 (09:20 +0000)
commit49ad6f031458e1f48f24547dc88e41abc4ec41a6
treed54c4117717b52bf87d6f4b64d9021ee2bb3803a
parenta69ea1f7db96ec8b853573bd581438edd42ad6e0
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] https://github.com/sqlalchemy/mako/issues/366
[3] https://github.com/sqlalchemy/mako/issues/367

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-mako_1.2.3.bb [moved from meta/recipes-devtools/python/python3-mako_1.2.2.bb with 85% similarity]