mirror of https://github.com/google/oss-fuzz.git
[Golang] Disable AFL (#2738)
* Update project.yaml * Update project.yaml
This commit is contained in:
parent
3a0c9fbb3a
commit
9e4853525f
|
@ -5,4 +5,6 @@ auto_ccs:
|
||||||
- "mmoroz@chromium.org"
|
- "mmoroz@chromium.org"
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
|
fuzzing_engines:
|
||||||
|
- libfuzzer
|
||||||
view_restrictions: none
|
view_restrictions: none
|
||||||
|
|
Loading…
Reference in New Issue