typos/crates
Ed Page bf98193204 perf(token): Don't allow unbounded backtrackable parsing
In some test data for rinja, they check some parsing corner cases.
Unfortunately for us, also hit a performance corner case.
The entire file was a valid email username but without an `@`.
This mean for every byte, we checked that every byte after it was a
valid username but then backtracked at the end, repeating this until the
whole file was read.

Fixes #1088
2024-08-30 14:52:13 -05:00
..
codespell-dict chore: Release 2024-07-31 11:40:32 -05:00
dictgen chore: Release 2024-07-31 11:40:32 -05:00
misspell-dict style: Make clippy happy 2024-07-26 16:08:02 -05:00
typos perf(token): Don't allow unbounded backtrackable parsing 2024-08-30 14:52:13 -05:00
typos-cli test(cli): Verify locale false positives 2024-08-26 09:54:12 -05:00
typos-dict chore: Release 2024-08-23 13:58:12 -05:00
typos-vars chore: Release 2024-08-23 14:18:21 -05:00
varcon chore: Release 2024-08-23 13:56:24 -05:00
varcon-core chore: Release 2024-08-23 13:56:02 -05:00
wikipedia-dict chore(deps): Update Rust crate itertools to 0.13 2024-06-01 02:49:42 +00:00