mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-28 00:20:00 +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: Ibb8736ac41c05b4eed5655ee89627a8894df4dba
This commit is contained in:
parent
2f349d8bbf
commit
db5e21e1b9
|
@ -16,5 +16,8 @@
|
||||||
"phpcs -p -s",
|
"phpcs -p -s",
|
||||||
"minus-x check ."
|
"minus-x check ."
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"phan-taint-check-plugin": "1.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue