Disables customer export functions and masks personal data such as email and phone numbers to reduce exposure of customer PII.
Enables Cross-Origin Resource Sharing (CORS) for Magento 2 REST API requests. Allows configuration of allowed origin domains via the admin panel.
Looking for contributors - Help fix build issues
Restricts Magento backend access to specified IP addresses. Prevents unauthorized logins by limiting access based on IP.
Looking for contributors - Help fix build issues
Content Fuzzyfyr Module for Magento 2
hivecommerce/magento2-content-fuzzyfyr 22
The Content Fuzzyfyr module for Magento2 replaces real content with dummy content. This is for development purposes to prepare test data that matches GDPR restrictions.
Looking for contributors - Help fix build issues
Magento 2 CSP Whitelist
ctidigital/magento2-csp-whitelist 48
Allows managing Content Security Policy (CSP) whitelists via the Magento admin panel. Enables control over allowed resources for various CSP directives.
Restricts customer registration and login based on email patterns defined in the Magento configuration. Allows setting custom error messages for restricted access.
Magento 2 - Admin Activity by KiwiCommerce
kiwicommerce/module-admin-activity 25
Tracks admin activity including actions like add, edit, delete, and login attempts. Provides logs of user login information, IP addresses, and page visit history.
Looking for contributors - Help fix build issues
Rotates the Magento encryption key and re-encrypts stored secrets to remediate a compromised key after the CosmicSting (CVE-2024-34102) vulnerability, with CLI tooling to safely generate and apply a new key.
Strips SQL keywords, statement terminators and comment markers from storefront search queries via a QueryFactory plugin as a defense-in-depth layer, logging every sanitization event for auditing.