From ec815d80955ce9a5b4b738def5a792e6688a990a Mon Sep 17 00:00:00 2001 From: saikrishna4276 <112056735+saikrishna4276@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:14:29 +0530 Subject: [PATCH] Add Semgrep Semgrep is a fast, open-source, static analysis engine for finding bugs, detecting vulnerabilities in third-party dependencies, and enforcing code standards. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d400d57..9be7d37 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Supported by: [GuardRails.io](https://www.guardrails.io) - [Bandit](https://github.com/PyCQA/bandit) - Bandit is a tool designed to find common security issues in Python code. - [Pyt](https://github.com/python-security/pyt) - A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications. - [Detect Secrets](https://libraries.io/pypi/detect-secrets) - An enterprise friendly way of detecting and preventing secrets in code. +- [Semgrep](https://github.com/returntocorp/semgrep) - A fast, open-source, static analysis engine for finding bugs, detecting vulnerabilities in third-party dependencies, and enforcing code standards. ## Vulnerabilities and Security Advisories