Last updated: 2020-03-25
This documents provides a list of security measures that you should implement to protect your MongoDB installation.本文档提供了为保护MongoDB安装而应实施的安全措施列表。The list is not meant to be exhaustive.这份清单并非详尽无遗。
|
Tip
|
Note
|
Note
| |
See Auditing and Configure Auditing. |
|
mapReduce , $where , $accumulator , and $function .mapReduce 、$where 、$accumulator 和$function 。--noscripting option on the command line.--noscripting 选项禁用服务器端脚本。 | |
net.wireObjectCheck setting.net.wireObjectCheck 设置。mongod instance are valid BSON.mongod 实例存储的所有文档都是有效的BSON。 |
|