From bbc88c0c7ec905aa83a78377efa3b579eabab3d2 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 4 Sep 2018 20:37:16 -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. Change-Id: I7dcee85082bbeff1961ebcb99dd8c6a85ec843e8 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 2fc4b15..4b78fc3 100644 --- a/composer.json +++ b/composer.json @@ -16,5 +16,8 @@ "phpcs -p -s", "minus-x check ." ] + }, + "extra": { + "phan-taint-check-plugin": "1.4.0" } }