aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 96a2a26e8bb441f42f75ffa82c70ab441aedf873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "jazzer-api"
description:
    "Jazzer is an open source fuzzing engine for Java code. This API provides "
    "useful functions to write an effective fuzz target."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/CodeIntelligenceTesting/jazzer"
  }
  url {
    type: GIT
    value: "https://github.com/CodeIntelligenceTesting/jazzer"
  }
  version: "726cc6bd0c0e26378574f74b712de948e56664ec"
  last_upgrade_date { year: 2021 month: 12 day: 15 }
  license_type: NOTICE
}