mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
A PR can edit .gitmodules to point vendor/status-go at an arbitrary remote, letting the policy check validate against attacker-controlled refs (a fake develop branch containing any pin). Override the configured URL with the canonical upstream before 'git submodule update' in both jobs; a pin that doesn't exist upstream now fails the update, which is the correct verdict.