aboutsummaryrefslogtreecommitdiff
path: root/projects/libsass/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libsass/project.yaml')
-rw-r--r--projects/libsass/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/libsass/project.yaml b/projects/libsass/project.yaml
index 7c1c2f365..fb5521b84 100644
--- a/projects/libsass/project.yaml
+++ b/projects/libsass/project.yaml
@@ -4,10 +4,11 @@ primary_contact: "xzyfer@gmail.com"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
labels:
data_context_fuzzer:
- sundew
-main_repo: 'https://github.com/sass/libsass.git'
+main_repo: 'https://github.com/sass/libsass.git' \ No newline at end of file