-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCITATION.cff
28 lines (28 loc) · 871 Bytes
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cff-version: 1.2.0
message: >-
If you use this software, please cite it using the
metadata from this file.
authors:
- given-names: "Sergey"
family-names: "Bronnikov"
orcid: https://orcid.org/0009-0003-1545-032X
email: [email protected]
type: software
title: "lua-c-api-tests"
abstract: >-
lua-c-api-tests is an open-source project that provides
continuous fuzzing for Lua runtimes: PUC Rio Lua and LuaJIT.
It aims to make these open-source software more secure and
stable by combining modern fuzzing techniques with scalable,
distributed execution. As of August 2024, lua-c-api-tests has
helped identify and fix 5 bugs in PUC Rio Lua, 23 bugs in
LuaJIT, and 4 bugs in Tarantool.
type: software
repository-code: "https://github.com/ligurio/lua-c-api-tests"
keywords:
- fuzzing
- lua
- luajit
- open-source
- security
license: ISC