1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:17:34 +00:00

Lagom/Fuzzers: Add URL fuzzer

This commit is contained in:
Luke 2020-11-29 23:52:19 +00:00 committed by Andreas Kling
parent ba020a5907
commit 030dac8c4d
2 changed files with 35 additions and 0 deletions

View file

@ -30,6 +30,7 @@ add_simple_fuzzer(FuzzMarkdown)
add_simple_fuzzer(FuzzRegexECMA262)
add_simple_fuzzer(FuzzRegexPosixExtended)
add_simple_fuzzer(FuzzShell)
add_simple_fuzzer(FuzzURL)
if (NOT ENABLE_OSS_FUZZ AND NOT ENABLE_FUZZER_SANITIZER)
add_executable(FuzzilliJs FuzzilliJs.cpp)