Skip to content

Commit

Permalink
Merge pull request #63 from jakzal/psecio-parse
Browse files Browse the repository at this point in the history
Add psecio-parse, a static security scanner
  • Loading branch information
jakzal authored Jun 12, 2018
2 parents 12041ee + 2a4e5f6 commit 87ce936
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
12 changes: 12 additions & 0 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 87ce936

Please sign in to comment.