github pallets/jinja 2.11.3

latest releases: 3.1.4, test, 3.1.3...
3 years ago

This contains a fix for a speed issue with the urlize filter. urlize is likely to be called on untrusted user input. For certain inputs some of the regular expressions used to parse the text could take a very long time due to backtracking. As part of the fix, the email matching became slightly stricter. The various speedups apply to urlize in general, not just the specific input cases.

Don't miss a new jinja release

NewReleases is sending notifications on new releases.