Skip to content
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

Remove vulnerable Maven versions, add support for 3.9.4 #556

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

Malax
Copy link
Member

@Malax Malax commented Aug 8, 2023

The list of supported Maven versions that are being installed only contained versions with security issues. Most notably CVE-2022-29599. This PR removes these versions as valid versions and adds the most recent 3.x version of Maven as the only supported (and therefore default) version.

  • Update README with updated info about available Maven versions and the default.
  • Remove integration tests for now unsupported versions.
  • Use Apache's repository for downloading of the Maven distribution, this makes it easier to add new supported versions in the future.
    • These tarballs are different from the ones installed previously. We no longer need to normalize the contents, but now need to strip the first component since it contains the version number.

Closes GUS-W-13904493

@Malax Malax marked this pull request as ready for review August 9, 2023 12:05
@Malax Malax requested a review from a team as a code owner August 9, 2023 12:05
@Malax Malax merged commit 462ee28 into main Aug 9, 2023
8 checks passed
@Malax Malax deleted the malax/bump-default-maven branch August 9, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants