diff --git a/Dockerfile b/Dockerfile index e2af141..bd87c4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN apk add --no-cache git && \ apk del --purge git && \ vendor/bin/phpcs --config-set \ installed_paths \ - "/usr/src/app/vendor/drupal/coder/coder_sniffer,/usr/src/app/vendor/escapestudios/symfony2-coding-standard,/usr/src/app/vendor/wp-coding-standards/wpcs,/usr/src/app/vendor/yiisoft/yii2-coding-standards,/usr/src/app/vendor/magento/marketplace-eqp" && \ + "/usr/src/app/vendor/drupal/coder/coder_sniffer,/usr/src/app/vendor/escapestudios/symfony2-coding-standard,/usr/src/app/vendor/wp-coding-standards/wpcs,/usr/src/app/vendor/yiisoft/yii2-coding-standards,/usr/src/app/vendor/magento/marketplace-eqp,/usr/src/app/vendor/pheromone/phpcs-security-audit" && \ chown -R app:app . && \ rm -r ~/.composer diff --git a/composer.json b/composer.json index a7a445c..790a593 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ "escapestudios/symfony2-coding-standard": "^2.10", "wp-coding-standards/wpcs": "^1.0.0", "yiisoft/yii2-coding-standards": "^2.0", - "magento/marketplace-eqp": "^1.0" + "magento/marketplace-eqp": "^1.0", + "pheromone/phpcs-security-audit": "^1.0" } } diff --git a/composer.lock b/composer.lock index 06eafbf..61c5fed 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ca9866abf2d7c3279c42d023ad696abe", + "content-hash": "55fa673ad819714240c5b0af20c4b47a", "packages": [ { "name": "barracudanetworks/forkdaemon-php", @@ -103,15 +103,9 @@ "version": "8.2.12", "source": { "type": "git", - "url": "https://git.drupal.org/project/coder.git", + "url": "https://git.drupalcode.org/project/coder.git", "reference": "984c54a7b1e8f27ff1c32348df69712afd86b17f" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/klausi/coder/zipball/984c54a7b1e8f27ff1c32348df69712afd86b17f", - "reference": "984c54a7b1e8f27ff1c32348df69712afd86b17f", - "shasum": "" - }, "require": { "ext-mbstring": "*", "php": ">=5.4.0", @@ -196,6 +190,38 @@ ], "description": "A set of PHP_CodeSniffer rules and sniffs." }, + { + "name": "pheromone/phpcs-security-audit", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/FloeDesignTechnologies/phpcs-security-audit.git", + "reference": "7586825d6b12c9d305561de28d612c4831792e9b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FloeDesignTechnologies/phpcs-security-audit/zipball/7586825d6b12c9d305561de28d612c4831792e9b", + "reference": "7586825d6b12c9d305561de28d612c4831792e9b", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "squizlabs/php_codesniffer": "~1.5.1 || >=2.3.3 <3.0" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-or-later" + ], + "authors": [ + { + "name": "Jonathan Marcil", + "homepage": "https://twitter.com/jonathanmarcil" + } + ], + "description": "phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code", + "time": "2018-02-20T04:45:18+00:00" + }, { "name": "squizlabs/php_codesniffer", "version": "2.9.1", @@ -455,12 +481,12 @@ "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", + "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755", + "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755", "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755", "shasum": "" }, @@ -569,5 +595,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }