From 648d35c08db4856d823f3440bc008138d2bac271 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 4 Sep 2018 20:37:20 -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: Id3b79e169ff9d156bb7583eded90ac0e9f5e71ab --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd55238..aa1a2ab 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "branch-alias": { "dev-master": "1.x-dev" }, - "installer-name": "Vector" + "installer-name": "Vector", + "phan-taint-check-plugin": "1.4.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "1.0.0",