We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcae46 commit 68c4749Copy full SHA for 68c4749
projects/frr/Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y git autoconf automake libtool make \
22
libsnmp-dev libcap-dev libelf-dev libpcre3-dev libpcre2-dev \
23
protobuf-c-compiler libprotobuf-c-dev
24
RUN pip3 install pytest
25
-RUN git clone https://github.com/CESNET/libyang.git
+RUN git clone -b v2.0.0 https://github.com/CESNET/libyang.git
26
27
RUN git clone --depth 1 --branch fuzz https://github.com/FRRouting/frr
28
projects/frr/project.yaml
@@ -9,4 +9,6 @@ auto_ccs:
9
- "rwgbsd@gmail.com"
10
fuzzing_engines:
11
- libfuzzer
12
+sanitizers:
13
+ - address
14
main_repo: 'https://github.com/FRRouting/frr'
0 commit comments