From 24eac21513da16d161fdefaa7a719d1886da39f9 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 4 Sep 2018 20:36:47 -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: Ief36c5b7c3fc61950e52044fde7feeed9fe28831 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index a2a23f4..78d6d53 100644 --- a/composer.json +++ b/composer.json @@ -15,5 +15,8 @@ "phpcbf", "minus-x fix ." ] + }, + "extra": { + "phan-taint-check-plugin": "1.4.0" } }