Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/piex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 https://android.googlesource.com/platform/external/piex
# Recover seed corpora from an older build.
Expand Down
1 change: 1 addition & 0 deletions projects/piex/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/google/piex"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/pillow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04

# library build dependencies
RUN apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions projects/pillow/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/python-pillow/Pillow"
language: python
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/pip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN git clone https://github.com/pypa/pip/
WORKDIR $SRC/pip
COPY build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/pip/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
fuzzing_engines:
- libfuzzer
homepage: https://github.com/pypa/pip
Expand Down
2 changes: 1 addition & 1 deletion projects/pistache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN pip3 install meson==0.53.0 ninja
RUN git clone --depth 1 https://github.com/pistacheio/pistache pistache
Expand Down
1 change: 1 addition & 0 deletions projects/pistache/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "http://pistache.io"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/pjsip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y autoconf libtool-bin pkg-config libssl-dev zlib1g-dev
RUN git clone https://github.com/pjsip/pjproject pjsip
COPY build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/pjsip/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "www.pjsip.org"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/plan9port/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake
RUN git clone --depth 1 https://github.com/9fans/plan9port plan9port
WORKDIR plan9port
Expand Down
1 change: 1 addition & 0 deletions projects/plan9port/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/9fans/plan9port"
language: c
main_repo: 'https://github.com/9fans/plan9port'
Expand Down
2 changes: 1 addition & 1 deletion projects/plexus-utils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-jvm
FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04

RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.zip -o maven.zip && \
unzip maven.zip -d $SRC/maven && \
Expand Down
1 change: 1 addition & 0 deletions projects/plexus-utils/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/codehaus-plexus/plexus-utils"
language: jvm
primary_contact: ""
Expand Down
2 changes: 1 addition & 1 deletion projects/ply/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN git clone --depth=1 https://github.com/dabeaz/ply ply
COPY *.sh *py $SRC/
WORKDIR $SRC/ply
1 change: 1 addition & 0 deletions projects/ply/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
fuzzing_engines:
- libfuzzer
homepage: https://github.com/dabeaz/ply
Expand Down
2 changes: 1 addition & 1 deletion projects/poco/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y openssl libssl-dev git make cmake libssl-dev
RUN git clone --depth 1 https://github.com/pocoproject/poco
RUN cp $SRC/poco/build/script/oss-fuzz-build.sh $SRC/build.sh
Expand Down
1 change: 1 addition & 0 deletions projects/poco/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/pocoproject/poco"
main_repo: "https://github.com/pocoproject/poco"
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/poppler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y wget autoconf automake libtool pkg-config gperf python
RUN pip3 install meson ninja gyp-next packaging

Expand Down
1 change: 1 addition & 0 deletions projects/poppler/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: https://poppler.freedesktop.org/
language: c++
primary_contact: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion projects/postfix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool libdb-dev
RUN git clone --depth=1 https://github.com/vdukhovni/postfix postfix
WORKDIR postfix
Expand Down
1 change: 1 addition & 0 deletions projects/postfix/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "http://www.postfix.org/"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/powerdns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
################################################################################

# base image with clang toolchain
FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04

# install required packages to build your project
RUN apt-get update && apt-get install -y autoconf automake bison dh-autoreconf flex libluajit-5.1-dev libedit-dev libprotobuf-dev libssl-dev libtool make pkg-config protobuf-compiler ragel
Expand Down
1 change: 1 addition & 0 deletions projects/powerdns/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://www.powerdns.com/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/proftpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config cmake check
RUN git clone --depth 1 https://github.com/proftpd/proftpd
Expand Down
1 change: 1 addition & 0 deletions projects/proftpd/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "http://www.proftpd.org/"
main_repo: "https://github.com/proftpd/proftpd"
language: c
Expand Down
2 changes: 1 addition & 1 deletion projects/proj4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
RUN apt-get update && \
apt-get install -y make autoconf automake libtool g++ sqlite3 pkg-config wget

Expand Down
1 change: 1 addition & 0 deletions projects/proj4/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://proj.org/"
language: c++
main_repo: "https://github.com/OSGeo/PROJ"
Expand Down
2 changes: 1 addition & 1 deletion projects/prometheus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
ENV GO111MODULE=on
RUN git clone https://github.com/prometheus/prometheus $GOPATH/src/github.com/prometheus/prometheus
RUN wget https://go.dev/dl/go1.24.6.linux-amd64.tar.gz \
Expand Down
1 change: 1 addition & 0 deletions projects/prometheus/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/prometheus/prometheus"
primary_contact: "[email protected]"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/promise-polyfill/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-javascript
FROM gcr.io/oss-fuzz-base/base-builder-javascript:ubuntu-24-04

