Skip to content

Commit

Permalink
Merge pull request #126 from AirportR/dev
Browse files Browse the repository at this point in the history
🐛 3.6.2: Avoid vulnerable ReDos attacks
  • Loading branch information
AirportR authored Oct 24, 2023
2 parents 85945e4 + 97c2bd0 commit be1f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
try:
import re2

remodule = re
remodule = re2
except ImportError:
remodule = re

Expand Down

0 comments on commit be1f751

Please sign in to comment.