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/nanopb/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 git wget
RUN python3 -m pip install --upgrade pip
RUN pip3 install protobuf grpcio-tools scons
Expand Down
2 changes: 2 additions & 0 deletions projects/nanopb/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ sanitizers:
- undefined
- memory
main_repo: 'https://github.com/nanopb/nanopb'

base_os_version: ubuntu-24-04
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
2 changes: 2 additions & 0 deletions projects/ntlm2/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ vendor_ccs:
- [email protected]
- [email protected]
- [email protected]

base_os_version: ubuntu-24-04
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
2 changes: 2 additions & 0 deletions projects/open5gs/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ sanitizers:
- memory
- undefined
main_repo: 'https://github.com/open5gs/open5gs'

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/opentelemetry-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/open-telemetry/opentelemetry-go
WORKDIR $SRC/opentelemetry-go
COPY build.sh $SRC/
2 changes: 2 additions & 0 deletions projects/opentelemetry-go/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ fuzzing_engines:
- libfuzzer
sanitizers:
- address

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

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/pako/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
2 changes: 2 additions & 0 deletions projects/pako/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ vendor_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"

base_os_version: ubuntu-24-04
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
2 changes: 2 additions & 0 deletions projects/powerdns/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ sanitizers:
- address
- undefined
main_repo: 'https://github.com/PowerDNS/pdns.git'

base_os_version: ubuntu-24-04
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
2 changes: 2 additions & 0 deletions projects/protobuf-js/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ vendor_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/pydateutil/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 pip3 install hypothesis
RUN git clone --depth 1 https://github.com/dateutil/dateutil
WORKDIR $SRC
Expand Down
2 changes: 2 additions & 0 deletions projects/pydateutil/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ sanitizers:
vendor_ccs:
- [email protected]
- [email protected]

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/python-pypdf/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 pycryptodome
RUN git clone https://github.com/py-pdf/pypdf.git pypdf
WORKDIR $SRC/
Expand Down
2 changes: 2 additions & 0 deletions projects/python-pypdf/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ fuzzing_engines:
- libfuzzer
sanitizers:
- address

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/python3-libraries/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 libncursesw5-dev libreadline-dev libssl-dev libgdbm-dev libc6-dev libsqlite3-dev tk-dev libbz2-dev zlib1g-dev libffi-dev
RUN git clone https://github.com/python/cpython.git cpython
Expand Down
2 changes: 2 additions & 0 deletions projects/python3-libraries/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ sanitizers:
- address
# Temporarily disabled (see google/oss-fuzz#14253)
# - undefined

base_os_version: ubuntu-24-04
4 changes: 2 additions & 2 deletions projects/pyxdg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-python
RUN apt-get install -y libxml2-dev libxslt-dev zlib1g-dev
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
RUN apt-get update && apt-get install -y libxml2-dev libxslt-dev zlib1g-dev
RUN python3 -m pip install --upgrade pip && python3 -m pip install Cython
RUN git clone --depth 1 https://github.com/lxml/lxml
RUN git clone https://github.com/takluyver/pyxdg
Expand Down
2 changes: 2 additions & 0 deletions projects/pyxdg/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ sanitizers:
- address
vendor_ccs:
- [email protected]

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/ron/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 make autoconf automake libtool
RUN git clone --depth 1 https://github.com/ron-rs/ron ron
WORKDIR ron
Expand Down
2 changes: 2 additions & 0 deletions projects/ron/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ sanitizers:
- address
vendor_ccs:
- [email protected]

base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/rust-lexical/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
#
################################################################################

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/Alexhuszagh/rust-lexical
COPY build.sh $SRC/
3 changes: 2 additions & 1 deletion projects/rust-lexical/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ sanitizers:
- address
fuzzing_engines:
- libfuzzer
main_repo: 'https://github.com/Alexhuszagh/rust-lexical'
main_repo: 'https://github.com/Alexhuszagh/rust-lexical'
base_os_version: ubuntu-24-04
Loading