diff --git a/CITATION.cff b/CITATION.cff index acd15ebb..adbac8f3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,7 +15,7 @@ abstract: >- 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 16 bugs in + helped identify and fix 5 bugs in PUC Rio Lua and 18 bugs in LuaJIT. type: software repository-code: "https://github.com/ligurio/lua-c-api-tests" diff --git a/README.md b/README.md index 291e7d66..47e29e65 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ cd build && RUNS=100000 ctest -R luaL_gsub_test --verbose ### License -Copyright (C) 2022-2024 [Sergey Bronnikov](https://bronevichok.ru/), +Copyright (C) 2022-2025 [Sergey Bronnikov](https://bronevichok.ru/), released under the ISC license. See a full Copyright Notice in the LICENSE file. diff --git a/TROPHIES.md b/TROPHIES.md index 584fde3f..590e4389 100644 --- a/TROPHIES.md +++ b/TROPHIES.md @@ -55,6 +55,11 @@ 1. stack-buffer-overflow in `narrow_conv_backprop`, https://github.com/LuaJIT/LuaJIT/issues/1262, https://oss-fuzz.com/testcase?key=6250635821907968 +1. Incorrect recording of `getmetatable()` for IO handlers, + https://github.com/LuaJIT/LuaJIT/issues/1279 +1. Uninitialized read in `predict_next()`, + https://oss-fuzz.com/testcase-detail/5091141278564352 + https://github.com/LuaJIT/LuaJIT/issues/1226 ### Tarantool @@ -67,3 +72,9 @@ https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57435 1. Recording of `__concat` in GC64 mode, https://github.com/LuaJIT/LuaJIT/issues/839 + +### Related issues + +1. https://www.lua.org/bugs.html +1. https://github.com/google/oss-fuzz-vulns/tree/main/vulns/lua +1. https://oss-fuzz.com/testcases?project=lua&open=yes