|
1 | 1 | ## Trophies |
2 | 2 |
|
3 | | -- [Confirmed] "Segmentation fault on msgpack decoding" https://github.com/tarantool/tarantool/issues/7818 |
4 | | -- [Confirmed] "Wrong datetime calculation (A - B + B != A)" https://github.com/tarantool/tarantool/issues/7145 |
5 | | -- [Fixed] "There is a difference of 1 sec with subtraction of the same datetimes" https://github.com/tarantool/tarantool/issues/6882 |
6 | | -- [Confirmed] "Tarantool encode decimal number with unsupported precision" https://github.com/tarantool/tarantool/issues/7112 |
| 3 | +`luzer` has found the following vulnerabilities and bugs. |
| 4 | + |
| 5 | +If you find bugs with `luzer`, we would like to hear from you! |
| 6 | +Feel free to open an issue or submit a pull request. |
| 7 | + |
| 8 | +- "Segmentation fault on msgpack decoding", |
| 9 | + https://github.com/tarantool/tarantool/issues/7818 |
| 10 | +- "Wrong datetime calculation (A - A != B - B)", |
| 11 | + https://github.com/tarantool/tarantool/issues/7144 |
| 12 | +- "Wrong datetime calculation (A - B + B != A)", |
| 13 | + https://github.com/tarantool/tarantool/issues/7145 |
| 14 | +- "There is a difference of 1 sec with subtraction of the same datetimes", |
| 15 | + https://github.com/tarantool/tarantool/issues/6882 |
| 16 | +- "Tarantool encode decimal number with unsupported precision", |
| 17 | + https://github.com/tarantool/tarantool/issues/7112 |
| 18 | +- SIGSEGV on parsing MessagePack buffer: `mp_check_uint: Assertion 'cur < end' failed`, |
| 19 | + https://github.com/tarantool/tarantool/issues/10360 |
| 20 | +- SIGSEGV on parsing MessagePack buffer: `decimal_unpack: Assertion 'len > 0' failed`, |
| 21 | + https://github.com/tarantool/tarantool/issues/10361 |
0 commit comments