commit 9d3d543aa768da31e2df9e39f1b480eb566349b5 from: Sergey Bronnikov date: Sat Aug 17 08:35:52 2024 UTC docs: add citation information for the project CITATION.cff files are plain text files with human- and machine-readable citation information for software (and datasets). Code developers can include them in their repositories to let others know how to correctly cite their software, see [1] and [2]. The patch adds a citation information for the project. 1. https://citation-file-format.github.io/ 2. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files commit - 2ec5436e90f16c2a59636119dfa46556fcae4c1c commit + 9d3d543aa768da31e2df9e39f1b480eb566349b5 blob - /dev/null blob + 1145bc84f8942aaf2660aa51aa296c466a93d792 (mode 644) --- /dev/null +++ CITATION.cff @@ -0,0 +1,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: estetus@gmail.com +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 and 15 bugs in + LuaJIT. +type: software +repository-code: "https://github.com/ligurio/lua-c-api-tests" +keywords: + - fuzzing + - lua + - luajit + - open-source + - security +license: ISC