chore(scheduling): document password flag false positive

This commit is contained in:
2026-07-22 03:53:27 +02:00
parent 55447bd05c
commit 95c9f654e1

View File

@@ -1895,7 +1895,8 @@ def _public_scheduling_participation_response(
),
"cancellation_notice_only": True,
"participant_email_required": False,
"anonymous_password_required": False,
# Boolean policy projection, not a password or credential value.
"anonymous_password_required": False, # nosec B105
"single_choice": False,
"allow_maybe": False,
"allow_comments": False,