Skip to content

Commit e6c6e28

Browse files
authored
[jackson-*] Add other project members to CC (#14921)
Add @pjfanning and myself as CC to all jackson OSS-Fuzz projects. Fanning is already a contact on some of them. We're both part of the FasterXML github org: https://github.com/orgs/FasterXML/people @cowtowncoder Please confirm whether this is alright with you.
1 parent e2efd7c commit e6c6e28

File tree

8 files changed

+20
-0
lines changed

8 files changed

+20
-0
lines changed

projects/jackson-core/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ auto_ccs:
1111
- "Adam@adalogics.com"
1212
- "David@adalogics.com"
1313
- "fanningpj@gmail.com"
14+
- "me@yawk.at"
1415
vendor_ccs:
1516
- "norbert.schneider@code-intelligence.com"

projects/jackson-databind/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ auto_ccs:
1010
- "Adam@adalogics.com"
1111
- "David@adalogics.com"
1212
- "fanningpj@gmail.com"
13+
- "me@yawk.at"
1314
vendor_ccs:
1415
- "yakdan@code-intelligence.com"
1516
- "patrice.salathe@code-intelligence.com"

projects/jackson-dataformat-xml/project.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ fuzzing_engines:
66
main_repo: "https://github.com/FasterXML/jackson-dataformat-xml"
77
sanitizers:
88
- address
9+
auto_ccs:
10+
- "fanningpj@gmail.com"
11+
- "me@yawk.at"
912
vendor_ccs:
1013
- "norbert.schneider@code-intelligence.com"
1114
- "adam@adalogics.com"

projects/jackson-dataformats-binary/project.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ fuzzing_engines:
66
main_repo: "https://github.com/FasterXML/jackson-dataformats-binary"
77
sanitizers:
88
- address
9+
auto_ccs:
10+
- "fanningpj@gmail.com"
11+
- "me@yawk.at"
912
vendor_ccs:
1013
- "norbert.schneider@code-intelligence.com"
1114
- "adam@adalogics.com"

projects/jackson-dataformats-text/project.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ fuzzing_engines:
66
- libfuzzer
77
sanitizers:
88
- address
9+
auto_ccs:
10+
- "fanningpj@gmail.com"
11+
- "me@yawk.at"
912
vendor_ccs:
1013
- "yakdan@code-intelligence.com"
1114
- "patrice.salathe@code-intelligence.com"

projects/jackson-datatype-joda/project.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ main_repo: "https://github.com/FasterXML/jackson-datatype-joda"
77
sanitizers:
88
- address
99
primary_contact: "tatu@fasterxml.com"
10+
auto_ccs:
11+
- "fanningpj@gmail.com"
12+
- "me@yawk.at"
1013
vendor_ccs:
1114
- "adam@adalogics.com"
1215
- "david@adalogics.com"

projects/jackson-datatypes-collections/project.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ main_repo: "https://github.com/FasterXML/jackson-datatypes-collections"
77
sanitizers:
88
- address
99
primary_contact: "tatu@fasterxml.com"
10+
auto_ccs:
11+
- "fanningpj@gmail.com"
12+
- "me@yawk.at"
1013
vendor_ccs:
1114
- "adam@adalogics.com"
1215
- "david@adalogics.com"

projects/jackson-modules-java8/project.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ fuzzing_engines:
66
- libfuzzer
77
sanitizers:
88
- address
9+
auto_ccs:
10+
- "fanningpj@gmail.com"
11+
- "me@yawk.at"
912
vendor_ccs:
1013
- "yakdan@code-intelligence.com"
1114
- "patrice.salathe@code-intelligence.com"

0 commit comments

Comments
 (0)