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: I7dcee85082bbeff1961ebcb99dd8c6a85ec843e8
isekai
Kunal Mehta 7 years ago
parent ba8372c15c
commit bbc88c0c7e

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

Loading…
Cancel
Save