aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/quickjs/project.yaml
diff options
context:
space:
mode:
authorGravatar Catena cyber <35799796+catenacyber@users.noreply.github.com>2020-03-26 09:25:55 +0100
committerGravatar GitHub <noreply@github.com>2020-03-26 01:25:55 -0700
commitb100a222fb1650a9d8228a906c488d68da3530e8 (patch)
treef1fab473e3cbb33a775f5f79b164d52a140f7dd9 /projects/quickjs/project.yaml
parent5a4cb61237afefdcf181f772cc9b684c569a22d9 (diff)
[quickjs] Adds project quickjs (#3540)
* Adds project quickjs * Activate ubsan for quickjs * Loop for fuzz targets * Revert "Activate ubsan for quickjs" This reverts commit 55678410adf64c84473a8b3356206089edfe8eb2. * Language for quickjs
Diffstat (limited to 'projects/quickjs/project.yaml')
-rw-r--r--projects/quickjs/project.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/quickjs/project.yaml b/projects/quickjs/project.yaml
new file mode 100644
index 00000000..a53e0c79
--- /dev/null
+++ b/projects/quickjs/project.yaml
@@ -0,0 +1,8 @@
+homepage: "https://bellard.org/quickjs/"
+language: c
+primary_contact: "fabrice@bellard.org"
+auto_ccs :
+- "p.antoine@catenacyber.fr"
+
+sanitizers:
+- address