Skip to content

Commit

Permalink
actually sanitize service name
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Jul 24, 2024
1 parent 9e09690 commit 45527be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qrexec/tools/qrexec_policy_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def __init__(
):
# pylint: disable=too-many-arguments
sanitize_domain_name(source, assert_sanitized=True)
sanitize_service_name(source, assert_sanitized=True)
sanitize_service_name(service, assert_sanitized=True)

self._gtk_builder = Gtk.Builder()
with importlib.resources.as_file(self._source_file_ref) as path:
Expand Down

0 comments on commit 45527be

Please sign in to comment.