Skip to content

Commit 7483f30

Browse files
committed
docs: update trophies
The page with trophies has been updated: - The statuses have been removed. - Added two additional bugs.
1 parent 649289a commit 7483f30

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

docs/trophies.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
## Trophies
22

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

Comments
 (0)