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.

Bug: T201219
Change-Id: I0c81983a41a9c8863bd16c7d358b51472b7e9e9a
This commit is contained in:
Kunal Mehta 2018-08-03 21:31:26 -07:00
parent 9ff2069079
commit eab15dfe42

View file

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