From 36673ee295b315978040bb91dacf4a94510e7bae Mon Sep 17 00:00:00 2001 From: Milan Williams Date: Thu, 23 Jan 2025 10:52:16 -0800 Subject: [PATCH 1/3] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6947d3b706..c0fbb47ec0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ Join Semgrep community Slack -Welcome! This repository is the standard library for open source [Semgrep](https://semgrep.dev/) rules. +Welcome! This repository is the library for [Semgrep's](https://semgrep.dev/) Community Edition rules. -In addition to the rules in this repository, the [Semgrep Registry](https://semgrep.dev/explore) offers proprietary [Pro rules](https://semgrep.dev/products/semgrep-code/pro-rules) that enable interfile and interprocedural analysis. +In addition to the rules in this repository, the [Semgrep Registry](https://semgrep.dev/explore) offers proprietary [Pro rules](https://semgrep.dev/products/semgrep-code/pro-rules) that offer additional language coverage, and unlock crossfile and deep dataflow nalysis. -- Find rules: search for open source and Pro rules through the [Semgrep registry search](https://semgrep.dev/r). +- Find rules: search for Community Edition and Pro rules through the [Semgrep registry search](https://semgrep.dev/r). - Use rules: Scan your code with these rules through [Semgrep AppSec Platform](https://semgrep.dev/login) - Contribute to rules: see [Contributing to Semgrep rules](https://semgrep.dev/docs/contributing/contributing-to-semgrep-rules-repository/) for more information. From 3797bc49dbe2b7e21dec80d3b181bcd17d188a24 Mon Sep 17 00:00:00 2001 From: Milan Williams Date: Thu, 23 Jan 2025 12:53:41 -0800 Subject: [PATCH 2/3] Update README.md Co-authored-by: s-santillan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0fbb47ec0..1fb93b63cd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Welcome! This repository is the library for [Semgrep's](https://semgrep.dev/) Community Edition rules. -In addition to the rules in this repository, the [Semgrep Registry](https://semgrep.dev/explore) offers proprietary [Pro rules](https://semgrep.dev/products/semgrep-code/pro-rules) that offer additional language coverage, and unlock crossfile and deep dataflow nalysis. +In addition to the rules in this repository, the [Semgrep Registry](https://semgrep.dev/explore) offers proprietary [Pro rules](https://semgrep.dev/products/semgrep-code/pro-rules) that offer additional language coverage, and unlock crossfile and deep dataflow analysis. - Find rules: search for Community Edition and Pro rules through the [Semgrep registry search](https://semgrep.dev/r). - Use rules: Scan your code with these rules through [Semgrep AppSec Platform](https://semgrep.dev/login) From bcfb0a1293599ec2885f20e4aaa18fb68123e050 Mon Sep 17 00:00:00 2001 From: Milan Williams Date: Thu, 23 Jan 2025 12:54:20 -0800 Subject: [PATCH 3/3] rm library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb93b63cd..598d34378c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Join Semgrep community Slack -Welcome! This repository is the library for [Semgrep's](https://semgrep.dev/) Community Edition rules. +Welcome! This repository contains [Semgrep's](https://semgrep.dev/) Community Edition rules. In addition to the rules in this repository, the [Semgrep Registry](https://semgrep.dev/explore) offers proprietary [Pro rules](https://semgrep.dev/products/semgrep-code/pro-rules) that offer additional language coverage, and unlock crossfile and deep dataflow analysis.