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/ninja/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 cmake

RUN git clone --depth 1 https://github.com/ninja-build/ninja
Expand Down
1 change: 1 addition & 0 deletions projects/ninja/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/ninja-build/ninja"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/njs/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 \
mercurial git libpcre2-dev
RUN hg clone http://hg.nginx.org/njs
Expand Down
1 change: 1 addition & 0 deletions projects/njs/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://nginx.org/en/docs/njs/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/node-xml2js/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/node-xml2js/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/Leonidas-from-XIV/node-xml2js
language: javascript
main_repo: https://github.com/Leonidas-from-XIV/node-xml2js
Expand Down
2 changes: 1 addition & 1 deletion projects/nodejs/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 flex bison build-essential
RUN git clone --recursive --depth 1 https://github.com/nodejs/node
RUN wget https://go.dev/dl/go1.24.5.linux-amd64.tar.gz \
Expand Down
1 change: 1 addition & 0 deletions projects/nodejs/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://nodejs.org"
primary_contact: "[email protected]"
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/nokogiri/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 --no-install-recommends install -y build-essential make curl wget

RUN git clone --depth=1 https://github.com/sparklemotion/nokogiri.git
Expand Down
1 change: 1 addition & 0 deletions projects/nokogiri/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "nokogiri.org"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/nom/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
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04

RUN git clone --depth 1 https://github.com/Geal/nom/
WORKDIR $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/nom/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/Geal/nom"
main_repo: "https://github.com/Geal/nom"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/notary/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/notaryproject/notary
RUN git clone --depth 1 https://github.com/notaryproject/notation-go
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
Expand Down
1 change: 1 addition & 0 deletions projects/notary/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/notaryproject/notary"
main_repo: "https://github.com/notaryproject"
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/nss/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 mercurial zlib1g-dev gyp ninja-build libssl-dev python libboost-dev libsqlite3-dev

