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: I6a838ad4fb589d6890120458b03b7d1f3780c5ea
This commit is contained in:
Kunal Mehta 2018-08-03 21:05:08 -07:00
parent 423b39c77d
commit 7452cf1dd6

View file

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