We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
regex
Describe the bug
Arrow currently uses regex = 1.3:
regex = 1.3
arrow-rs/arrow/Cargo.toml
Line 49 in cedaf8a
There is a security vulnerability in all versions older than 1.5.4 - https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
To Reproduce
N/A
Expected behavior
Use a version that is not vulnerable
Additional context
The text was updated successfully, but these errors were encountered:
PR is coming!
Sorry, something went wrong.
Fixes apache#1874 - Upgrade regex dependency to 1.5.6
413f393
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Fixes #1874 - Upgrade regex dependency to 1.5.6 (#1875)
5683ee9
Successfully merging a pull request may close this issue.
Describe the bug
Arrow currently uses
regex = 1.3
:arrow-rs/arrow/Cargo.toml
Line 49 in cedaf8a
There is a security vulnerability in all versions older than 1.5.4 - https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
To Reproduce
N/A
Expected behavior
Use a version that is not vulnerable
Additional context
N/A
The text was updated successfully, but these errors were encountered: