Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Fix bandit lint error
  • Loading branch information
danidee10 committed Nov 11, 2025
commit c173c3806c651a68d5a6d8e48aa578065f089698
2 changes: 1 addition & 1 deletion authentik/core/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
login_failed = Signal()
password_hash_updated = Signal()

PASSWORD_HASH_UPGRADE_REASON = "Password hash upgraded"
PASSWORD_HASH_UPGRADE_REASON = "Password hash upgraded" # noqa # nosec

LOGGER = get_logger()

Expand Down