From 880c1856e05dde5ec0e6e21c9682fa11ea0c7f67 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 11 May 2017 22:06:50 +0200 Subject: [PATCH] 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. --- projects/libxslt/project.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 projects/libxslt/project.yaml diff --git a/projects/libxslt/project.yaml b/projects/libxslt/project.yaml new file mode 100644 index 000000000..088645475 --- /dev/null +++ b/projects/libxslt/project.yaml @@ -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