mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +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. Change-Id: Ief36c5b7c3fc61950e52044fde7feeed9fe28831
This commit is contained in:
parent
752557d88b
commit
24eac21513
|
@ -15,5 +15,8 @@
|
|||
"phpcbf",
|
||||
"minus-x fix ."
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"phan-taint-check-plugin": "1.4.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue