mirror of https://github.com/google/oss-fuzz.git
Wireshark: Update the repo URLs. (#4851)
* Wireshark: Update the repo URLs. Wireshark's repository is at GitLab. * Update project.yaml Co-authored-by: Abhishek Arya <inferno@chromium.org>
This commit is contained in:
parent
a4207919e6
commit
963832587c
|
@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y ninja-build cmake \
|
|||
flex bison libc-ares-dev \
|
||||
libglib2.0-dev libgcrypt20-dev
|
||||
|
||||
RUN git clone --depth=1 https://code.wireshark.org/review/wireshark
|
||||
RUN git clone --depth=1 https://gitlab.com/wireshark/wireshark.git
|
||||
RUN git clone --depth=1 https://bitbucket.org/jwzawadzki/wireshark-fuzzdb.git
|
||||
|
||||
WORKDIR wireshark
|
||||
|
|
|
@ -14,4 +14,4 @@ fuzzing_engines:
|
|||
- libfuzzer
|
||||
- honggfuzz
|
||||
- afl
|
||||
main_repo: 'https://code.wireshark.org/review/wireshark'
|
||||
main_repo: 'https://gitlab.com/wireshark/wireshark'
|
||||
|
|
Loading…
Reference in New Issue