Skip to content

[K9VULN-3850] Remove Rust as supported SCA language #29353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Using Software Composition Analysis provides organizations with the following be
Datadog SCA uses a curated proprietary database. The database is sourced from Open Source Vulnerabilities (OSV), National Vulnerability Database (NVD), GitHub advisories, and other language ecosystem advisories, as well as Datadog's own Security Research team's findings. There is a maximum of 2 hours between when a new vulnerability is published and when it appears in Datadog, with emerging vulnerabilities typically appearing in Datadog within minutes.

## Set up Software Composition Analysis
The following languages and technologies are supported:

{{< partial name="code_security/sca-getting-started.html" >}}
The following languages are supported: Python, JavaScript, Java, Csharp, Go, Ruby, PHP

SCA supports both static and runtime dependency detection:
- For static detection, you can scan via your CI/CD pipelines or directly via Datadog with hosted scanning (GitHub-only). Go to the [Code Security setup page][4] or see [static setup][1] to get started.
Expand Down Expand Up @@ -66,7 +64,7 @@ The Libraries [Inventory][8] helps you understand the list of libraries and its
SCA enriches the information Application Performance Monitoring (APM) is already collecting by flagging libraries that match with current vulnerability advisories. Potentially vulnerable services are highlighted directly in the **Security** view embedded in the [APM Software Catalog][10].
- Whether it is reaching end of life
- Whether it is a malicious package
- The health of this library version based on its OpenSSF scorecard breakdown
- The health of this library version based on its OpenSSF scorecard breakdown
- Software supply chain & Software Bill of Materials (SBOM) management

<!-- ### Remediation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ El uso de Software Composition Analysis proporciona a las organizaciones los sig
Datadog SCA utiliza una base de datos propia. La base de datos procede de Open Source Vulnerabilities (OSV), National Vulnerability Database (NVD), asesores de GitHub y otros asesores del ecosistema de lenguajes, así como de los hallazgos del propio equipo de investigación de seguridad de Datadog.

## Configurar Software Composition Analysis
Se admiten los siguientes lenguajes y tecnologías:

{{< partial name="code_security/sca-getting-started.html" >}}
Se admiten los siguientes lenguajes: Python, JavaScript, Java, Csharp, Go, Ruby, PHP

SCA admite la detección de dependencias tanto estática como en tiempo de ejecución:
- Para la detección estática, puedes analizar a través de tus pipelines CI/CD o directamente a través de Datadog con análisis alojado (sólo GitHub). Ve a la [página de configuración de Code Security][4] o consulta la [configuración estática][1] para empezar.
Expand Down Expand Up @@ -84,4 +82,4 @@ El Explorador de vulnerabilidades ofrece recomendaciones para la corrección de
[9]: /es/account_management/rbac/permissions/#integrations
[10]: https://app.datadoghq.com/services?lens=Security
[11]: https://app.datadoghq.com/security/appsec/vm/library
[12]: https://app.datadoghq.com/ci/code-analysis
[12]: https://app.datadoghq.com/ci/code-analysis
33 changes: 0 additions & 33 deletions layouts/partials/code_security/sca-getting-started.html

This file was deleted.

Loading