Skip to content

2.11.3

Compare
Choose a tag to compare
@davidism davidism released this 31 Jan 17:15
cf21539

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.