Skip to content

Commit 46a0721

Browse files
authored
replace component with a direct link to Supported Languages (#1934)
1 parent bc0a8ca commit 46a0721

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

docs/kb/semgrep-code/reduce-false-positives.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ tags:
88
- Semgrep Community Edition
99
---
1010

11-
import ProRulesLanguageCoverage from "/src/components/reference/_pro-rules-language-coverage.mdx"
1211
import DefCrossFile from "/src/components/concept/_def-cross-file.mdx"
1312
import DefCrossFunction from "/src/components/concept/_def-cross-function.mdx"
1413

@@ -81,10 +80,10 @@ The following features are enabled by default and help reduce false positives.
8180
8281
Semgrep Pro rules are high-confidence, professionally maintained rules provided exclusively by Semgrep.
8382
84-
<ProRulesLanguageCoverage />
85-
8683
The goal of Pro rules is to provide a set of well-supported rules with improved coverage across languages and vulnerability types. Semgrep Pro rules are written using Semgrep’s latest features and, in general, target users who are looking to produce accurate, actionable findings.
8784
85+
To see the languages with Pro rules, go to [Supported languages](/supported-languages#language-maturity-summary).
86+
8887
#### Cross-function analysis
8988
9089
<DefCrossFunction />

docs/semgrep-code/pro-rules.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tags:
1010

1111
import RemoveRuleset from "/src/components/procedure/_remove-ruleset.mdx"
1212
import DisableRule from "/src/components/procedure/_disable-rule.mdx"
13-
import ProRulesLanguageCoverage from "/src/components/reference/_pro-rules-language-coverage.mdx"
1413

1514
# Semgrep Pro rules
1615

@@ -27,14 +26,12 @@ The goal of Pro rules is to provide a set of well-supported rules with improved
2726

2827
## Semgrep Pro rules content
2928

30-
Semgrep Pro rules provide improved coverage for the following languages:
31-
32-
<ProRulesLanguageCoverage />
33-
3429
Semgrep Pro rules provide improved findings across many languages on specific classes of vulnerabilities, such as injection vulnerabilities, deserialization, XXE, and many others, as well as increased support for frameworks and technologies such as Express, Spring, Java Servlets, Laravel, Go net/http, React, Next.js, and Angular.
3530

3631
Semgrep's Security Research team plans to keep improving coverage by adding support for more languages and popular frameworks, as well as reducing potential false positives by monitoring rules’ performance.
3732

33+
To see the languages with Pro rules, go to [Supported languages](/supported-languages#language-maturity-summary).
34+
3835
## Scan with Semgrep Pro rules
3936

4037
Your Semgrep AppSec Platform account already includes Pro rules that are likely to be widely useful, as they are included in the **Default** ruleset. These Pro rules run on all your scans.

src/components/reference/_pro-rules-language-coverage.mdx

-11
This file was deleted.

0 commit comments

Comments
 (0)