From ebb15fcf69c04a757a98ca4ae36e8a408ff6ab59 Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Sat, 21 Nov 2020 20:15:29 +0000 Subject: [PATCH] Update laravel-env.yaml Add additional filenames commonly used here. --- files/laravel-env.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/laravel-env.yaml b/files/laravel-env.yaml index b8c3b57440..81bc19c21c 100644 --- a/files/laravel-env.yaml +++ b/files/laravel-env.yaml @@ -2,13 +2,17 @@ id: laravel-env info: name: Laravel .env file - author: pxmme1337 & dwisiswant0 + author: pxmme1337 & dwisiswant0 & geeknik severity: medium requests: - method: GET path: - "{{BaseURL}}/.env" + - "{{BaseURL}}/.env.dev.local" + - "{{BaseURL}}/.env.development.local" + - "{{BaseURL}}/.env.prod.local" + - "{{BaseURL}}/.env.production.local" matchers-condition: and matchers: - type: regex