-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: update insecure tar dependency #26
Conversation
- hermes-engine (0.71.8): | ||
- hermes-engine/Pre-built (= 0.71.8) | ||
- hermes-engine/Pre-built (0.71.8) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last time we upgraded RN we didn't commit these lock file changes
@@ -25,3 +25,5 @@ runs: | |||
yarn install --cwd example --frozen-lockfile | |||
yarn install --frozen-lockfile | |||
shell: bash | |||
env: | |||
SKIP_YARN_COREPACK_CHECK: '1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skipping corepack check for these tasks due to this https://github.com/gr4vy/gr4vy-react-native/actions/runs/8982545520/job/24670387490?pr=26#step:3:46. We don't need to use the same exact yarn version for linting, but will probably upgrade the supported one in the future.
Do we have a way of testing this e2e? |
Not really, we don't have it for react native yet as it's notoriously complicated to set up |
🚀 PR was released in |
Description: Adds resolution to tar
^6.2.1
, fixing the vulnerability related to it https://github.com/gr4vy/gr4vy-react-native/security/dependabot/53. Also ignores a few vulnerabilities found by trivy that are not important and can only be fixed by upgrading the project.Note: To test I had to downgrade to Xcode 14.3 (we originally set up the project with that version), as working with Xcode 15 would fail to launch the example app. We'd need to upgrade the React Native version, I created a ticket for it https://gr4vy.atlassian.net/browse/TA-6984