aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: d99af95cd3e76ee799716430772453d31be5bd07 (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://www.code-intelligence.com/"
  }
  url {
    type: GIT
    value: "https://github.com/CodeIntelligenceTesting/jazzer"
  }
  version: "30decf81a147c66fa5a098072c38ab6924ba0aa6"
  last_upgrade_date { year: 2023 month: 6 day: 14 }
  license_type: NOTICE
}