From 22f4b70f3842e963dc9a6e9f6d8b5393c0767218 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Sun, 5 Feb 2023 12:08:28 -0500 Subject: [PATCH] Enhancement: exposures/configs/gruntfile-exposure.yaml by mp --- exposures/configs/gruntfile-exposure.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposures/configs/gruntfile-exposure.yaml b/exposures/configs/gruntfile-exposure.yaml index a9b885167b..bf443a0857 100644 --- a/exposures/configs/gruntfile-exposure.yaml +++ b/exposures/configs/gruntfile-exposure.yaml @@ -1,9 +1,14 @@ id: gruntfile-exposure info: - name: Gruntfile Exposure + name: Gruntfile - Detect author: sbani severity: info + description: Gruntfile configuration was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 + cwe-id: CWE-200 reference: - https://gruntjs.com/sample-gruntfile tags: config,exposure @@ -28,3 +33,5 @@ requests: - type: status status: - 200 + +# Enhanced by mp on 2023/02/05