Dt-extensions-sdk

Latest version: v1.2.5

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

Scan your dependencies

Page 1 of 3

1.2.5

Changes

2024-06-28: Return None if an attribute is not present in the snapshot

1.2.3

Changes

2024-06-22: 69 - Fix an issue with the callback iteration timestamp drifting

1.2.2

Changes

* Only keep track of the original timestamp of scheduled methods, don't update that timestamp

1.2.1

Changes

2024-06-10: fmt again

1.2.0

Changes

New Features

Support for `get_snapshot`

Add support for snapshots from the OneAgent

* Users can use `self.get_snapshot()` when running OneAgent extensions
* Users can also provide a snapshot file when running from `dt-sdk`, by default `snapshot.json`

python
process_snapshot = self.get_snapshot()
for entry in process_snapshot.entries:
for process in entry.processes:
if process.process_name in ("squid", "squid.exe")
print(process_snapshot.host_id) "HOST-524E3E2974F9AC2A"
print(process.pid) 2245656
print(process.properties.listening_ports) [3128]

1.1.24

Changes

2024-06-06: merge

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.