Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PySecSan] Fix a bug in Regex DoS detector due to typo (#12735)
To detect Regex DoS, PySecSan installs pre_hook and post_hook of re.pattern.findall. However, due to typo, it installs `hook_pre_exec_re_pattern_findall` as pre_hook and post_hook. This leads to failure of detecting Regex DoS bugs.
- Loading branch information