Py-glpi

Latest version: v0.1.2

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

Scan your dependencies

Page 2 of 8

10.0.13

Added

Changed

Deprecated

Removed

API changes

Added

Changes
- `condition` and `displaywith` parameters must now be added in IDOR token creation data when they are not empty.

Deprecated

Removed

10.0.12

Added

Changed
- Permissions for historical data and system logs (Administration > Logs) are now managed by "Historical (READ)" and "System Logs (READ)" respectively.

Deprecated

Removed

API changes

Added

Changes

Deprecated
- `Entity::cleanEntitySelectorCache()` no longer has any effect as the entity selector is no longer cached as a unique entry

Removed

10.0.11

Added

Changed

Deprecated

Removed

API changes

Added

Changes

Deprecated
- Usage of the `DBmysql::query()` method is deprecated, for security reasons, as it is most of the time used in an insecure way.
To execute DB queries, either `DBmysql::request()` can be used to craft query using the GLPI query builder,
either `DBmysql::doQuery()` can be used for safe queries to execute DB query using a self-crafted SQL string.
This deprecation will not trigger any error, unless the `GLPI_STRICT_DEPRECATED` constant is set to `true`, to avoid
cluttering error logs.

Removed

10.0.10

Added

Changed

Deprecated

Removed

API changes

Added

Changes

Deprecated

Removed

10.0.9

Added

Changed

Deprecated

Removed

API changes

Added

Changes

Deprecated

Removed

10.0.8

Added
- Unified Debug bar feature has been added to display debug information in the browser as a replacement and expansion on the previous, individual debug panels.

Changed

Deprecated

Removed
- Debug panels and the toggle button to show/hide the primary debug panel that was next to the current user's name in the top right corner of the screen have been removed.
- `debug_tabs` plugin hook

API changes

Added
- `CommonDBTM::getMessageReferenceEvent()` method that can be overridden to tweak notifications grouping in mail clients.

Changes

Deprecated
- `Html::displayDebugInfo()` method no longer has any effect. The functionality was replaced by the new Debug Bar feature.
- `Hooks::DEBUG_TABS`
- `$TIMER_DEBUG` global variable.
- `$DEBUG_SQL` global variable.
- `$SQL_TOTAL_REQUEST` global variable.
- `$CFG_GLPI['debug_sql']` configuration option.
- `$CFG_GLPI['debug_vars']` configuration option.

- Usage of parameter `$clean` in `AuthLDAP::getObjectByDn()` and `AuthLDAP::getUserByDn()`.

Removed

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.