File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,11 @@ components.
24
24
<img class="DarkMode-img" alt="Example code showing the overall fuzz test, with a fuzz target within
25
25
it. Before the fuzz target is a corpus addition with f.Add, and the parameters
26
26
of the fuzz target are highlighted as the fuzzing arguments."
27
- src="/security/fuzz/example-dark.png" style="width: 600px; height:
28
- auto;"/>
27
+ src="/security/fuzz/example-dark.png" width="85%"/>
29
28
<img alt="Example code showing the overall fuzz test, with a fuzz target within
30
29
it. Before the fuzz target is a corpus addition with f.Add, and the parameters
31
30
of the fuzz target are highlighted as the fuzzing arguments."
32
- src="/security/fuzz/example.png" style="width: 600px; height:
33
- auto;" class="LightMode-img"/>
31
+ src="/security/fuzz/example.png" width="85%" class="LightMode-img"/>
34
32
35
33
## Writing fuzz tests
36
34
You can’t perform that action at this time.
0 commit comments