From 9cd73607e7a8f42c9a7cb5380835419784a38926 Mon Sep 17 00:00:00 2001 From: Yevhenii Molchanov Date: Tue, 13 Feb 2024 19:01:50 +0100 Subject: [PATCH] Update tools.json --- _data/tools.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/tools.json b/_data/tools.json index 5d7d071847..ffda0e4d30 100644 --- a/_data/tools.json +++ b/_data/tools.json @@ -1925,4 +1925,14 @@ "note": "Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.", "type": "SAST" } + , + { + "title": "L3X", + "url": "https://github.com/VulnPlanet/l3x", + "owner": "VulnPlanet", + "license": "Open Source or Free", + "platforms": "GitHub", + "note": "L3X detects vulnerabilities in Rust and Solidity code based on patterns and AI code analysis. Various LLMs act as validators for vulnerabilities detected by patterns and validate each other's results in AI code analysis. Vulnerabilities are confirmed when they receive confirmation from a majority of validators.", + "type": "SAST" + } ]