Skip to content

Commit b760269

Browse files
authored
update wording re: dependency paths (#1957)
1 parent ac771cd commit b760269

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ See the [Supported languages](/supported-languages#semgrep-code-and-oss) documen
126126
- Apply rules in different modes, such as monitor, comment, block, or disable, to align with security workflows.
127127
- Integrate policy management into CI/CD pipelines to ensure consistent enforcement during software development.
128128
- [Semgrep Managed Scans](/deployment/managed-scanning/azure) for repositories hosted by **Azure DevOps** is now in public beta.
129-
- [Dependency Paths](/semgrep-supply-chain/dependency-search#view-the-dependency-path) are now available for the following languages and package managers:
130-
- **JavaScript**: all package managers are supported by Semgrep.
129+
- [Dependency Paths](/semgrep-supply-chain/dependency-search#view-the-dependency-path) are now available in public beta for the following languages and package managers:
130+
- **JavaScript**: npm, pnpm, and yarn are supported.
131131
- **Python**: Only Poetry is supported.
132132
- Semgrep now ingests CVE information from [<i class="fas fa-external-link fa-xs"></i> Electron release notes](https://releases.electronjs.org/releases/stable). This information is used to generate rules that can detect if you're affected by CVEs from this source.
133133
- [Noise filtering](/semgrep-assistant/overview#noise-filtering-beta) is now in public beta. With Noise Filtering, Assistant evaluates each Semgrep Code finding to determine if it's a true positive using additional context and prevents a PR comment from being posted in the developer workflow if it's not.

docs/release-notes/january-2025.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ tags:
7171
### Added
7272

7373
<!-- Dependency graphs? -->
74-
- [Dependency Paths](/semgrep-supply-chain/dependency-search#view-the-dependency-path) are now available for the following languages and package managers:
75-
- **JavaScript**: all package managers are supported by Semgrep.
74+
- [Dependency Paths](/semgrep-supply-chain/dependency-search#view-the-dependency-path) are now available in **public beta** for the following languages and package managers:
75+
- **JavaScript**: npm, pnpm, and yarn are supported.
7676
- **Python**: Only Poetry is supported.
77+
Reach out to [Semgrep Support](/docs/support) to join the beta program.
7778
- **C#**: Semgrep can now scan NuGet codebases without the need for a lockfile. This feature is in **private beta**. See also [Scan a project without lockfiles](/semgrep-supply-chain/getting-started#scan-a-project-without-lockfiles-beta). Reach out to [<i class="fa-regular fa-envelope"></i> [email protected]](mailto:[email protected]) to join the beta program.
7879
- Semgrep now ingests CVE information from [<i class="fas fa-external-link fa-xs"></i> Electron release notes](https://releases.electronjs.org/releases/stable). This information is used to generate rules that can detect if you're affected by CVEs from this source.
7980

docs/release-notes/latest.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ tags:
7272
### Added
7373

7474
<!-- Dependency graphs? -->
75-
- [Dependency Paths](/semgrep-supply-chain/dependency-search#view-the-dependency-path) are now available for the following languages and package managers:
76-
- **JavaScript**: all package managers are supported by Semgrep.
75+
- [Dependency Paths](/semgrep-supply-chain/dependency-search#view-the-dependency-path) are now available in **public beta** for the following languages and package managers:
76+
- **JavaScript**: npm, pnpm, and Yarn are supported.
7777
- **Python**: Only Poetry is supported.
78+
Reach out to [Semgrep Support](/docs/support) to join the beta program.
7879
- **C#**: Semgrep can now scan NuGet codebases without the need for a lockfile. This feature is in **private beta**. See also [Scan a project without lockfiles](/semgrep-supply-chain/getting-started#scan-a-project-without-lockfiles-beta). Reach out to [<i class="fa-regular fa-envelope"></i> [email protected]](mailto:[email protected]) to join the beta program.
7980
- Semgrep now ingests CVE information from [<i class="fas fa-external-link fa-xs"></i> Electron release notes](https://releases.electronjs.org/releases/stable). This information is used to generate rules that can detect if you're affected by CVEs from this source.
8081

0 commit comments

Comments
 (0)