Skip to content

Commit 20eb369

Browse files
chore: uuid vulnerability (#191)
* fixed uuid vulnerability TA-16394 * added Trivy ignores * Ran `yarn upgrade react-native-builder-bob`, it fixed brace-expansion vulnerability. Development resource, business logic is not impacted, see https://github.com/callstack/react-native-builder-bob * Ran `yarn upgrade` in the example folder for the example app. In package.json removed unused resolves. --------- Co-authored-by: Luca Allievi <101414321+luca-gr4vy@users.noreply.github.com>
1 parent 229a956 commit 20eb369

4 files changed

Lines changed: 2328 additions & 3174 deletions

File tree

.trivyignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ CVE-2025-27789
1010

1111
CVE-2025-5889
1212

13+
# activesupport (they are all denial of service vulnerabilities that do not apply to our case https://github.com/gr4vy/gr4vy-react-native/actions/runs/24998947756/job/73203426007?pr=191)
14+
15+
CVE-2026-33169
16+
CVE-2026-33170
17+
CVE-2026-33176
18+
1319
# image-size
1420

1521
GHSA-m5qc-5hw7-8vg7

example/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/core": "^7.29.0",
2525
"@babel/preset-env": "^7.29.2",
2626
"@babel/runtime": "^7.29.2",
27-
"@gr4vy/sdk": "^1.10.18",
27+
"@gr4vy/sdk": "^2.0.33",
2828
"@react-native-community/cli": "18.0.1",
2929
"@react-native-community/cli-platform-android": "18.0.0",
3030
"@react-native-community/cli-platform-ios": "18.0.0",
@@ -36,9 +36,7 @@
3636
"dotenv": "^17.3.1"
3737
},
3838
"resolutions": {
39-
"semver": "^7.6.3",
4039
"on-headers": "^1.1.0",
41-
"qs": "^6.14.1",
4240
"fast-xml-parser": "^4.5.5",
4341
"picomatch": "^2.3.2"
4442
}

0 commit comments

Comments
 (0)