aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openpyxl/project.yaml
diff options
context:
space:
mode:
authorGravatar Arthur Chan <gamease@hotmail.com>2022-06-28 01:17:07 +0100
committerGravatar GitHub <noreply@github.com>2022-06-28 01:17:07 +0100
commite7af68a230d7d64407203c0ffd5c9ee1af75edb3 (patch)
treeb95dd0ae13be01167c8b0358b11e33b66c86600f /projects/openpyxl/project.yaml
parent65bc9c9ceadca5dc852615efff12028794165cb9 (diff)
openpyxl: Initial integration (#7772)
* openpyxl: Initial integration Build initial fuzzer * Fix fuzzer * Fix fuzzer * Fix fuzzer * Fix fuzzer comments * Create new fuzzers - fuzz_basic.py - Basic workbook fuzzer - fuzz_load.py - File loading fuzzer - fuzz_chart.py - Chart fuzzer - fuzz_comment.py - Sheet comments fuzzer - fuzz_formulae.py - Formulae parsing fuzzer - fuzz_sort.py - Data sort and filter fuzzer - fuzz_sheet.py - Worksheet management fuzzer - fuzz_cellutil.py - Cell utils fuzzer * Fix project contact
Diffstat (limited to 'projects/openpyxl/project.yaml')
-rw-r--r--projects/openpyxl/project.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/projects/openpyxl/project.yaml b/projects/openpyxl/project.yaml
new file mode 100644
index 00000000..ef3d74ae
--- /dev/null
+++ b/projects/openpyxl/project.yaml
@@ -0,0 +1,13 @@
+fuzzing_engines:
+- libfuzzer
+homepage: https://foss.heptapod.net/openpyxl/openpyxl
+language: python
+main_repo: https://foss.heptapod.net/openpyxl/openpyxl
+primary_contact: "charlie.clark@clark-consulting.eu"
+sanitizers:
+- address
+- undefined
+vendor_ccs:
+- david@adalogics.com
+- adam@adalogics.com
+- arthur.chan@adalogics.com