Add project.yaml for libxslt (#574)

I added dominicc@chromium.org and ddkilzer@apple.com to auto_ccs.
They're already listed in libxml2's project.yaml and I worked with both
of them when reporting libxslt issues in the past.
This commit is contained in:
Nick Wellnhofer 2017-05-11 22:06:50 +02:00 committed by Abhishek Arya
parent 43838854c1
commit 880c1856e0
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
homepage: "http://www.xmlsoft.org/libxslt/"
primary_contact: "wellnhofer@aevum.de"
auto_ccs:
- "dominicc@chromium.org"
- "ddkilzer@apple.com"
sanitizers:
- address
- memory
- undefined