Skip to content

[Snyk] Security upgrade io.airlift:aircompressor from 0.27 to 2.0.3#86

Open
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-c63f66e260e9d69bc5810b15963b9771
Open

[Snyk] Security upgrade io.airlift:aircompressor from 0.27 to 2.0.3#86
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-c63f66e260e9d69bc5810b15963b9771

Conversation

@snyk-io
Copy link

@snyk-io snyk-io bot commented Mar 4, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Insertion of Sensitive Information Into Sent Data
SNYK-JAVA-IOAIRLIFT-14412703
  147   io.airlift:aircompressor:
0.27 -> 2.0.3
Major version upgrade No Path Found No Known Exploit

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IOAIRLIFT-14412703
@snyk-io
Copy link
Author

snyk-io bot commented Mar 4, 2026

Merge Risk: Medium

This major version upgrade from 0.27 to 2.0.3 introduces native implementations for several compression algorithms (LZ4, Snappy, Zstd), which may be loaded at runtime. While the core Java API remains compatible and the Java 8 requirement is unchanged, the introduction of native code loading presents a potential environmental risk.

Key Changes:

  • Native Implementations: The library will now attempt to load native libraries for improved performance. This could cause issues in environments with restricted execution policies (e.g., a noexec mount on the temporary directory).
  • Configuration: The temporary directory used for native libraries can be configured via the aircompressor.tmpdir system property if the default java.io.tmpdir is not suitable.

There are no documented breaking API changes or increases to the minimum Java version (still Java 8) in the 2.x series. The significant package renaming and Java 22 requirement occur in the 3.x series, which is outside the scope of this upgrade.

Recommendation: Verify that the application's runtime environment allows the loading and execution of native libraries from the temporary directory. If not, you may need to configure a different directory using the provided system property.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io
Copy link
Author

snyk-io bot commented Mar 4, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants