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/libzip/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 pkg-config zlib1g-dev libbz2-dev liblzma-dev libzstd-dev
Expand Down
1 change: 1 addition & 0 deletions projects/libzip/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://libzip.org/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/libzmq/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 gettext pkg-config build-essential
RUN git clone --depth 1 https://github.com/zeromq/libzmq.git
RUN git clone --depth 1 https://github.com/zeromq/libzmq-fuzz-corpora.git
Expand Down
1 change: 1 addition & 0 deletions projects/libzmq/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/zeromq/libzmq"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lighttpd/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 libz-dev libpcre2-dev libtool pkg-config autoconf
RUN git clone https://github.com/lighttpd/lighttpd1.4

Expand Down
1 change: 1 addition & 0 deletions projects/lighttpd/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.lighttpd.net/"
primary_contact: "[email protected]"
language: c
Expand Down
2 changes: 1 addition & 1 deletion projects/linkerd2-proxy/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 --yes update \
&& apt-get install --no-install-recommends --yes \
libssl-dev \
Expand Down
1 change: 1 addition & 0 deletions projects/linkerd2-proxy/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://linkerd.io/"
main_repo: "https://github.com/linkerd/linkerd2-proxy"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/linkerd2/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/linkerd/linkerd2
COPY build.sh $SRC/
WORKDIR $SRC/linkerd2
1 change: 1 addition & 0 deletions projects/linkerd2/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://linkerd.io/"
main_repo: "https://github.com/linkerd/linkerd2"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lit/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/lit/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: https://lit.dev/
language: javascript
main_repo: https://github.com/lit/lit
Expand Down
2 changes: 1 addition & 1 deletion projects/litmuschaos/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/litmuschaos/litmus.git
RUN git clone https://github.com/litmuschaos/chaos-exporter.git
RUN git clone https://github.com/litmuschaos/litmus-go.git
Expand Down
1 change: 1 addition & 0 deletions projects/litmuschaos/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://litmuschaos.io/"
main_repo: "https://github.com/litmuschaos/litmus.git"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/llamacpp/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 xxd
RUN git clone https://github.com/ggerganov/llama.cpp
WORKDIR $SRC/llama.cpp
Expand Down
1 change: 1 addition & 0 deletions projects/llamacpp/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/ggerganov/llama.cpp"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lldpd/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
RUN git clone --recursive https://github.com/lldpd/lldpd.git
COPY build.sh $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/lldpd/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://lldpd.github.io"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/llhttp/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 install_javascript.sh
Expand Down
1 change: 1 addition & 0 deletions projects/llhttp/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://llhttp.org/"
main_repo: "https://github.com/nodejs/llhttp"
language: c
Expand Down
2 changes: 1 addition & 1 deletion projects/llvm/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 -y && \
apt-get install -y autoconf automake libtool curl make g++ unzip wget git \
binutils liblzma-dev libz-dev python-all cmake ninja-build subversion \
Expand Down
1 change: 1 addition & 0 deletions projects/llvm/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "http://llvm.org/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/llvm_libcxxabi/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 git clone --depth 1 https://github.com/llvm/llvm-project.git
WORKDIR llvm-project/libcxxabi
Expand Down
1 change: 1 addition & 0 deletions projects/llvm_libcxxabi/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://libcxxabi.llvm.org/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lodash/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/lodash/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: https://lodash.com/
language: javascript
main_repo: https://github.com/lodash/lodash
Expand Down
2 changes: 1 addition & 1 deletion projects/lodepng/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://github.com/lvandeve/lodepng.git lodepng # or use other version control
WORKDIR lodepng
Expand Down
1 change: 1 addition & 0 deletions projects/lodepng/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/lvandeve/lodepng"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/log4j2/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

# Install Java 17 using Azul Zulu distribution, because
#
Expand Down
1 change: 1 addition & 0 deletions projects/log4j2/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://logging.apache.org/log4j/2.x"
main_repo: "https://github.com/apache/logging-log4j2"
language: jvm
Expand Down
2 changes: 1 addition & 1 deletion projects/logback/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 Down
1 change: 1 addition & 0 deletions projects/logback/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/qos-ch/logback"
language: jvm
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/loki/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/grafana/loki/
COPY build.sh $SRC/
WORKDIR $SRC/loki
1 change: 1 addition & 0 deletions projects/loki/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/grafana/loki"
primary_contact: "[email protected]"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/looker-sdk/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 pip3 install --upgrade pip && pip3 install mock
RUN git clone --depth 1 https://github.com/looker-open-source/sdk-codegen
Expand Down
1 change: 1 addition & 0 deletions projects/looker-sdk/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/looker-open-source/sdk-codegen
Expand Down
2 changes: 1 addition & 1 deletion projects/lotus/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 mesa-opencl-icd ocl-icd-opencl-dev gcc \
git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev
RUN git clone --depth 1 https://github.com/filecoin-project/lotus
Expand Down
1 change: 1 addition & 0 deletions projects/lotus/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/filecoin-project/lotus"
main_repo: "https://github.com/filecoin-project/lotus"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lua/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 git clone https://github.com/ligurio/lua-c-api-tests testdir
WORKDIR testdir
RUN git clone --depth 1 --jobs $(nproc) https://github.com/ligurio/lua-c-api-corpus corpus_dir
Expand Down
1 change: 1 addition & 0 deletions projects/lua/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.lua.org/"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lucene/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/lucene/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://lucene.apache.org/"
language: jvm
main_repo: "https://github.com/apache/lucene"
Expand Down
2 changes: 1 addition & 1 deletion projects/lxc/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 git clone --depth 1 https://github.com/lxc/lxc
WORKDIR lxc
COPY build.sh $SRC/
1 change: 1 addition & 0 deletions projects/lxc/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/lxc/lxc"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lxml/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/lxml/lxml $SRC/lxml
RUN apt-get update && apt-get install -y zlib1g-dev make autoconf automake libtool pkg-config rsync
RUN python3 -m pip install --upgrade pip \
Expand Down
1 change: 1 addition & 0 deletions projects/lxml/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://lxml.de/
Expand Down
2 changes: 1 addition & 1 deletion projects/lz4/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 git clone --depth 1 https://github.com/lz4/lz4.git /src/lz4

Expand Down
1 change: 1 addition & 0 deletions projects/lz4/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/lz4/lz4"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/lz4_flex/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/PSeitz/lz4_flex lz4_flex
WORKDIR $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/lz4_flex/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/PSeitz/lz4_flex"
main_repo: "https://github.com/PSeitz/lz4_flex.git"
language: rust
Expand Down
2 changes: 1 addition & 1 deletion projects/lzma/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 \
Expand Down
1 change: 1 addition & 0 deletions projects/lzma/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.7-zip.org/sdk.html"
main_repo: 'https://github.com/fancycode/lzma-fuzz.git'
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/lzo/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
RUN wget -O lzo.tar.gz \
http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
Expand Down
1 change: 1 addition & 0 deletions projects/lzo/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.oberhumer.com"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/magic-enum/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 git clone https://github.com/Neargye/magic_enum
COPY build.sh *_fuzzer.cc $SRC/
WORKDIR $SRC/magic_enum
1 change: 1 addition & 0 deletions projects/magic-enum/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/Neargye/magic_enum"
language: c++
main_repo: "https://github.com/Neargye/magic_enum.git"
Expand Down
Loading
Loading