aboutsummaryrefslogtreecommitdiff
path: root/projects/uriparser/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/uriparser/project.yaml')
-rw-r--r--projects/uriparser/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/uriparser/project.yaml b/projects/uriparser/project.yaml
index 9ca257378..ec64c6468 100644
--- a/projects/uriparser/project.yaml
+++ b/projects/uriparser/project.yaml
@@ -3,9 +3,10 @@ language: c++
primary_contact: "webmaster@hartwork.org"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
architectures:
- x86_64
- i386
-main_repo: 'https://github.com/uriparser/uriparser'
+main_repo: 'https://github.com/uriparser/uriparser' \ No newline at end of file