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

Verify checksum of plugin installation manager tool before executing #865

Open
basil opened this issue May 2, 2024 · 0 comments
Open

Verify checksum of plugin installation manager tool before executing #865

basil opened this issue May 2, 2024 · 0 comments

Comments

@basil
Copy link

basil commented May 2, 2024

wget --no-verbose "${PM_CLI_DOWNLOAD_URL}" -O "${TMP_DIR}/jenkins-plugin-manager.jar"
downloads the plugin installation manager tool without verifying its checksum as in jenkinsci/docker#1868, meaning that a truncated download or corrupted file could result in an execution failure later on. Better to verify the checksum immediately and fail fast in that case.

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

No branches or pull requests

1 participant