mirror of https://github.com/google/oss-fuzz.git
19 lines
597 B
YAML
19 lines
597 B
YAML
homepage: "https://commons.apache.org/proper/commons-bcel/"
|
|
language: jvm
|
|
main_repo: "https://github.com/apache/commons-bcel.git"
|
|
primary_contact: "fuzz-testing@commons.apache.org"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
sanitizers:
|
|
- address
|
|
auto_ccs:
|
|
- "security@commons.apache.org"
|
|
vendor_ccs:
|
|
- "wagner@code-intelligence.com"
|
|
- "yakdan@code-intelligence.com"
|
|
- "glendowne@code-intelligence.com"
|
|
- "patrice.salathe@code-intelligence.com"
|
|
- "hlin@code-intelligence.com"
|
|
- "schaich@code-intelligence.com"
|
|
- "jacek.trossen@code-intelligence.com"
|
|
- "bug-disclosure@code-intelligence.com" |