aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Andy Green <lws-team@users.noreply.github.com>2022-07-07 09:41:30 +0100
committerGravatar GitHub <noreply@github.com>2022-07-07 10:41:30 +0200
commitb4d9f78ad8e64d5202139cc888a3216660b2a056 (patch)
tree587c6b336b547191491fb2f58861e25b55adb968 /projects
parentae1e11d76b0391bd73552afb939f5fbe7e9e3497 (diff)
projects: add libwebsockets (#7957)
As suggested on https://github.com/warmcat/libwebsockets/issues/2687 I'd like to add lws to oss-fuzz.
Diffstat (limited to 'projects')
-rw-r--r--projects/libwebsockets/project.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/libwebsockets/project.yaml b/projects/libwebsockets/project.yaml
new file mode 100644
index 00000000..f4563bd4
--- /dev/null
+++ b/projects/libwebsockets/project.yaml
@@ -0,0 +1,9 @@
+homepage: "https://libwebsockets.org"
+language: c
+primary_contact: "andy@warmcat.com"
+sanitizers:
+ - address
+ - memory:
+ experimental: True
+ - undefined
+main_repo: 'https://libwebsockets.org/repo/libwebsockets'