mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-23 15:56:52 +00:00
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:
parent
9ff2069079
commit
eab15dfe42
|
@ -15,5 +15,8 @@
|
|||
"phpcs -p -s",
|
||||
"minus-x check ."
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"phan-taint-check-plugin": "1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue