├── Config.php ├── FileSecurity.php ├── LICENSE.txt ├── README.txt ├── TESTING.txt ├── VendorHardeningPlugin.php └── composer.json /Config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drupal/core-vendor-hardening/HEAD/Config.php -------------------------------------------------------------------------------- /FileSecurity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drupal/core-vendor-hardening/HEAD/FileSecurity.php -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drupal/core-vendor-hardening/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drupal/core-vendor-hardening/HEAD/README.txt -------------------------------------------------------------------------------- /TESTING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drupal/core-vendor-hardening/HEAD/TESTING.txt -------------------------------------------------------------------------------- /VendorHardeningPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drupal/core-vendor-hardening/HEAD/VendorHardeningPlugin.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drupal/core-vendor-hardening/HEAD/composer.json --------------------------------------------------------------------------------