Commit Graph

15 Commits

Author SHA1 Message Date
Antoine Pitrou c195dd4965
arrow: Add Felipe Oliveira Carvalho to ccs (#11506)
Felipe Oliveira Carvalho is a committer on Apache Arrow and works
actively on Arrow C++ maintenance. He would like to be involved in
handling issues detected by OSS-Fuzz.
2024-01-17 16:13:10 +00:00
Dongge Liu 7e66453383
Make `Centipede` a default fuzzing engine (#10109)
1. Add `centipede` to `DEFAULT_ENGINES`.
2. Remove the `fuzzing_engines` attribute from `project.yaml`s if
redundant (i.e., all default engines are included in that YAML file).
3. Temporarily disable `centipede` on `c`/`c++` projects that previously
use all `DEFAULT_ENGINES` (200 projects did not specify
`fuzzing_engines` in `project.yaml`) so that we can gradually enable
centipede later them later.
2023-04-21 09:48:45 +10:00
Will Jones a3b45d7c45
Fix email in arrow ccs (#9943)
I think it's failing to let me in because I missed the period.
🤦 Follow up to #9934.

cc @DavidKorczynski
2023-03-20 20:00:58 +00:00
Will Jones 9df7263f34
Add Will Jones to arrow ccs (#9934)
I am a committer and PMC member of Arrow:
https://arrow.apache.org/committers/

See email as example from:

8732b27858
2023-03-16 13:19:29 -07:00
emkornfield edd3dc9d9a
Add some googlers to arrow fuzzer permissions (#9819)
Adds googlers that have interest in some fuzz runs for Arrow/Parquet
2023-02-28 16:14:20 +11:00
Dongge Liu a65aaec1bc
[Rolling out Centipede] Project 11 - 20 (#8802)
Continuing #8801.

The third round of rolling out `Centipede`, which contains the following
10 projects (some are not from within Google):

1. `bloaty`,
2. `double-conversion`,
3. `zopfli`,
4. `guetzli`,
5. `jsonnet`,
6. `astc-encoder`,
7. `piex`,
8. `wuffs`,
9. `arrow`,
10. `myanmar-tools`.

Projects are selected because they are `C++` projects.
2022-10-26 16:59:54 +11:00
Neal Richardson f1f2cb080b
Remove defunct email address from project arrow (#6840) 2021-11-17 14:53:03 +00:00
Antoine Pitrou 3fa5cb1624
[arrow] Add contact (#5033)
Add Kenta Murata to the list of secondary contacts.
2021-01-22 07:26:56 -08:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
jonathanmetzman bf02a7d40d
[Arrow] Update contact info (#3464) 2020-03-05 06:38:45 -08:00
Antoine Pitrou 3a9400d3a2 [arrow] Edit auto-ccs (#3243) 2020-01-16 15:26:01 -08:00
emkornfield 08a04301d6 Add Micah Kornfield to AutoCC (#3240)
I'd like to be able to see these bugs.
2020-01-16 07:46:39 -08:00
Max Moroz d2330b29a6
[arrow] Remove unnecessary (and outdated) comment and default sanitizers. 2020-01-15 09:14:23 -08:00
Antoine Pitrou 648d3f5b7d [arrow] Submit Apache Arrow for inclusion (#3233)
* Submit Apache Arrow for inclusion

Arrow is both an efficient in-memory format for tabular data,
an IPC format with zero-copy capabilities, and a set of interoperable
language implementations (~10 languages currently: C++, Python, Java,
Rust, Go...).

This submission is for fuzzing the Arrow C++ IPC reader.
If accepted, we plan to add other fuzz targets, for example for
reading Parquet files.

* Add license header to project.yaml
2020-01-15 09:13:42 -08:00