v4.8.13
📦 datadog-sdkView on GitHub →
🐛 2 fixes🔧 4 symbols
Summary
This release includes bug fixes for PyYAML consumers like Airflow and addresses a false positive vulnerability reporting issue in IAST. Queries in IAST are now scoped to the calling request's slot.
🐛 Bug Fixes
- bootstrap: keep `yaml`/`_yaml` loaded during module cleanup, fixing an issue that broke PyYAML consumers such as Airflow.
- IAST: Resolved an issue where IAST could report a false positive vulnerability against a request whose input did not actually contain tainted data. Concurrent or still-open requests holding a tainted value could leak its taint into the current request's checks. Queries are now scoped to the calling request's slot.