From 0b43196217ded4eee62f68baa6f9e6263711a6c3 Mon Sep 17 00:00:00 2001 From: Marcin Kozlowski Date: Sat, 28 Dec 2024 07:28:48 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 964abe9..b04a70e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # AIGraphCodeScan + **AIGraphCodeScan** is a tool designed for performing security reviews of codebases using graph analysis. The package utilizes Neo4j and Fast GraphRAG to query and visualize relationships within the code, helping identify potential security risks and vulnerabilities by analyzing the structure and flow of the code. ## Features