mirror of https://github.com/google/oss-fuzz.git
json-flattener: Add primary contact (#10645)
Add primary contact email to project.yaml
This commit is contained in:
parent
1ec1e3d8f3
commit
e26fc016fe
|
@ -1,5 +1,6 @@
|
||||||
homepage: "https://github.com/wnameless/json-flattener/"
|
homepage: "https://github.com/wnameless/json-flattener/"
|
||||||
language: jvm
|
language: jvm
|
||||||
|
primary_contact: "wnameless@gmail.com"
|
||||||
fuzzing_engines:
|
fuzzing_engines:
|
||||||
- libfuzzer
|
- libfuzzer
|
||||||
main_repo: "https://github.com/wnameless/json-flattener/"
|
main_repo: "https://github.com/wnameless/json-flattener/"
|
||||||
|
@ -11,4 +12,4 @@ vendor_ccs:
|
||||||
- "glendowne@code-intelligence.com"
|
- "glendowne@code-intelligence.com"
|
||||||
- "patrice.salathe@code-intelligence.com"
|
- "patrice.salathe@code-intelligence.com"
|
||||||
- "hlin@code-intelligence.com"
|
- "hlin@code-intelligence.com"
|
||||||
- "bug-disclosure@code-intelligence.com"
|
- "bug-disclosure@code-intelligence.com"
|
||||||
|
|
Loading…
Reference in New Issue