Ddapm-test-agent

Latest version: v1.17.0

Safety actively analyzes 623567 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.17.0

New Features

- Updates the logic for associating requests with a session. Prior to this change:

1) non-existent tokens were permitted and returned associations with all requests,
2) existent tokens returned associations with all matching requests + all untokenized requests after the session was created

After this change:

1) Requests with non-existent tokens return 400 error codes

\(2\) Requests with existent tokens return all matching requests + all untokenized requests after the session was created but only up to the next session creation.

Requests without a token continue to return all requests.

- Add a <span class="title-ref">client</span> module which provides an API client that can be used to programmatically interface with the test agent.

- Add support for Python 3.12. The interpreter used in the Docker image is now also Python 3.12. This should lead to some better error messages and some performance improvement.

Bug Fixes

- Fix the parsing logic for tracer flare requests
- Remove any existing UDS socket. If a socket was left behind by a previous instance of the test agent then it would fail to start.
- Workaround an issue where \`chmod\`ing the UDS socket in containers causes the testagent to crash. Instead, a warning is emitted.

Other Notes

- Exceptions will now result in a 400 status code with a body containing the exception that occurred.
- The image size has been cut roughly in half.

1.16.0

New Features

- Add the ability to set the trace sample rates returned by the agent.

1.15.0

New Features

- Add `/tracer_flare/v1` endpoint with basic form-field validation.
- Add `/test/session/tracerflares` endpoint to return all tracer-flares received by the test agent for a given session token.

Bug Fixes

- Adds dsm `pathway.hash` span tag to the ignored attributes for a trace snapshot.

1.14.0

New Features

- Added ability to parse and verify span links in payloads as well as comparing them in snapshots.

1.13.2

Bug Fixes

- Add GET method support for the `/v0.7/config` endpoint. The Go library uses `GET` requests and the Datadog Agent supports multiple HTTP methods.

1.13.1

- Add fix for getting tested integrations when multiple session tokens are used. When no session token is included for a `[GET]` request to `/test/integrations/tested_versions`, all tested integrations are returned.

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.