aboutsummaryrefslogtreecommitdiff
path: root/projects/libfido2/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libfido2/project.yaml')
-rw-r--r--projects/libfido2/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/libfido2/project.yaml b/projects/libfido2/project.yaml
index 5a351a07c..d335eea9b 100644
--- a/projects/libfido2/project.yaml
+++ b/projects/libfido2/project.yaml
@@ -9,7 +9,8 @@ auto_ccs:
sanitizers:
- address
- undefined
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
fuzzing_engines:
- libfuzzer
-main_repo: 'https://github.com/Yubico/libfido2'
+main_repo: 'https://github.com/Yubico/libfido2' \ No newline at end of file