COPY build.sh $SRC/

Expand Down
1 change: 1 addition & 0 deletions projects/promise-polyfill/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: https://github.com/taylorhakes/promise-polyfill
language: javascript
main_repo: https://github.com/taylorhakes/promise-polyfill
Expand Down
2 changes: 1 addition & 1 deletion projects/prost/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
RUN apt-get update && apt-get install -y pkg-config libssl-dev curl libcurl4-openssl-dev ninja-build
RUN git clone --depth 1 https://github.com/danburkert/prost
WORKDIR $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/prost/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://crates.io/crates/prost"
main_repo: "https://github.com/tokio-rs/prost"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/proto-plus-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN git clone https://github.com/googleapis/proto-plus-python proto-plus-python
COPY *.sh *py $SRC/
WORKDIR $SRC/proto-plus-python
1 change: 1 addition & 0 deletions projects/proto-plus-python/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
fuzzing_engines:
- libfuzzer
homepage: https://github.com/googleapis/proto-plus-python
Expand Down
2 changes: 1 addition & 1 deletion projects/protobuf-c/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
MAINTAINER [email protected]
RUN apt-get update && apt-get install -y \
make \
Expand Down
1 change: 1 addition & 0 deletions projects/protobuf-c/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/protobuf-c/protobuf-c"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/protobuf-java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-jvm
FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04

RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 -o /usr/bin/bazel && chmod +x /usr/bin/bazel

Expand Down
1 change: 1 addition & 0 deletions projects/protobuf-java/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
auto_ccs:
- [email protected]
- [email protected]
Expand Down
2 changes: 1 addition & 1 deletion projects/protobuf-js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-javascript
FROM gcr.io/oss-fuzz-base/base-builder-javascript:ubuntu-24-04

COPY build.sh $SRC/

Expand Down
1 change: 1 addition & 0 deletions projects/protobuf-js/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: https://github.com/protobufjs/protobuf.js
language: javascript
main_repo: https://github.com/protobufjs/protobuf.js
Expand Down
2 changes: 1 addition & 1 deletion projects/protoc-gen-validate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN apt-get update && apt-get install -y protobuf-compiler
RUN git clone --depth 1 https://github.com/bufbuild/protoc-gen-validate
WORKDIR $SRC/protoc-gen-validate
Expand Down
1 change: 1 addition & 0 deletions projects/protoc-gen-validate/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/bufbuild/protoc-gen-validate"
language: go
main_repo: "https://github.com/bufbuild/protoc-gen-validate"
Expand Down
2 changes: 1 addition & 1 deletion projects/protocompile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/bufbuild/protocompile

COPY fuzz_protocompile.go $SRC/protocompile
Expand Down
1 change: 1 addition & 0 deletions projects/protocompile/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/bufbuild/protocompile"
primary_contact: "[email protected]"
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/proton-bridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04

# Update and install Go using the package manager
RUN apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions projects/proton-bridge/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://proton.me"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/psqlparse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN apt-get update && apt-get install -y flex bison python3-setuptools
RUN pip3 install Cython
RUN pip3 install --upgrade Cython
Expand Down
1 change: 1 addition & 0 deletions projects/psqlparse/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
fuzzing_engines:
- libfuzzer
homepage: https://github.com/alculquicondor/psqlparse
Expand Down
2 changes: 1 addition & 1 deletion projects/psutil/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
##########################################################################
FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN pip3 install --upgrade pip
RUN git clone https://github.com/giampaolo/psutil psutil
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/psutil/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
fuzzing_engines:
- libfuzzer
homepage: https://github.com/giampaolo/psutil
Expand Down
2 changes: 1 addition & 1 deletion projects/psycopg2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04

RUN apt-get install libpq-dev postgresql -y

Expand Down
1 change: 1 addition & 0 deletions projects/psycopg2/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
fuzzing_engines:
- libfuzzer
homepage: https://github.com/psycopg/psycopg2
Expand Down
2 changes: 1 addition & 1 deletion projects/publicsuffix-list/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
RUN git clone --depth 1 https://github.com/publicsuffix/list
WORKDIR $SRC/list
COPY build.sh fuzz_test.go $SRC/
1 change: 1 addition & 0 deletions projects/publicsuffix-list/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://github.com/publicsuffix/list"
language: go
main_repo: "https://github.com/publicsuffix/list"
Expand Down
Loading
Loading