From cda7245de9a7a1ebd7088a9f93063df38f0201ce Mon Sep 17 00:00:00 2001 From: sandeep Date: Thu, 21 Oct 2021 04:21:52 +0530 Subject: [PATCH] misc update --- .../{gruntfile.yaml => gruntfile-exposure.yaml} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename exposures/configs/{gruntfile.yaml => gruntfile-exposure.yaml} (78%) diff --git a/exposures/configs/gruntfile.yaml b/exposures/configs/gruntfile-exposure.yaml similarity index 78% rename from exposures/configs/gruntfile.yaml rename to exposures/configs/gruntfile-exposure.yaml index bac81870cb..a4fddba012 100644 --- a/exposures/configs/gruntfile.yaml +++ b/exposures/configs/gruntfile-exposure.yaml @@ -1,7 +1,7 @@ -id: gruntfile +id: gruntfile-exposure info: - name: gruntfile exposure + name: Gruntfile Exposure author: sbani severity: info reference: https://gruntjs.com/sample-gruntfile @@ -9,18 +9,20 @@ info: requests: - method: GET - redirects: true - max-redirects: 3 path: - "{{BaseURL}}/Gruntfile.js" - "{{BaseURL}}/Gruntfile.coffee" + redirects: true + max-redirects: 2 matchers-condition: and matchers: - type: word + part: body + condition: and words: - "module.exports" - part: body + - "grunt" - type: status status: