Skip to content

[APPSEC-58222] AAP for Go Compatibility #30311

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

Draft
wants to merge 1 commit into
base: eliottness/exhaustive-doc
Choose a base branch
from
Draft
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 @@ -12,12 +12,12 @@
The following App and API Protection capabilities are supported in the Go library, for the specified tracer version:

| App and API Protection capability | Minimum Go tracer version |
| -------------------------------- | ----------------------------|
| Threat Detection| 1.47.0 |
| API Security | 1.59.0 |
| Threat Protection | 1.50.0 |
| Customize response to blocked requests | 1.53.0 |
| Automatic user activity event tracking | not supported |
| -------------------------------- |---------------------------|
| Threat Detection| 1.47.0 |
| API Security | 1.59.0 |
| Threat Protection | 1.50.0 |
| Customize response to blocked requests | 1.53.0 |
| Automatic user activity event tracking | 1.47.0 |

The minimum tracer version to get all supported App and API Protection capabilities for Go is 1.59.0.

Expand Down Expand Up @@ -65,15 +65,19 @@

| Framework | Threat Detection supported? | Threat Protection supported? |
|-------------------|-----------------------------|------------------------------|
| [net/http][25] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [Gin][20] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [net/http][25] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [Gin][20] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [Gorilla Mux][21] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [gRPC][23] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [gRPC][23] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [echo v4][22] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [chi][24] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [graphql-go][17] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [gqlgen][18] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [httprouter][27] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [chi][24] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [graphql-go][17] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |
| [gqlgen][18] | <i class="icon-check-bold"></i> | <i class="icon-check-bold"></i> |

### Body Monitoring compatiblity

Check warning on line 78 in content/en/security/application_security/setup/compatibility/go.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Body Monitoring compatiblity' should use sentence-style capitalization.

Check warning on line 78 in content/en/security/application_security/setup/compatibility/go.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Body Monitoring compatiblity' should use sentence-style capitalization.

TODO

### Networking framework compatibility

Expand All @@ -98,6 +102,7 @@
[24]: https://pkg.go.dev/github.com/DataDog/dd-trace-go/contrib/go-chi/chi/v2
[25]: https://pkg.go.dev/github.com/DataDog/dd-trace-go/contrib/net/http/v2
[26]: https://pkg.go.dev/github.com/DataDog/dd-trace-go/contrib/database/sql/v2
[27]: https://pkg.go.dev/github.com/julienschmidt/httprouter

{{% /tab %}}
{{% tab "v1" %}}
Expand Down
Loading