From 3bf26e43f7540bafc21dad53e7085c532e549ee8 Mon Sep 17 00:00:00 2001 From: Mengting Chen Date: Tue, 16 Jan 2024 21:51:47 -0800 Subject: [PATCH] Add NaiveSystems Analyze to tools.json --- _data/tools.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/tools.json b/_data/tools.json index 3615bdebdd..080d11ae9b 100644 --- a/_data/tools.json +++ b/_data/tools.json @@ -1897,5 +1897,14 @@ "platforms": "SaaS", "note": "Aikido Security is a developer-friendly software security platform. It scans your code, containers & cloud in 9 different ways, showing you which security issues and vulnerabilities are actually important to solve. We speed up triaging massively by cutting out the false-positives, and making things human-readable.", "type": "SAST" + }, + { + "title": "NaiveSystems Analyze", + "url": "https://naivesystems.com", + "owner": "Naive Systems Ltd.", + "license": "Commercial or Free", + "platforms": "Windows, macOS and Linux; on-Premises and in Cloud; CLI and CI/CD & IDE plugin", + "note": "NaiveSystems Analyze ensures compliance with functional safety and coding standards including MISRA, AUTOSAR, and CWE. Supports C, C++, Java, and other languages. Get started for free, and scale up if needed.", + "type": "SAST" } ]