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: Ief36c5b7c3fc61950e52044fde7feeed9fe28831
This commit is contained in:
Kunal Mehta 2018-09-04 20:36:47 -07:00
parent 752557d88b
commit 24eac21513
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.4.0"
}
}