diff --git a/source/administration/security-checklist.txt b/source/administration/security-checklist.txt index 626ceba7c81..f1f95852b24 100644 --- a/source/administration/security-checklist.txt +++ b/source/administration/security-checklist.txt @@ -104,3 +104,15 @@ these *disabled*, unless required for backwards compatibility. Keep input validation enabled. MongoDB enables input validation by default through the :setting:`~net.wireObjectCheck` setting. This ensures that all documents stored by the :program:`mongod` instance are valid :term:`BSON`. + +Consider Security Standards Compliance +-------------------------------------- +For applications requiring HIPAA or PCI-DSS compliance, please refer to the +`MongoDB Security Reference Architecture `_ to learn more about the key security +capabilities of MongoDB and how they can be used in building a compliant +database. + +Contact MongoDB for Further Guidance +------------------------------------ +MongoDB provides a Security Technical Implementation Guide (STIG) upon +request. Please `contact MongoDB `_ for a copy.