aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: a9f0a42c45017dc6aae275c8b1f937db9e0fad34 (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 opensource 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
}