-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Upgrade gradle to fix security vulnerabilities #138336
Comments
Can you elaborate on the security risk so we can understand the urgency? |
Greadle fix these security vulnerabilities: Incorrect permission assignment for symlinked files used in copy or archiving operations It also fixes the following issues: gradle/gradle#25781 Backport finalized task performance fix to 7.6.x Gradle fix these security vulnerabilities: Dependency cache path traversal It also fixes the following issues: gradle/gradle#23201 Backport dependency upgrades to 7.x |
Part of fix for flutter/flutter#138336 by bumping the Gradle version of all package example apps (plus `image_picker_android` plugin) to 7.6.3 from those that had a version below that to fix security vulnerability. Also fixes a bug I found while using the `update-dependencies` packages tool command that caused it to not catch all of the `gradle-wrapper.properties` files when running with the `gradle` dependency + added a test for the fix.
Part of fix for flutter/flutter#138336 by bumping the Gradle version of all package example apps (plus `image_picker_android` plugin) to 7.6.3 from those that had a version below that to fix security vulnerability. Also fixes a bug I found while using the `update-dependencies` packages tool command that caused it to not catch all of the `gradle-wrapper.properties` files when running with the `gradle` dependency + added a test for the fix.
Fixed by flutter/packages#5522 and #139276! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Is there an existing issue for this?
Use case
Hi,
The current gradle version in
flutter v3.13.9
is7.6.1
which contain security vulnerabilities.Proposal
Upgrade gradle to
v7.6.3
or evenv8.4
if it possibleThe text was updated successfully, but these errors were encountered: