aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2024-04-15 06:40:28 -0700
committerGitHub <noreply@github.com>2024-04-15 14:40:28 +0100
commit5ef89f79028177b0a6ac5ea2fa3366ebf25f020c (patch)
tree002d7c6eb2815abf7873f1e8c855420b1ab79b34
parent76e6f7d98b74f4b04c0099b12b73561b7bdf3fc7 (diff)
downloadoss-fuzz-5ef89f79028177b0a6ac5ea2fa3366ebf25f020c.tar.gz
Update project.yaml (#11796)
Updated email comments and cleaned up YAML.
-rw-r--r--projects/libyaml/project.yaml24
1 files changed, 11 insertions, 13 deletions
diff --git a/projects/libyaml/project.yaml b/projects/libyaml/project.yaml
index 23db029e2..b2ce865b8 100644
--- a/projects/libyaml/project.yaml
+++ b/projects/libyaml/project.yaml
@@ -1,19 +1,17 @@
homepage: https://github.com/yaml/libyaml
language: c++
-primary_contact: "sigmavirus24@gmail.com"
+primary_contact: ingy@ingy.net
auto_ccs:
- - "alex.gaynor@gmail.com"
- - "perlpunks@googlemail.com"
- - "ingy@ingy.net"
+- perlpunks@googlemail.com
fuzzing_engines:
- - libfuzzer
- - afl
- - honggfuzz
+- libfuzzer
+- afl
+- honggfuzz
sanitizers:
- - address
- - memory
- - undefined
+- address
+- memory
+- undefined
architectures:
- - x86_64
- - i386
-main_repo: 'https://github.com/yaml/libyaml'
+- x86_64
+- i386
+main_repo: https://github.com/yaml/libyaml