blob: 96a2a26e8bb441f42f75ffa82c70ab441aedf873 [file] [log] [blame]
Muhammad Haseeb Ahmad3f21e912021-12-30 02:46:05 +00001name: "jazzer-api"
2description:
Muhammad Haseeb Ahmad9bb20482021-12-30 19:03:15 +00003 "Jazzer is an open source fuzzing engine for Java code. This API provides "
Muhammad Haseeb Ahmad3f21e912021-12-30 02:46:05 +00004 "useful functions to write an effective fuzz target."
5
6third_party {
7 url {
8 type: HOMEPAGE
9 value: "https://github.com/CodeIntelligenceTesting/jazzer"
10 }
11 url {
12 type: GIT
13 value: "https://github.com/CodeIntelligenceTesting/jazzer"
14 }
15 version: "726cc6bd0c0e26378574f74b712de948e56664ec"
16 last_upgrade_date { year: 2021 month: 12 day: 15 }
17 license_type: NOTICE
18}