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

8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar #1703

Closed
wants to merge 1 commit into from

Conversation

gnu-andrew
Copy link
Member

@gnu-andrew gnu-andrew commented Aug 28, 2023

The security fix, JDK-8300596, introduced a maximum size for signature-related files in JAR files, via the jdk.jar.maxSignatureFileSize property. The default value of 8MB has since proven to be too low for some JARs in general use. This change doubles it to 16MB, while still being much lower than the previous MAX_ARRAY_SIZE value of Integer.MAX_VALUE - 8

This pull request contains a clean backport of commit e47a84f2 from the openjdk/jdk repository.

The commit being backported was authored by Hai-May Chao on 31 Jul 2023 and was reviewed by Sean Mullan and Matthias Baesken.


Progress

  • Change requires CSR request JDK-8313216 to be approved
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issues

  • JDK-8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar (Enhancement - P3)
  • JDK-8313216: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar (CSR)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/1703/head:pull/1703
$ git checkout pull/1703

Update a local copy of the PR:
$ git checkout pull/1703
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/1703/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1703

View PR using the GUI difftool:
$ git pr show -t 1703

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/1703.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Aug 28, 2023

👋 Welcome back andrew! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot changed the title Backport e47a84f23dd2608c6f5748093eefe301fb5bf750 8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar Aug 28, 2023
@openjdk
Copy link

openjdk bot commented Aug 28, 2023

This backport pull request has now been updated with issue from the original commit.

@openjdk
Copy link

openjdk bot commented Aug 28, 2023

@gnu-andrew This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 11 new commits pushed to the master branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added ready Pull request is ready to be integrated rfr Pull request is ready for review labels Aug 28, 2023
@mlbridge
Copy link

mlbridge bot commented Aug 28, 2023

Webrevs

@gnu-andrew
Copy link
Member Author

I see jdk17u-fix-yes.
/integrate

@openjdk
Copy link

openjdk bot commented Sep 1, 2023

Going to push as commit 5b613e3.
Since your change was applied there have been 22 commits pushed to the master branch:

  • f85df30: 8314139: TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
  • 8d70429: 8313626: C2 crash due to unexpected exception control flow
  • 7f3f76f: 8286430: make test TEST="gtest:" exits with error when it shouldn't
  • eb639a2: 8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation
  • 804ce09: 8312620: WSL Linux build crashes after JDK-8310233
  • e0b39c7: 8312535: MidiSystem.getSoundbank() throws unexpected SecurityException
  • e6b87a7: 8312182: THPs cause huge RSS due to thread start timing issue
  • fbe3773: 8312394: [linux] SIGSEGV if kernel was built without hugepage support
  • 0d4fbb4: 8295229: Try to verify gtest version
  • 3681719: 8310233: Fix THP detection on Linux
  • ... and 12 more: https://git.openjdk.org/jdk17u-dev/compare/4c123ac3146ccec1bb168751fc38d3fcdd973190...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Sep 1, 2023
@openjdk openjdk bot closed this Sep 1, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Sep 1, 2023
@openjdk
Copy link

openjdk bot commented Sep 1, 2023

@gnu-andrew Pushed as commit 5b613e3.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport clean integrated Pull request has been integrated
1 participant