Skip to content
Merged
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
4 changes: 2 additions & 2 deletions projects/jackson-modules-java8/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.6.3/binaries/apache-maven-3.6.3-bin.zip -o maven.zip && \
unzip maven.zip -d $SRC/maven && \
Expand All @@ -30,4 +30,4 @@ RUN git clone --depth 1 https://github.com/FasterXML/jackson-modules-java8

COPY build.sh $SRC/
COPY *Fuzzer.java $SRC/
WORKDIR $SRC/jackson-modules-java8
WORKDIR $SRC/jackson-modules-java8
3 changes: 2 additions & 1 deletion projects/jackson-modules-java8/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ vendor_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/jakarta-mail-api/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.6/binaries/apache-maven-3.8.6-bin.zip -o maven.zip && \
unzip maven.zip -d $SRC/maven && \
Expand Down
3 changes: 2 additions & 1 deletion projects/jakarta-mail-api/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ vendor_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/jdom/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/ant/binaries/apache-ant-1.10.14-bin.tar.gz -o ant.tar.gz && \
mkdir -p $SRC/ant && \
Expand Down
2 changes: 2 additions & 0 deletions projects/jdom/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ vendor_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/jettison/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
3 changes: 2 additions & 1 deletion projects/jettison/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ vendor_ccs:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
base_os_version: ubuntu-24-04
4 changes: 2 additions & 2 deletions projects/jose4j/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.6.3/binaries/apache-maven-3.6.3-bin.zip -o maven.zip && \
unzip maven.zip -d $SRC/maven && \
Expand All @@ -38,4 +38,4 @@ RUN rm -rf $SRC/project-parent/jose4j
RUN git clone --depth 1 https://bitbucket.org/b_c/jose4j/src/master/ $SRC/project-parent/jose4j

COPY build.sh $SRC/
WORKDIR $SRC/
WORKDIR $SRC/
3 changes: 2 additions & 1 deletion projects/jose4j/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ vendor_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/jsoncons/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 cmake
RUN git clone https://github.com/danielaparker/jsoncons

Expand Down
2 changes: 2 additions & 0 deletions projects/jsoncons/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ fuzzing_engines:
- honggfuzz
- libfuzzer


base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/kubearmor/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-go
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
ENV FUZZING_LANGUAGE=go
RUN git clone https://github.com/kubearmor/KubeArmor
COPY build.sh $SRC/
Expand Down
3 changes: 2 additions & 1 deletion projects/kubearmor/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ language: go
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- address
base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/kubeflow-pipelines/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/kubeflow/pipelines
WORKDIR pipelines
COPY build.sh *.go $SRC/
2 changes: 2 additions & 0 deletions projects/kubeflow-pipelines/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ fuzzing_engines:
- libfuzzer
sanitizers:
- address

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/libarchive/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 libtool pkg-config \
libbz2-dev liblzo2-dev liblzma-dev liblz4-dev libz-dev \
Expand Down
2 changes: 2 additions & 0 deletions projects/libarchive/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ sanitizers:
experimental: True
- undefined
main_repo: 'https://github.com/libarchive/libarchive.git'

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/libavif/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 --no-install-recommends -y curl python3-pip python3-setuptools python3-wheel cmake git nasm && \
pip3 install meson ninja
Expand Down
2 changes: 2 additions & 0 deletions projects/libavif/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ sanitizers:
- address
- memory
- undefined

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/libcue/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 bison flex

RUN git clone --depth 1 https://github.com/lipnitsk/libcue.git libcue
Expand Down
2 changes: 2 additions & 0 deletions projects/libcue/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ fuzzing_engines:
- honggfuzz
- afl
# - centipede disabled until https://github.com/lipnitsk/libcue/pull/31/

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/libmpeg2/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 cmake
RUN git clone https://github.com/ittiam-systems/libmpeg2.git
ADD https://storage.googleapis.com/android_media/external/libmpeg2/fuzzer/mpeg2_dec_fuzzer_seed_corpus.zip $SRC/
Expand Down
2 changes: 2 additions & 0 deletions projects/libmpeg2/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ fuzzing_engines:
- honggfuzz
- libfuzzer


base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/librdkafka/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 make cmake flex bison zlib1g-dev \
libcurlpp-dev libcurl4-openssl-dev
RUN git clone https://github.com/edenhill/librdkafka
Expand Down
2 changes: 2 additions & 0 deletions projects/librdkafka/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ language: c++
auto_ccs:
- "[email protected]"
main_repo: 'https://github.com/edenhill/librdkafka'

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/libxml2/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
ARG TARGETPLATFORM

RUN apt-get update && \
Expand Down
2 changes: 2 additions & 0 deletions projects/libxml2/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ fuzzing_engines:
- honggfuzz
- afl
main_repo: 'https://gitlab.gnome.org/GNOME/libxml2.git'

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/maven-model/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 apt-get update && apt-get install -y make autoconf automake libtool wget

RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.5/binaries/apache-maven-3.9.5-bin.zip -o maven.zip && \
Expand Down
2 changes: 2 additions & 0 deletions projects/maven-model/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ fuzzing_engines:
- libfuzzer
sanitizers:
- address

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/minify/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/tdewolff/minify
RUN git clone --depth 1 https://github.com/tdewolff/parse
COPY build.sh $SRC/
Expand Down
2 changes: 2 additions & 0 deletions projects/minify/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ fuzzing_engines:
sanitizers:
- address
main_repo: 'https://github.com/tdewolff/minify'

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/mpg123/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 wget \
bzip2
RUN wget https://www.mpg123.de/snapshot
Expand Down
2 changes: 2 additions & 0 deletions projects/mpg123/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ labels:
- sundew
decode_fuzzer:
- sundew

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/muduo/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 libboost-dev
RUN git clone --depth 1 https://github.com/chenshuo/muduo
WORKDIR muduo
Expand Down
2 changes: 2 additions & 0 deletions projects/muduo/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ fuzzing_engines:
- honggfuzz
- libfuzzer


base_os_version: ubuntu-24-04