Expand Down
1 change: 1 addition & 0 deletions projects/nss/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/ntlm-auth/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 pip3 install --upgrade pip
RUN git clone https://github.com/jborean93/ntlm-auth ntlm-auth
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/ntlm-auth/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/jborean93/ntlm-auth
main_repo: https://github.com/jborean93/ntlm-auth
language: python
Expand Down
2 changes: 1 addition & 1 deletion projects/ntlm2/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/dopstar/requests-ntlm2
WORKDIR requests-ntlm2
Expand Down
1 change: 1 addition & 0 deletions projects/ntlm2/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/dopstar/requests-ntlm2
Expand Down
2 changes: 1 addition & 1 deletion projects/ntopng/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 ninja-build \
liblzma-dev libzstd-dev pkg-config libglib2.0-dev groff libxml2-dev \
libcurl4-openssl-dev libsqlite3-dev flex bison
Expand Down
1 change: 1 addition & 0 deletions projects/ntopng/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/ntop/ntopng/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/ntp/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 rsync lynx
ADD https://www.bitkeeper.org/downloads/7.3.3/bk-7.3.3-x86_64-glibc213-linux.bin bk-7.3.3-x86_64-glibc213-linux.bin
RUN chmod +x bk-7.3.3-x86_64-glibc213-linux.bin
Expand Down
1 change: 1 addition & 0 deletions projects/ntp/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.ntp.org"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/ntpsec/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 autoconf automake build-essential bison libssl-dev libcap-dev libseccomp-dev libavahi-compat-libdnssd-dev pps-tools python3-dev
RUN git clone https://gitlab.com/NTPsec/ntpsec
RUN git clone https://github.com/pkillarjun/oss-fuzz-bloat
Expand Down
1 change: 1 addition & 0 deletions projects/ntpsec/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://ntpsec.org/"
language: c
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/num-bigint/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 python
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
RUN git clone --depth 1 https://github.com/randombit/botan.git
Expand Down
1 change: 1 addition & 0 deletions projects/num-bigint/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/num-bigint"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/numactl/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/numactl/numactl numactl
WORKDIR numactl
Expand Down
1 change: 1 addition & 0 deletions projects/numactl/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/numactl/numactl"
main_repo: "https://github.com/numactl/numactl"
language: c
Expand Down
2 changes: 1 addition & 1 deletion projects/numexpr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 && pip3 install cython
RUN git clone https://github.com/pydata/numexpr numexpr
COPY *.sh *py $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/numexpr/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/pydata/numexpr
main_repo: https://github.com/pydata/numexpr
language: python
Expand Down
2 changes: 1 addition & 1 deletion projects/numpy/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
# Numpy requires python3.11+
RUN apt-get update && \
apt-get install -y software-properties-common && \
Expand Down
1 change: 1 addition & 0 deletions projects/numpy/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: numpy.org
Expand Down
2 changes: 1 addition & 1 deletion projects/oak/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 \
Expand Down
1 change: 1 addition & 0 deletions projects/oak/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/project-oak/oak"
language: rust
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/oatpp/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/oatpp/oatpp.git oatpp
WORKDIR oatpp
Expand Down
1 change: 1 addition & 0 deletions projects/oatpp/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://oatpp.io/"
language: c++
primary_contact: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion projects/oauth2/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/googleapis/oauth2client oauth2
WORKDIR oauth2
Expand Down
1 change: 1 addition & 0 deletions projects/oauth2/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/oauth2client
Expand Down
2 changes: 1 addition & 1 deletion projects/oauthlib/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/oauthlib/oauthlib oauthlib
RUN pip3 install --upgrade pip && pip3 install -r $SRC/oauthlib/requirements.txt
Expand Down
1 change: 1 addition & 0 deletions projects/oauthlib/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/oauthlib/oauthlib
Expand Down
2 changes: 1 addition & 1 deletion projects/ogre/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 curl libgtest-dev libx11-dev
RUN git clone --depth 1 https://github.com/OGRECave/ogre
COPY build.sh *.cpp $SRC/
Expand Down
1 change: 1 addition & 0 deletions projects/ogre/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.ogre3d.org/"
language: c++
main_repo: "https://github.com/OGRECave/ogre"
Expand Down
2 changes: 1 addition & 1 deletion projects/ohc/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

ENV JAVA_HOME $JAVA_15_HOME
ENV JVM_LD_LIBRARY_PATH $JAVA_HOME/lib/server
Expand Down
1 change: 1 addition & 0 deletions projects/ohc/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/snazy/ohc
main_repo: https://github.com/snazy/ohc
language: jvm
Expand Down
2 changes: 1 addition & 1 deletion projects/okhttp/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-3.6.3 && \
Expand Down
1 change: 1 addition & 0 deletions projects/okhttp/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://square.github.io/okhttp/"
language: jvm
main_repo: "https://github.com/square/okhttp.git"
Expand Down
2 changes: 1 addition & 1 deletion projects/olefile/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/decalage2/olefile olefile
WORKDIR olefile
Expand Down
1 change: 1 addition & 0 deletions projects/olefile/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: http://www.decalage.info/olefile
Expand Down
2 changes: 1 addition & 1 deletion projects/onednn/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 libomp-dev libgomp1
RUN git clone --depth 1 https://github.com/oneapi-src/oneDNN oneDNN
WORKDIR oneDNN
Expand Down
1 change: 1 addition & 0 deletions projects/onednn/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/uxlfoundation/oneDNN"
main_repo: "https://github.com/uxlfoundation/oneDNN"
language: c++
Expand Down
2 changes: 1 addition & 1 deletion projects/open-json/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/open-json/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/tdunning/open-json
main_repo: https://github.com/tdunning/open-json
language: jvm
Expand Down
2 changes: 1 addition & 1 deletion projects/open5gs/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 upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down
1 change: 1 addition & 0 deletions projects/open5gs/project.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base_os_version: ubuntu-24-04
homepage: "https://open5gs.org"
language: c
primary_contact: "[email protected]"
Expand Down
Loading
Loading