Skip to content

fix: resolve security alerts#464

Merged
thymikee merged 1 commit intomainfrom
fix/security-alerts
Apr 28, 2026
Merged

fix: resolve security alerts#464
thymikee merged 1 commit intomainfrom
fix/security-alerts

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

Summary

Resolve GitHub security alerts by updating vulnerable npm dependencies and disabling debugging on the Android snapshot helper.

  • Bumps fast-xml-parser, Vite/PostCSS resolution, Rspress/Unhead resolution, and isolated example-app transitive overrides for @xmldom/xmldom, postcss, and uuid.
  • Sets the Android snapshot helper manifest to android:debuggable="false" while preserving adb install -t behavior with android:testOnly="true".
  • Updates helper docs to describe the APK as test-only rather than debuggable.

Touched files: 7. Scope stayed within dependency metadata/lockfiles and the Android snapshot helper manifest/docs.

Validation

  • pnpm audit --json
  • pnpm --dir examples/test-app audit --ignore-workspace --json
  • pnpm check:tooling
  • pnpm --dir examples/test-app typecheck
  • pnpm build:android-snapshot-helper
  • aapt2 dump xmltree --file AndroidManifest.xml .tmp/android-snapshot-helper/agent-device-android-snapshot-helper-0.14.0.apk | rg -n "debuggable|testOnly|application"
  • node -e "const { createRequire } = require('node:module'); const req = createRequire(process.cwd() + '/examples/test-app/node_modules/.pnpm/xcode@3.0.1/node_modules/xcode/lib/pbxProject.js'); const uuid = req('uuid'); console.log(typeof uuid.v4, uuid.v4().length)"

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 28, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-04-28 20:59 UTC

@thymikee thymikee merged commit 999b475 into main Apr 28, 2026
18 checks passed
@thymikee thymikee deleted the fix/security-alerts branch April 28, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant