Skip to content
Merged
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 @@ -889,7 +889,7 @@ Available since dd-trace-py v3.7, `track_user_sdk` provides 5 functions:

Available since dd-trace-py v3.17, `track_user_sdk` provides this additional function:

- `tracker_user_id`
- `track_user_id`


```python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ These are supported on the following architectures:
- macOS (Darwin) x86-64, ARM64
- Windows (msvc) x86, x86-64

For a complete list of supported versions abd operating systems, see the [.NET Core tracer documentation][3] and [.NET Framework tracer documentation][4].
For a complete list of supported versions and operating systems, see the [.NET Core tracer documentation][3] and [.NET Framework tracer documentation][4].

You must be running Datadog Agent v7.41.1+ for App and API Protection features.

Expand Down
2 changes: 1 addition & 1 deletion content/en/security/application_security/setup/go/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func loginHandler(w http.ResponseWriter, r *http.Request) {

func authMiddleware(next http.HandlerFunc) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
user := "<username>" // Do real authentification here
user := "<username>" // Do real authentication here

// Set user context on all authenticated requests
if err := appsec.SetUser(r.Context(), user); err != nil && events.IsSecurityError(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases:
further_reading:
- link: "/security/application_security/setup/go/sdk"
tag: "Documentation"
text: "App & API Protecion SDK for Go"
text: "App & API Protection SDK for Go"
- link: "/security/application_security/add-user-info/"
tag: "Documentation"
text: "Adding user information to traces"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ It's recommended to use <a href="https://www.php.net/supported-versions">officia
| 7.1.x | General Availability | All |
| 7.0.x | General Availability | All |

App and API Protection capabililties for PHP support the following SAPI's:
App and API Protection capabilities for PHP support the following SAPI's:

| SAPI | Support type |
|:---------------|:----------------|
Expand All @@ -59,7 +59,7 @@ App and API Protection capabililties for PHP support the following SAPI's:

## Supported processor architectures

App and API Protection capabililties for PHP support the following architectures:
App and API Protection capabilities for PHP support the following architectures:

| Processor architectures | Support level | Package version |
| ------------------------------------------|-----------------------|----------------------------------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ AAP data is sent with APM traces. See [APM troubleshooting][4] to [confirm APM s

### Confirm tracer versions are updated

See the App and API Protection product set up documentation to validate you you are using the right version of the tracer. These minimum versions are required to start sending telemetry data that includes library information.
See the App and API Protection product set up documentation to validate you are using the right version of the tracer. These minimum versions are required to start sending telemetry data that includes library information.

### Ensure the communication of telemetry data

Expand Down
2 changes: 1 addition & 1 deletion content/en/security/code_security/iast/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ DD_ENV=<YOUR_ENVIRONMENT>

{{% collapse-content title="Python" level="h4" %}}

You can detect code-level vulnerabilities and monitor application security in Python applicationss running in Docker, Kubernetes, Amazon ECS, and AWS Fargate.
You can detect code-level vulnerabilities and monitor application security in Python applications running in Docker, Kubernetes, Amazon ECS, and AWS Fargate.

Follow these steps to enable Runtime Code Analysis (IAST) in your service:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ java -javaagent:dd-java-agent.jar \

## Data Retention

Datadog stores findings in accordance with our [Data Rentention Periods](https://docs.datadoghq.com/data_security/data_retention_periods/). Datadog does not store or retain customer source code.
Datadog stores findings in accordance with our [Data Retention Periods](https://docs.datadoghq.com/data_security/data_retention_periods/). Datadog does not store or retain customer source code.

[1]: /security/code_security/software_composition_analysis/setup_runtime/compatibility/java
[2]: /security/code_security/software_composition_analysis/setup_runtime/compatibility/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Static reachability analysis is available for the following advisories:

## Data Retention

Datadog stores findings in accordance with our [Data Rentention Periods](https://docs.datadoghq.com/data_security/data_retention_periods/). Datadog does not store or retain customer source code.
Datadog stores findings in accordance with our [Data Retention Periods](https://docs.datadoghq.com/data_security/data_retention_periods/). Datadog does not store or retain customer source code.

## Further Reading

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ When uploading results from third-party static analysis tools to Datadog, ensure
To upload a SARIF report, follow the steps below:

1. Ensure the [`DD_API_KEY` and `DD_APP_KEY` variables are defined][4].
2. Optionally, set a [`DD_SITE` variable][7] (this default to `datadoghq.com`).
2. Optionally, set a [`DD_SITE` variable][7] (this defaults to `datadoghq.com`).
3. Install the `datadog-ci` utility:

```bash
Expand Down
2 changes: 1 addition & 1 deletion content/en/security/guide/byoti_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If the reference tables are not refreshing, select the **View Change Events** li

**View Change Events** opens a page in **Event Management** showing potential error events for the ingestion. You can also filter in **Event Management** using the reference table name.

<div class="alert alert-info">In Datadog Event Management, it can look like the data is fetched from the cloud, but it can take a few more minutes to propagate those changes to Threat Intellegence.</div>
<div class="alert alert-info">In Datadog Event Management, it can look like the data is fetched from the cloud, but it can take a few more minutes to propagate those changes to Threat Intelligence.</div>

Other useful cloud import details to remember:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview
App and API Protection leverages the [Datadog .NET library](https://github.com/DataDog/dd-trace-dotnet/) to monitor and secure your .NET service. The library integrates seamlessly with your existing application without requiring code changes.

For detailed compatibility information, including supported DOTNET versions, frameworks, and deployment environments, see [.NET Compatibility Requirements](/security/application_security/setup/dotnet/compatibility).
For detailed compatibility information, including supported .NET versions, frameworks, and deployment environments, see [.NET Compatibility Requirements](/security/application_security/setup/dotnet/compatibility).

{{ if $showSetup }}
This guide explains how to set up App and API Protection (AAP) for .NET applications. The setup involves:
Expand Down
Loading