Configure phan-taint-check-plugin

The plugin checks and flags potential security issues (XSS, SQLi, etc.)
using static analysis.

See <https://www.mediawiki.org/wiki/Phan-taint-check-plugin> for more
details.

Change-Id: Id3b79e169ff9d156bb7583eded90ac0e9f5e71ab
This commit is contained in:
Kunal Mehta 2018-09-04 20:37:20 -07:00
parent 8795cee025
commit 648d35c08d
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@
"branch-alias": {
"dev-master": "1.x-dev"
},
"installer-name": "Vector"
"installer-name": "Vector",
"phan-taint-check-plugin": "1.4.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "1.0.0",