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/cascadia/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 https://github.com/andybalholm/cascadia

COPY build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/cascadia/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/andybalholm/cascadia"
primary_contact: "[email protected]"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/casync/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 \
python3-pip pkg-config wget \
Expand Down
1 change: 1 addition & 0 deletions projects/casync/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/casync/casync"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/cbor-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 apt-get update && apt-get install -y make autoconf automake libtool wget
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/cbor-java/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://android.googlesource.com/platform/external/cbor-java/+/refs/heads/master"
language: jvm
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/cbor2/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 --depth 1 https://github.com/agronholm/cbor2.git
WORKDIR cbor2
COPY build.sh *.py $SRC/
1 change: 1 addition & 0 deletions projects/cbor2/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/agronholm/cbor2"
main_repo: "https://github.com/agronholm/cbor2"
language: python
Expand Down
2 changes: 1 addition & 1 deletion projects/cctz/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 libgtest-dev
RUN git clone --depth 1 https://github.com/google/cctz
WORKDIR $SRC/cctz
Expand Down
1 change: 1 addition & 0 deletions projects/cctz/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/cctz
main_repo: https://github.com/google/cctz
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/cel-cpp/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 python3 openjdk-11-jdk -y
RUN git clone --depth 1 https://github.com/google/cel-cpp/
Expand Down
1 change: 1 addition & 0 deletions projects/cel-cpp/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://cel.dev"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/cel-go/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/google/cel-go

RUN apt-get update && apt-get install -y protobuf-compiler libprotobuf-dev binutils cmake \
Expand Down
1 change: 1 addition & 0 deletions projects/cel-go/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://opensource.google/projects/cel"
primary_contact: "[email protected]"
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/cert-manager/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 https://github.com/cert-manager/cert-manager --depth=1
COPY build.sh pki_fuzzer.go $SRC/
WORKDIR $SRC/cert-manager
1 change: 1 addition & 0 deletions projects/cert-manager/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://cert-manager.io"
# Send reports to the cert-manager-security distribution list.
# - https://cert-manager.io/docs/contributing/security/
Expand Down
2 changes: 1 addition & 1 deletion projects/cfengine/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 \
build-essential libpcre2-dev libtool autoconf automake bison flex libssl-dev \
libbison-dev libacl1 libacl1-dev lmdb-utils liblmdb-dev libpam0g-dev libtool \
Expand Down
1 change: 1 addition & 0 deletions projects/cfengine/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/cfengine/core"
main_repo: "https://github.com/cfengine/core"
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/cffi/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 apt-get install -y libffi-dev mercurial
RUN hg clone https://foss.heptapod.net/pypy/cffi cffi
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/cffi/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://foss.heptapod.net/pypy/cffi
Expand Down
2 changes: 1 addition & 1 deletion projects/cgif/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 python3-pip zip
RUN pip3 install meson ninja
RUN git clone --depth 1 https://github.com/dloebl/cgif.git
Expand Down
1 change: 1 addition & 0 deletions projects/cgif/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/dloebl/cgif"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/cglib/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

ENV JAVA_HOME $JAVA_15_HOME
ENV JVM_LD_LIBRARY_PATH $JAVA_HOME/lib/server
Expand Down
1 change: 1 addition & 0 deletions projects/cglib/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/cglib/cglib/wiki"
language: jvm
main_repo: "https://github.com/cglib/cglib"
Expand Down
2 changes: 1 addition & 1 deletion projects/chardet/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/erikrose/chardet chardet
COPY *.sh *py $SRC/
WORKDIR $SRC/chardet
1 change: 1 addition & 0 deletions projects/chardet/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/erikrose/chardet
Expand Down
2 changes: 1 addition & 1 deletion projects/charset_normalizer/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 make autoconf automake libtool
RUN git clone --depth 1 https://github.com/jawah/charset_normalizer charset_normalizer
WORKDIR charset_normalizer
Expand Down
1 change: 1 addition & 0 deletions projects/charset_normalizer/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/jawah/charset_normalizer
Expand Down
2 changes: 1 addition & 1 deletion projects/checker-framework/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 update && apt install -y openjdk-17-jdk

Expand Down
1 change: 1 addition & 0 deletions projects/checker-framework/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/typetools/checker-framework"
language: jvm
main_repo: "[email protected]:typetools/checker-framework.git"
Expand Down
2 changes: 1 addition & 1 deletion projects/checkstyle/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-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 Down
1 change: 1 addition & 0 deletions projects/checkstyle/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/checkstyle/checkstyle
Expand Down
2 changes: 1 addition & 1 deletion projects/chrono/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-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04

RUN git clone --depth 1 https://github.com/chronotope/chrono chrono
WORKDIR $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/chrono/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/chronotope/chrono"
main_repo: "https://github.com/chronotope/chrono.git"
language: rust
Expand Down
2 changes: 1 addition & 1 deletion projects/cilium/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 wget
RUN wget https://raw.githubusercontent.com/google/AFL/master/dictionaries/json.dict -O $OUT/fuzz.dict

Expand Down
1 change: 1 addition & 0 deletions projects/cilium/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://cilium.io"
language: go
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/circl/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 make autoconf automake libtool wget python
RUN git clone --depth 1 https://github.com/MozillaSecurity/cryptofuzz
Expand Down
1 change: 1 addition & 0 deletions projects/circl/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/cloudflare/circl"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/civetweb/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 zlib1g-dev
RUN git clone https://github.com/civetweb/civetweb

Expand Down
1 change: 1 addition & 0 deletions projects/civetweb/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/civetweb/civetweb"
primary_contact: "[email protected]"
language: c
Expand Down
2 changes: 1 addition & 1 deletion projects/cjson/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 cmake
Expand Down
1 change: 1 addition & 0 deletions projects/cjson/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/DaveGamble/cJSON"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/clamav/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-rust
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
RUN apt-get update && apt-get install -y \
flex bison \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions projects/clamav/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.clamav.net/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/clib/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 libcurl4-gnutls-dev -qq
RUN git clone --depth 1 https://github.com/clibs/clib
WORKDIR $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/clib/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/clibs/clib"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/click/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/pallets/click click
COPY *.sh *py $SRC/
WORKDIR $SRC/click
1 change: 1 addition & 0 deletions projects/click/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/pallets/click
Expand Down
2 changes: 1 addition & 1 deletion projects/clock/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/benbjohnson/clock
WORKDIR clock
COPY build.sh fuzz_test.go $SRC/
1 change: 1 addition & 0 deletions projects/clock/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/benbjohnson/clock"
language: go
main_repo: "https://github.com/benbjohnson/clock"
Expand Down
2 changes: 1 addition & 1 deletion projects/closure-library/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/closure-library/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: https://developers.google.com/closure/library/
language: javascript
main_repo: https://github.com/google/closure-library
Expand Down
2 changes: 1 addition & 1 deletion projects/cloud-hypervisor/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-rust as builder
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04 as builder

## Install build dependencies.
RUN apt-get update
Expand Down
1 change: 1 addition & 0 deletions projects/cloud-hypervisor/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/cloud-hypervisor/cloud-hypervisor"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/cmake/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 libssl-dev
RUN git clone --depth 1 https://gitlab.kitware.com/cmake/cmake CMake
Expand Down
1 change: 1 addition & 0 deletions projects/cmake/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://gitlab.kitware.com/cmake/cmake"
main_repo: "https://gitlab.kitware.com/cmake/cmake"
language: c
Expand Down
Loading
Loading