aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/g-py-bigquery/project.yaml
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2022-06-28 17:22:02 -0200
committerGravatar GitHub <noreply@github.com>2022-06-28 20:22:02 +0100
commitf40452d714b48b4130dbc5d199ce97f49df6b3ef (patch)
tree45ed56a9eb46436950de34632f5672d035d0d9eb /projects/g-py-bigquery/project.yaml
parent1ae8bf7ee437e1d0289d4def1d6f9ec6bc0bc829 (diff)
py-bigquery: initial integration (#7744)
* py-bigquery: initial integration * rename project for the reasons described here https://github.com/google/oss-fuzz/pull/7900 * update pip and install grpcio in dockerfile
Diffstat (limited to 'projects/g-py-bigquery/project.yaml')
-rw-r--r--projects/g-py-bigquery/project.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/projects/g-py-bigquery/project.yaml b/projects/g-py-bigquery/project.yaml
new file mode 100644
index 00000000..a2f5760d
--- /dev/null
+++ b/projects/g-py-bigquery/project.yaml
@@ -0,0 +1,11 @@
+fuzzing_engines:
+- libfuzzer
+homepage: https://github.com/googleapis/python-bigquery
+language: python
+main_repo: https://github.com/googleapis/python-bigquery
+sanitizers:
+- address
+- undefined
+vendor_ccs:
+- david@adalogics.com
+- adam@adalogics.com