Upgrade to Python 3.13 and install Python 3.13 in ClusterFuzzLite#2403
Open
Adarshkumar0509 wants to merge 5 commits intoOWASP:masterfrom
Open
Upgrade to Python 3.13 and install Python 3.13 in ClusterFuzzLite#2403Adarshkumar0509 wants to merge 5 commits intoOWASP:masterfrom
Adarshkumar0509 wants to merge 5 commits intoOWASP:masterfrom
Conversation
Contributor
Author
|
Hii @sydseter All 12 checks are passing now. Python 3.13 is installed from source in the ClusterFuzzLite Dockerfile since the deadsnakes PPA is not available in the OSS-Fuzz base image. Please review when you get a chance. Thank you! |
Contributor
Author
|
hii @sydseter , All ClusterFuzzLite checks are passing successfully. The only failing check is build-test-copi which is a pre-existing coverage issue in master (74.3% vs 80% minimum) and is unrelated to my Dockerfile changes. Before updating the branch, all 12 checks were passing. Please review when you get a chance. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2105
Changes
Dockerfilebase image frompython:3.12.12-alpine3.22topython:3.13.11-alpine3.22with the SHA digest pinned correctly in the formatimage@sha256:....clusterfuzzlite/Dockerfileto explicitly install Python 3.13 via deadsnakes PPA as you suggested, sincegcr.io/oss-fuzz-base/base-builder-python:ubuntu-25-04base image is not yet availablepython3.13explicitlyTesting
Dockerfilehas the correct SHA pin formatNotes
gcr.io/oss-fuzz-base/base-builder-python:ubuntu-25-04becomes available