chore(scheduling): document password flag false positive
This commit is contained in:
@@ -1895,7 +1895,8 @@ def _public_scheduling_participation_response(
|
|||||||
),
|
),
|
||||||
"cancellation_notice_only": True,
|
"cancellation_notice_only": True,
|
||||||
"participant_email_required": False,
|
"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,
|
"single_choice": False,
|
||||||
"allow_maybe": False,
|
"allow_maybe": False,
|
||||||
"allow_comments": False,
|
"allow_comments": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user