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
revert: remove unnecessary ReDoS validation and array copying
- Remove ReDoS validation: user-provided regex patterns are trusted
(core config values, user's responsibility)
- Revert array copying in sortedImports: matches old TypeScript Hero
behavior (groups are reset between calls anyway)
- Add docstring noting regex patterns are trusted without validation
The agents gave false warnings about these being bugs.
0 commit comments