apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
665 stars 477 forks source link

ORC-1721: Upgrade `aircompressor` to 0.27 #1943

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps io.airlift:aircompressor from 0.26 to 0.27.

Commits
  • e139a31 [maven-release-plugin] prepare release 0.27
  • 9b92952 Upgrade to latest GitHub actions
  • 7262a6c Upgrade test dependency versions
  • fdc00b8 Reorganize pom
  • 4f384af Replace test usages of javax.inject annotations with Guice
  • 19d9436 Fix ASL2 license header text
  • cf66151 Fix bounds checks
  • d01ecb7 Add missing bounds checks
  • 2cea90a Verify length is positive
  • 15e68df Fix out of bounds read due to negative length
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Fokko commented 1 month ago

Thanks for merging this @cxzl25. This fixes a CVE, do you have any ETA of ORC 2.1.0?

wgtmac commented 1 month ago

From https://github.com/apache/orc/milestone/28, 2.1.0 is due by January 17, 2025. @Fokko

pan3793 commented 1 week ago

Since this fixes a CVE, can I request a backport for 1.9 and 2.0 serials?

cxzl25 commented 1 week ago

Since this fixes a CVE, can I request a backport for 1.9 and 2.0 serials?

cc @dongjoon-hyun @wgtmac

ORC 2.0 and 1.9 branches are still under maintenance, should we backport to 2.0 and 1.9 branches?

wgtmac commented 1 week ago

Since this fixes a CVE, can I request a backport for 1.9 and 2.0 serials?

cc @dongjoon-hyun @wgtmac

ORC 2.0 and 1.9 branches are still under maintenance, should we backport to 2.0 and 1.9 branches?

SGTM