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: Ibb8736ac41c05b4eed5655ee89627a8894df4dba
This commit is contained in:
Kunal Mehta 2018-08-20 21:46:31 -07:00
parent 2f349d8bbf
commit db5e21e1b9

View file

@ -16,5 +16,8 @@
"phpcs -p -s",
"minus-x check ."
]
},
"extra": {
"phan-taint-check-plugin": "1.3.0"
}
}