From 36673ee295b315978040bb91dacf4a94510e7bae Mon Sep 17 00:00:00 2001 From: Milan Williams Date: Thu, 23 Jan 2025 10:52:16 -0800 Subject: [PATCH] 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.