Python Compatibility Requirements
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
The following application security capabilities are supported in the Python library, for the specified tracer version:
Application Security capability | Minimum Python tracer version |
---|
Threat Detection | 1.9.0 |
Threat Protection | 1.10.0 |
Customize response to blocked requests | 1.19.0 |
Software Composition Analysis (SCA) | 1.5.0 |
Code Security (Preview) | 2.9.3 |
Automatic user activity event tracking | 1.17.0 |
API Security | 2.6.0 |
Note: Threat Protection requires enabling Remote Configuration, which is included in the listed minimum tracer version.
Type | Threat Detection support | Software Composition Analysis |
---|
Docker | | |
Kubernetes | | |
Amazon ECS | | |
AWS Fargate | | |
AWS Lambda | | |
The Python Application Security Client library follows a versioning policy that specifies the support level for the different versions of the library and Python runtime.
Two release branches are supported:
Release | Support level |
---|
<1 | Maintenance |
>=1.0,<2 | General Availability |
And the library supports the following runtimes:
OS | CPU | Runtime | Runtime version | Support ddtrace versions |
---|
Linux | x86-64, i686, AArch64 | CPython | 2.7, 3.5-3.11 | <2 |
MacOS | Intel, Apple Silicon | CPython | 2.7, 3.5-3.11 | <2 |
Windows | 64bit, 32bit | CPython | 2.7, 3.5-3.11 | <2 |
- Attacker source HTTP request details
- Tags for the HTTP request (status code, method, etc)
- Distributed Tracing to see attack flows through your applications
- Software Composition Analysis is supported on all frameworks
Framework | Versions | Threat Detection supported? | Threat Protection supported? |
---|
Django | 2.2 | | |
FastAPI | 0.86 | | |
Flask | 1.1 | | |
Datastore tracing provides:
- timing request to response
- query info (for example, a sanitized query string)
- error and stacktrace capturing
- Software Composition Analysis is supported on all frameworks.
- Threat Protection also works at the HTTP request (input) layer, and so works for all databases by default, even those not listed in the table below.
The Python library supports the database API specifications and supports all generic SQL databases. This includes databases such as SQLite, Mysql, Postgres and MariaDB.
Integrations to User Authentication Frameworks provide:
- User login events, including the user IDs
- Account Takeover detection monitoring for user login events
Framework | Framework Versions |
---|
Django | 1.11, 2.2, 3.2, >= 4.0 |