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
fix: eliminate ReDoS-vulnerable regex in _json_utils.py
Replace backtracking-prone regex with string find() for markdown fence stripping. SonarQube flagged the DOTALL+.*? pattern as polynomial backtracking risk.
0 commit comments