From 779e0a097f921aed6cc0084214728ea8a86755cd Mon Sep 17 00:00:00 2001 From: Starr Brown <112129498+mamicidal@users.noreply.github.com> Date: Sat, 31 Aug 2024 09:12:27 -0400 Subject: [PATCH] Update tools.json Added LeapFix --- _data/tools.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/tools.json b/_data/tools.json index 6d5fda825c..44d84ee048 100644 --- a/_data/tools.json +++ b/_data/tools.json @@ -1961,5 +1961,14 @@ "platforms": "SaaS", "note": "fitoxs is a complete security tool for web applications and API", "type": "DAST" + }, + { + "title": "LeapFix", + "url": "https://marketplace.visualstudio.com/items?itemName=FernandoMengali.leapfix-sast-scan&ssr=false#review-details", + "owner": "Fernando Mengali, Leap", + "license": "Free", + "platforms": "VSCode", + "note": "It is a Visual Studio IDE plugin for static code vulnerability analysis (SAST) finding flaws with high precision and depth in 9 languages", + "type": "SAST" } ]