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: I09c53f9148aad57f73ddf917a84d053e48c07037
This commit is contained in:
Kunal Mehta 2018-08-31 22:05:27 -07:00
parent 961405f222
commit fed937741f

View file

@ -31,5 +31,8 @@
"phpcbf",
"minus-x fix ."
]
},
"extra": {
"phan-taint-check-plugin": "1.4.0"
}
}