Skip to content

Commit aa21535

Browse files
authored
Use cbor2's fuzzing harness (google#14749)
I moved cbor2's fuzzing harness into the project repo: agronholm/cbor2#234 So now OSS-Fuzz can use that instead of this local copy 👍
1 parent 8c61265 commit aa21535

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

projects/cbor2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2026 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -17,4 +17,4 @@
1717
FROM gcr.io/oss-fuzz-base/base-builder-python
1818
RUN git clone --depth 1 https://github.com/agronholm/cbor2.git
1919
WORKDIR cbor2
20-
COPY build.sh *.py $SRC/
20+
COPY build.sh $SRC/

projects/cbor2/loads_fuzzer.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)