-
## 版本号
~
Mongoose 5.7.5
## 什么问题
~Mongoose版本为5.7.5,低于5.13.20的版本存在Mongoose原型污染链导致的远程代码执行漏洞(CVE-2023-3696)
## 如何复现此问题
~
![Uploading img_v3_025f_3f17e13d-7192-46e1-b69a-2f3704a93fah.jpg…]()
…
-
Hi, I was checking your repository, because I have the idea of adding transactions, but in the case of my project, Mongoose is used. And you use TypeORM which I understand is an alternative to Mongoos…
-
Running on a raspberrypi I don't want to run a local mongo instance.
So I'm using the free tier on MongoDB Atlas but the server can't after doing migrations successfully.
Here are logs from my con…
-
I get the following error after running node server.js . . . Any ideas why?
Any help would be greatly appreciated!
```
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND…
-
我用作者的代码连接了MongoDB数据库的时候,报错出了“Cannot read property 'on' of undefined” 错误,发现是connection.on监听连接成功或失败的回调时出错了,懵逼ing........查了一下,别人是这样写的,
const mongoose = require('mongoose')
const Schema = mongoose.Sc…
-
node_modules\mongoose-csv\node_modules\map-stream\index.js:103
throw err
^
RangeError: Maximum call stack size exceeded
at emitOne (events.js:121:20)
at Stream.emit (eve…
-
## The dependency [mongoose](https://github.com/Automattic/mongoose) was updated from `5.2.14` to `5.2.15`.
🚨 [View failing branch](https://github.com/zhenyulin/ultimate-hot-boilerplate/compare/mast…
-
## The dependency [mongoose](https://github.com/Automattic/mongoose) was updated from `5.3.6` to `5.3.7`.
🚨 [View failing branch](https://github.com/antoniovj1/tfg_gymapp/compare/master...antoniovj1…
-
## Value proposition
As a developer
I need a database
to store the settings the user makes to generate a plot.
## Acceptance Criteria
- [x] Mongo DB collection: "plots"
- [x] Connection between da…
-
Hi...
In your code you expect a "mongoose connection" but internally you use mongoose module to create the schema, that makes problems with other plugins.
Can you please use the same mongoose co…