8000 Tags · tjenkinson/redos-detector · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tjenkinson/redos-detector

Tags

v6.1.2

Toggle v6.1.2's commit message
Respect inverted unicode property escape in character class

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tjenkinson Tom Jenkinson
Revert "Move `regjsparser` to a dev dep"

because the types need it

This reverts commit b73cba0.

v6.1.0

Toggle v6.1.0's commit message
Always stop expanding quantifier after min iterations after loop dete…

…cted

...unless the quantifier is part of a group that is referenced later.

Previously if there was a max then we would always generate up to the max iterations. If the max was infinity then we would stop once the sequence of the left against right hit an infinite loop.

Now we always stop when the sequence of left against right hits an infinite loop, once the min has been reached, unless it's part of a group referenced later.

v6.0.2

Toggle v6.0.2's commit message
Share the cache between all `EnhancedTrail`'s

v6.0.1

Toggle v6.0.1's commit message
Rename `redos-detector.es.js` => `redos-detector.mjs`

v6.0.0

Toggle v6.0.0's commit message
Add link to "Counting in Regexes Considered Harmful" paper

v5.1.3

Toggle v5.1.3's commit message
Stop calculating accurate backtrack count if it's too expensive

v5.1.2

Toggle v5.1.2's commit message
Remove '@typescript-eslint/member-ordering' rule

v5.1.1

Toggle v5.1.1's commit message
Prepend `[^]*` to patterns that are not bounded at the start

fixes #606

v5.1.0

Toggle v5.1.0's commit message
Support multiline mode

0