Merged
Conversation
Fix actions
update android sdk
- Updated Gradle from 7.6.3 to 7.6.4 (latest 7.x, compatible with RN 0.68.2) - Updated gradle-download-task from 4.1.2 to 5.6.0 - Fixed compileSdk to use rootProject variable for consistency - Android SDK versions already at 35 (Android 15, latest) Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Force upgrade assertj-core from vulnerable 3.21.0 to patched 3.27.7. Addresses XML External Entity (XXE) vulnerability in isXmlEqualTo assertion. Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Add direct dependency declaration in app build.gradle for extra assurance that the patched assertj-core 3.27.7 is used, complementing the existing resolution strategy in root build.gradle. Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Changed from implementation to testImplementation and androidTestImplementation to prevent including test library in production APK. The global resolution strategy in root build.gradle still ensures patched version is used everywhere. Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
…ndroid-version Update Android build tools to latest compatible versions and fix assertj-core XXE vulnerability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.