From 2a4e5f6da44a394081fe7fe903b1d2204790999c Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 12 Jun 2018 05:01:03 +0000 Subject: [PATCH] Add psecio-parse, a static security scanner --- README.md | 1 + tools.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 5068f603..9d36ed7c 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Nightly builds: https://hub.docker.com/r/jakzal/phpqa-nightly/ * phpstan - [Static Analysis Tool](https://github.com/phpstan/phpstan) * phpunit - [The PHP testing framework](https://phpunit.de/) * psalm - [Finds errors in PHP applications](https://getpsalm.org/) +* psecio-parse - [Parse scanner is a static scanning tool to review your PHP code for potential security-related issues](https://github.com/psecio/parse) * security-checker - [Checks composer dependencies for known security vulnerabilities](https://github.com/sensiolabs/security-checker) * testability - [Analyses and reports testability issues of a php codebase](https://github.com/edsonmedina/php_testability) diff --git a/tools.json b/tools.json index fb62e2d5..a5737973 100644 --- a/tools.json +++ b/tools.json @@ -445,6 +445,18 @@ }, "test": "psalm -h" }, + { + "name": "psecio-parse", + "summary": "Parse scanner is a static scanning tool to review your PHP code for potential security-related issues", + "website": "https://github.com/psecio/parse", + "command": { + "composer-bin-plugin": { + "package": "psecio/parse:dev-master", + "namespace": "psecio-parse" + } + }, + "test": "psecio-parse --version" + }, { "name": "security-checker", "summary": "Checks composer dependencies for known security vulnerabilities",