-
Notifications
You must be signed in to change notification settings - Fork 240
8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar #2116
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
Conversation
👋 Welcome back andrew! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
@gnu-andrew This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
@gnu-andrew I think we should do this in jdk11u to make it part of the October update (as it is for OpenJDK 17 and 21). If you agree, please transplant the PR to jdk11u. |
It's in the January 17 update (17.0.10) for both us and Oracle. Also, I don't think this is a critical fix. There is an easy workaround by setting the property explicitly. |
OK then, I just thought the symmetry to JDK17 would be nice. But as you say, it's not that critical. |
It went in after rampdown in 17 too :) |
Going to push as commit 50074a0.
Your commit was automatically rebased without conflicts. |
@gnu-andrew Pushed as commit 50074a0. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
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 previousMAX_ARRAY_SIZE
value ofInteger.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
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2116/head:pull/2116
$ git checkout pull/2116
Update a local copy of the PR:
$ git checkout pull/2116
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2116/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2116
View PR using the GUI difftool:
$ git pr show -t 2116
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2116.diff
Webrev
Link to Webrev Comment