mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 23:44:17 +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: I6a838ad4fb589d6890120458b03b7d1f3780c5ea
This commit is contained in:
parent
423b39c77d
commit
7452cf1dd6
|
@ -15,5 +15,8 @@
|
|||
"phpcbf",
|
||||
"minus-x fix ."
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"phan-taint-check-plugin": "1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue