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: Ib603ba19787c7f08e4d088ed6698eca87b60532b
This commit is contained in:
@@ -40,5 +40,8 @@
|
||||
"phpcs -p -s",
|
||||
"minus-x check ."
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"phan-taint-check-plugin": "1.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user