aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: ae15e363ccff1871136377d35a1ce28fdb732799 (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: "327677ad48bdd3e87794a1fe3c2becc13288e4b7"
  last_upgrade_date { year: 2022 month: 9 day: 15 }
  license_type: NOTICE
}