| Name: | libbson |
|---|---|
| Version: | 1.3.5 |
| Release: | 7.el7 |
| Architecture: | x86_64 |
| Group: | System Environment/Libraries |
| Size: | 792553 |
| License: | ASL 2.0 and ISC and MIT and zlib |
| RPM: | libbson-1.3.5-7.el7.x86_64.rpm |
| Source RPM: | libbson-1.3.5-7.el7.src.rpm |
| Build Date: | Wed Apr 20 2022 |
| Build Host: | build-ol7-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/mongodb/libbson |
| Summary: | Building, parsing, and iterating BSON documents |
| Description: | This is a library providing useful routines related to building, parsing, and iterating BSON documents <http://bsonspec.org/>. |
- Fix CVE-2022-24795 (an integer overflow leading to heap memory corruption when dealing with large inputs) (bug #2072913)
- Fix CVE-2018-16790 (heap-based buffer over-read in _bson_iter_next_internal()) (bug #1627925)
- Fix validating dbpointer when parsing BSON (CDRIVER-2339) - Fix handling UTF-8 two-byte NUL character (CDRIVER-2401)
- Fix CVE-2017-14227 (a crash when parsing an empty code string of a codewscope type) (bug #1494402)
- Do not panic on allocating zero bytes
- Fix buffer overrun/read in bson_strndup
- 1.3.5 bump
- 1.3.4 bump
- 1.3.3 bump
- Packaged