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: I32513cdc3ce577b8188176294ba09cbd680a3e52
This commit is contained in:
Kunal Mehta 2018-08-03 21:05:16 -07:00
parent b05cf69270
commit fc05cfe92a
1 changed files with 3 additions and 0 deletions

View File

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