You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The affected code is located in nodes.py-line59. It uses the vulnerable regular expression \\([#=]\{\s*(.+?)\s*\}). When the match fails, it will cause catastrophic backtracking.
I trigger the vulnerability using the python script below
The affected code is located in nodes.py-line59. It uses the vulnerable regular expression
\\([#=]\{\s*(.+?)\s*\})
. When the match fails, it will cause catastrophic backtracking.I trigger the vulnerability using the python script below
I can provide you a patch to repair the ReDoS vulnerability
The text was updated successfully, but these errors were encountered: