Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update pom dependency and base image to jenkins 2.442 #145

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

cmars
Copy link
Contributor

@cmars cmars commented Feb 23, 2024

Mitigate critical severity vuln
https://app.snyk.io/vuln/SNYK-JAVA-ORGJENKINSCIMAIN-6190606 by updating the pom dependency and base image to jenkins 2.442.

In this new base image, system-wide pip installs aren't allowed so the Debian packages are updated to satisfy the virtualenv requirement.

Installing Debian packages with --no-install-recommends because the default was pulling in x11 and a bunch of extra junk a Jenkins server shouldn't need.

Drive-by: fix docker command-line flag in run script, noticed this when testing the image locally.

Testing done

Created a local Docker image with ./.github/build.sh.

Ran it with ./.github/run.sh.

Confirmed Snyk installed and executed.

https://snyksec.atlassian.net/browse/CLI-168

Submitter checklist

Mitigate critical severity vuln
https://app.snyk.io/vuln/SNYK-JAVA-ORGJENKINSCIMAIN-6190606
by updating the pom dependency and base image to Jenkins 2.442.

In this new base image, system-wide pip installs aren't allowed so the Debian
packages are updated to satisfy the virtualenv requirement.

Installing Debian packages with --no-install-recommends because the default was
pulling in x11 and a bunch of extra junk a Jenkins server shouldn't need.

Drive-by: fix docker command-line flag in run script, noticed this when testing
the image locally.
@PeterSchafer PeterSchafer merged commit 9bb0d01 into jenkinsci:master Feb 27, 2024
17 checks passed
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.

3 participants