From 6bc8e08e2141b50ca091624aae7e418aaadd3128 Mon Sep 17 00:00:00 2001 From: serhanoztuna <39703574+serhanoztuna@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:37:20 +0300 Subject: [PATCH 1/2] Update tools.json --- _data/tools.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/tools.json b/_data/tools.json index 1b8cfd6cf9..e0d4a4bb2f 100644 --- a/_data/tools.json +++ b/_data/tools.json @@ -8,6 +8,15 @@ "note": "OSTE meta scanner is a comprehensive web vulnerability scanner that combines multiple DAST scanners, including Nikto Scanner, ZAP, Nuclei, SkipFish, and Wapiti.", "type": "DAST" }, + { + "title": "CodeThreat", + "url": "https://www.codethreat.com/", + "owner": "CodeThreat", + "license": "Commercial or Free", + "platforms": "SaaS or On-Premises", + "note": "Developer friendly SAST and SCA solution, Integration with CI/CD pipelines complements a robust DevSecOps strategy, and AI-powered features provide actionable insights with code fix suggestions and potential attack scenarios, helping developers remediate identified issues promptly.", + "type": "SAST" + }, { "title": "Escape", "url": "https://www.escape.tech/", From b73d222610e76b60022c235cfef8fcd478800b9d Mon Sep 17 00:00:00 2001 From: serhanoztuna <39703574+serhanoztuna@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:42:59 +0300 Subject: [PATCH 2/2] Update tools.json --- _data/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/tools.json b/_data/tools.json index e0d4a4bb2f..3615bdebdd 100644 --- a/_data/tools.json +++ b/_data/tools.json @@ -14,7 +14,7 @@ "owner": "CodeThreat", "license": "Commercial or Free", "platforms": "SaaS or On-Premises", - "note": "Developer friendly SAST and SCA solution, Integration with CI/CD pipelines complements a robust DevSecOps strategy, and AI-powered features provide actionable insights with code fix suggestions and potential attack scenarios, helping developers remediate identified issues promptly.", + "note": "Developer-friendly SAST and SCA solutions, Integration with CI/CD pipelines complements a robust DevSecOps strategy, and AI-powered features provide actionable insights with code fix suggestions and potential attack scenarios, helping developers remediate identified issues promptly.", "type": "SAST" }, {