-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump regex from 1.11.1 to 1.12.2 #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.12.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.1...1.12.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
✓ Safe to upgradeI recommend merging this upgrade because it includes two critical security fixes for denial-of-service vulnerabilities in the regex compiler without introducing any breaking changes to the APIs used in this project. The codebase uses only stable APIs (Regex::new and replace_all) for sanitizing error messages in the security module, and these methods remain unchanged. The upgrade from the previous minor version includes bug fixes and performance improvements, with successful adoption by major projects like Apache Arrow demonstrating production stability. What we checked
Dependency UsageThe ChangesThe regex crate update includes two critical security fixes for denial-of-service vulnerabilities in the regex compiler when handling untrusted patterns, along with 29 breaking changes including the removal of the
View 610 more changes
References (5)[1]: Regex dependency declaration using semantic versioning '1' allows this minor version upgrade Line 21 in a1701d3
[2]: Uses Regex::new() API which is stable and unchanged in this upgrade Line 146 in a1701d3
[3]: Uses replace_all() API which is stable and unchanged in this upgrade Line 147 in a1701d3
[4]: Security fix: Patches regex compiler DoS vulnerability where empty sub-expressions could bypass size limits, potentially allowing denial-of-service attacks (source link) [5]: Production validation: Apache Arrow successfully upgraded to regex 1.12.2, demonstrating stability in large-scale projects (source link) fossabot analyzed this PR using dependency research. |
Bumps regex from 1.11.1 to 1.12.2.
Changelog
Sourced from regex's changelog.
... (truncated)
Commits
5ea3eb11.12.2ab0b071regex-automata-0.4.13691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3140f894regex-lite-0.1.827d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.4You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)