Hi,
On Thu, May 16, 2019 at 12:11:54PM -0700, Christopher Weaver wrote:
> For a project I work on, we have set up Jenkins, using the GitHub Branch
> Source Plugin, to do automatic builds for pushes to our repository,
> including test builds for pull requests. This is all working, but I am
> concerned about the security implications for the pull requests.
Yes, that is a common problem. Most people either only test pull requests
from trusted people, or configure Jenkins to test inside a container with
no network access and strict resource limits that is discarded after the
build.
Simon