From 85b193c6cc9138288cd3cf7134410f5586839c78 Mon Sep 17 00:00:00 2001 From: Avelino Date: Fri, 4 Feb 2022 11:34:07 -0300 Subject: [PATCH] Code Analysis: description Signed-off-by: Avelino --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c47b1dc9..621b4f87 100644 --- a/README.md +++ b/README.md @@ -2672,6 +2672,8 @@ _Libraries and tools to implement Zero Trust architectures._ ## Code Analysis +_Source code analysis tools, also known as Static Application Security Testing (SAST) Tools._ + - [apicompat](https://github.com/bradleyfalzon/apicompat) - Checks recent changes to a Go project for backwards incompatible changes. - [ChainJacking](https://github.com/Checkmarx/chainjacking) - Find which of your Go lang direct GitHub dependencies is susceptible to ChainJacking attack. - [dupl](https://github.com/mibk/dupl) - Tool for code clone detection.