From 6e6ed28504fe3b2175f7fd6ee961658b8d3bf3e6 Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 5 Nov 2021 03:07:43 +0530 Subject: [PATCH] lint fix --- ...-version-detection.yaml => fastjson-version.yaml} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) rename technologies/{fastjson-version-detection.yaml => fastjson-version.yaml} (68%) diff --git a/technologies/fastjson-version-detection.yaml b/technologies/fastjson-version.yaml similarity index 68% rename from technologies/fastjson-version-detection.yaml rename to technologies/fastjson-version.yaml index fa43434a0e..76a32349e4 100644 --- a/technologies/fastjson-version-detection.yaml +++ b/technologies/fastjson-version.yaml @@ -1,13 +1,12 @@ -id: fastjson-version-detection +id: fastjson-version info: name: Fastjson Version Detection author: yuansec severity: info description: If the server returns an exception to the client,The fastjson version will be retrieved,Fastjson versions greater than 1.2.41,Contains the latest version(1.2.76). - reference: - - https://blog.csdn.net/caiqiiqi/article/details/107907489 - tags: fastjson,version,version detection + reference: https://blog.csdn.net/caiqiiqi/article/details/107907489 + tags: fastjson,tech requests: - raw: @@ -20,7 +19,6 @@ requests: matchers: - type: word - part: body + part: body words: - - "fastjson-version" - + - "fastjson-version" \ No newline at end of file