Skip to content

Added python REDOS rules

What problem is this solving

This is catching any code that could potentially allow REDOS in python (using re library without timeout instead of regex library which mitigates against redos or timeout with the re library)

Related issue

REDOS

Output from semgrep with the new rule

Screenshot_from_2025-03-31_10-54-44

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading