From aed02d61b45c12cec7d5fea1256e5e4e81e7c5ec Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 3 Aug 2018 21:31:55 -0700 Subject: [PATCH] Configure phan-taint-check-plugin The plugin checks and flags potential security issues (XSS, SQLi, etc.) using static analysis. See for more details. Bug: T201219 Change-Id: Ib603ba19787c7f08e4d088ed6698eca87b60532b --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 48155eab..7518fefe 100644 --- a/composer.json +++ b/composer.json @@ -40,5 +40,8 @@ "phpcs -p -s", "minus-x check ." ] + }, + "extra": { + "phan-taint-check-plugin": "1.2.0" } }