You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build-tools): Address PR review findings from Cursor Bugbot and Sentry
- Fix TOCTOU race in create_dmg: validateScriptPath now returns the
resolved realScriptPath instead of discarding it, eliminating the
second unguarded realpathSync call
- Fix positional arg misordering in create_dmg: outputPath is only
passed when appPath is also present, preventing wrong-slot injection
- Fix unused bundleId in codesign_app: removed from .refine() check
since xcrun notarytool submit does not accept --bundle-id
- Fix validation ordering in pfctl_anchor: rulesFile extension check
now runs before buildCommand, keeping unvalidated values out of the
command array
- Fix duplicate --port in serve-mcp.sh: filter --port from passthrough
args before forwarding to supergateway
- Deduplicate setStructuredOutput into command-result-helpers.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments