Kcwarden

Latest version: v0.12.1

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

Scan your dependencies

Page 1 of 2

0.12.1

What's Changed
* Use Python 3.13 for all build jobs by twwd in https://github.com/iteratec/kcwarden/pull/75


**Full Changelog**: https://github.com/iteratec/kcwarden/compare/v0.12.0...v0.12.1

0.12.0

What's Changed

Features
* Added Client credential authentication for configuration download, by malexmave in https://github.com/iteratec/kcwarden/pull/65

Bug fixes
* Fix: Monitors will now also ignore disabled clients if the switch is active, by malexmave in https://github.com/iteratec/kcwarden/pull/64

Maintenance
* Refactoring: Auto-import auditors by twwd in https://github.com/iteratec/kcwarden/pull/43
* Add Python 3.13 by twwd in https://github.com/iteratec/kcwarden/pull/47
* Add sponsor link and logo by twwd in https://github.com/iteratec/kcwarden/pull/48
* Remove surplus print statement by malexmave in https://github.com/iteratec/kcwarden/pull/73

Dependency Updates
* Bump ruff from 0.6.8 to 0.6.9 by dependabot in https://github.com/iteratec/kcwarden/pull/44
* Bump python-keycloak from 4.5.0 to 4.6.2 by dependabot in https://github.com/iteratec/kcwarden/pull/45
* Bump testcontainers from 4.8.1 to 4.8.2 by dependabot in https://github.com/iteratec/kcwarden/pull/49
* Bump ruff from 0.6.9 to 0.7.0 by dependabot in https://github.com/iteratec/kcwarden/pull/50
* Bump python-keycloak from 4.6.2 to 4.7.0 by dependabot in https://github.com/iteratec/kcwarden/pull/54
* Bump ruff from 0.7.0 to 0.7.2 by dependabot in https://github.com/iteratec/kcwarden/pull/53
* Bump ruff from 0.7.2 to 0.7.3 by dependabot in https://github.com/iteratec/kcwarden/pull/56
* Bump python-keycloak from 4.7.0 to 4.7.2 by dependabot in https://github.com/iteratec/kcwarden/pull/58
* Bump ruff from 0.7.3 to 0.7.4 by dependabot in https://github.com/iteratec/kcwarden/pull/57
* Bump python-keycloak from 4.7.2 to 4.7.3 by dependabot in https://github.com/iteratec/kcwarden/pull/60
* Bump ruff from 0.7.4 to 0.8.2 by dependabot in https://github.com/iteratec/kcwarden/pull/63
* Bump pytest from 8.3.3 to 8.3.4 by dependabot in https://github.com/iteratec/kcwarden/pull/62
* Bump testcontainers from 4.8.2 to 4.9.0 by dependabot in https://github.com/iteratec/kcwarden/pull/66
* Bump ruff from 0.8.2 to 0.8.3 by dependabot in https://github.com/iteratec/kcwarden/pull/67
* Bump python-keycloak from 4.7.3 to 5.1.1 by dependabot in https://github.com/iteratec/kcwarden/pull/68
* Bump ruff from 0.8.3 to 0.8.4 by dependabot in https://github.com/iteratec/kcwarden/pull/69
* Bump jinja2 from 3.1.4 to 3.1.5 by dependabot in https://github.com/iteratec/kcwarden/pull/70
* Bump ruff from 0.8.4 to 0.8.6 by dependabot in https://github.com/iteratec/kcwarden/pull/71
* Bump ruff from 0.8.6 to 0.9.1 by dependabot in https://github.com/iteratec/kcwarden/pull/72
* Bump ruff from 0.9.1 to 0.9.2 by dependabot in https://github.com/iteratec/kcwarden/pull/74

**Full Changelog**: https://github.com/iteratec/kcwarden/compare/v0.11.0...v0.12.0

0.11.0

New Auditor
* New Auditor: Keycloak version check by twwd in https://github.com/iteratec/kcwarden/pull/41

Bugfixes
* Bugfix: Add new IDP check to auditor list to activate it by malexmave in https://github.com/iteratec/kcwarden/pull/40

Maintenance
* Improve formatting of the docs by twwd in https://github.com/iteratec/kcwarden/pull/39



**Full Changelog**: https://github.com/iteratec/kcwarden/compare/v0.10.0...v0.11.0

0.10.0

New Auditor
* New Auditor: Flag Identity Providers with disabled signature verification by malexmave in https://github.com/iteratec/kcwarden/pull/37

Bugfixes
* Fix IDP ignore lists not working by malexmave in https://github.com/iteratec/kcwarden/pull/36
* Ignore "broker" and "realm-management" client for PKCE and client auth checks by malexmave in https://github.com/iteratec/kcwarden/pull/33
* Fix: Mismatch between severities in CLI options / docs and Code by malexmave in https://github.com/iteratec/kcwarden/pull/38
* Fix missing pieces in the documentation by malexmave in https://github.com/iteratec/kcwarden/pull/32

Maintenance
* Bump ruff from 0.6.5 to 0.6.7 by dependabot in https://github.com/iteratec/kcwarden/pull/26
* Bump python-keycloak from 4.4.0 to 4.5.0 by dependabot in https://github.com/iteratec/kcwarden/pull/30
* Bump ruff from 0.6.7 to 0.6.8 by dependabot in https://github.com/iteratec/kcwarden/pull/31
* Add .DS_Store files to Gitignore by malexmave in https://github.com/iteratec/kcwarden/pull/34

**Full Changelog**: https://github.com/iteratec/kcwarden/compare/v0.9.1...v0.10.0

0.9.1

What's Changed
* Exclude realm-specific clients from client checks to fix scans of the master realm by malexmave in https://github.com/iteratec/kcwarden/pull/22
* Bump ruff from 0.6.4 to 0.6.5 by dependabot in https://github.com/iteratec/kcwarden/pull/12
* Bump python-keycloak from 4.3.0 to 4.4.0 by dependabot in https://github.com/iteratec/kcwarden/pull/13
* Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/iteratec/kcwarden/pull/14


**Full Changelog**: https://github.com/iteratec/kcwarden/compare/v0.9.0...v0.9.1

0.9.0

This is the initial nearly stable release of kcwarden 🎉

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.