-
Hi, we want to upgrade from spring boot 2.5.x to version 2.6.x. In the new version of SB, the spring data mongo db was updated from version 3.2.x to 3.3.x.
In our code base, we often use `MappingMo…
-
For some reason, the bson binding is incorrectly reading the `typ` field. When iterating over documents, the JSON representation (which is made by the BSON library in C) is made correctly. However, th…
-
**What would you like to be added**:
Yorkie has no limits yet. It would be nice to add limits as below.
Key | Name | Description
------|-------------|-----
`max-document-bytes` | Maximum d…
-
Vulnerable Library - mongodb-2.2.36.tgz
The official MongoDB driver for Node.js
Library home page: https://registry.npmjs.org/mongodb/-/mongodb-2.2.36.tgz
Path to dependency file: /package.json
Path…
-
When decoding a `SerialKind.OBJECT` the `BsonFlexibleDecoder` does not start the document read, but it does end it.
https://github.com/jershell/kbson/blob/master/src/main/kotlin/com/github/jershell…
-
Hello,
When I send a mail with attachment file larger than 16MB, mongo rejected message.
Mongo refuse BSON document larger than 16MB, and it recommends to use GridFS : https://docs.mongodb.com/man…
-
Vulnerable Library - gun-mongo-0.1.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: d6f11282ee9f4af0baad5df06570b6a9700994af
## Vulne…
-
I've noticed the following error while trying to insert large point clouds in the database:
```
[ERROR] [WallTime: 1418751775.204544] Error processing request: BSON document too large (136251207 byte…
-
### Code
```Rust
trait Cut {
fn floor(&mut self) -> (Option, Bson)
where
Self: Serialize,
{
match serde_json::to_string(&self) {
Ok(json) => mat…
-
@hawesie we can't save the fremengrids on the mongodb using message store each message is 93MB and the maximum document size for message_store is 16MB. Any suggestion?
``` bash
[ERROR] [1462353876.93…