sansec/magento2-module-shield

Installs: 5 348

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 3

Open Issues: 0

Type:magento2-module

1.0.5 2025-04-10 13:25 UTC

README

Requires Magento 2.3+, PHP 7.2+ and an eComscan account (Advanced or up).

Installation

Note

Still using Composer 1.x? The Shield repository must be added first as packagist is dropping support for Composer 1. But it's better to use Composer 2.

# Composer 1 only!
composer config repositories.sansec-shield vcs https://github.com/sansecio/magento2-module-shield.git
# Composer 1 & 2
composer require sansec/magento2-module-shield
bin/magento setup:upgrade
bin/magento config:set sansec_shield/general/license_key <your license key>
bin/magento sansec:shield:sync-rules

Configuration

You can configure your license key and other settings via System → Configuration → Security → Sansec Shield.

Live reports

You can view live reports at your Sansec Dashboard. If you do not want reports, you can disable it via:

bin/magento config:set sansec_shield/general/report_enabled 0

You can always view detailed logs in var/log/sansec_shield.log.

See for FAQs our Shield guide.

License

Sansec Shield is published under the liberal MIT license.