A simple CalDAV (calendar) and CardDAV (contact) server.
This report presents the forensic synthetic code analysis of Kozea/Radicale, a Python project with 4,827 GitHub stars. SynthScan v2.0 examined 46,240 lines of code across 160 source files, recording 739 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 21.0 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 739 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | radicale/httputils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/pathutils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/server.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/config.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/log.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/types.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/utils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/__main__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/__main__.py | 227 | # Create a socket pair to notify the server of program shutdown | COMMENT |
| MEDIUM | radicale/xmlutils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/sharing/files.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| MEDIUM | radicale/sharing/none.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| MEDIUM | radicale/sharing/__init__.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| MEDIUM | radicale/sharing/csv.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| MEDIUM | radicale/app/put.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/delete.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/mkcol.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/options.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/post.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/propfind.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/proppatch.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/head.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/move.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/get.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/base.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/report.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/app/mkcalendar.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/none.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/ldap.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/pam.py | 3 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| MEDIUM | radicale/auth/http_x_remote_user.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/oauth2.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| MEDIUM | radicale/auth/htpasswd.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/dovecot.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| MEDIUM | radicale/auth/denyall.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/http_remote_user.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/auth/remote_user.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/web/internal.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/web/none.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/web/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_rights.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_sharing.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_auth.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_web.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_expand.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_hook_email.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_storage.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_hook_rabbitmq.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_server.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_config.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_pathutils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/test_pathutils.py | 49 | # Create a subdirectory so path_to_filesystem has something | COMMENT |
| MEDIUM | radicale/tests/test_base.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/helpers.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/custom/auth.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/tests/custom/web.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| 46 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/pathutils.py | 255 | def is_safe_filesystem_path_component(path: str) -> bool: | CODE |
| LOW | radicale/pathutils.py | 365 | def path_permissions_as_string(path): | CODE |
| LOW | radicale/pathutils.py | 401 | def path_is_collision_free_case_sensitive(path): | CODE |
| LOW | radicale/pathutils.py | 425 | def path_is_collision_free_no_short_filename(path): | CODE |
| LOW | radicale/pathutils.py | 473 | def path_supports_trailing_whitespace(path): | CODE |
| LOW | radicale/pathutils.py | 497 | def path_supports_problematic_chars(path): | CODE |
| LOW | radicale/server.py | 239 | class RequestHandler(wsgiref.simple_server.WSGIRequestHandler): | CODE |
| LOW | radicale/__init__.py | 44 | def _get_application_instance(config_path: str, wsgi_errors: types.ErrorStream | CODE |
| LOW | radicale/utils.py | 174 | def ssl_context_options_by_protocol(protocol: str, ssl_context_options): | STRING |
| LOW | radicale/utils.py | 244 | def ssl_context_minimum_version_by_options(ssl_context_options): | STRING |
| LOW | radicale/utils.py | 262 | def ssl_context_maximum_version_by_options(ssl_context_options): | STRING |
| LOW | radicale/sharing/none.py | 29 | def get_sharing_collection_by_token(self, token: str) -> Union[dict, None]: | CODE |
| LOW | radicale/sharing/none.py | 35 | def get_sharing_collection_by_map(self, path) -> Union[dict, None]: | CODE |
| LOW | radicale/sharing/__init__.py | 164 | def check_template_alarm_trigger(data: Any) -> str: | CODE |
| LOW | radicale/sharing/__init__.py | 476 | def sharing_collection_resolver(self, path: str, user: str) -> Union[dict, None]: | CODE |
| LOW | radicale/sharing/__init__.py | 571 | def sharing_collection_update(self, ShareType: str, PathOrToken: str, OwnerOrUser: str, Properties: dict) -> None: | CODE |
| LOW | radicale/sharing/__init__.py | 591 | def sharing_collection_by_token_resolver(self, path) -> Union[dict, None]: | CODE |
| LOW | radicale/sharing/__init__.py | 627 | def sharing_collection_by_map_resolver(self, path: str, user: str) -> Union[dict, None]: | CODE |
| LOW | radicale/app/__init__.py | 220 | def _profiler_per_request_method(self, shutdown: bool = False) -> None: | CODE |
| LOW | radicale/app/get.py | 58 | def _content_disposition_attachment(self, filename: str) -> str: | CODE |
| LOW | radicale/app/report.py | 662 | def _split_overridden_vevents( | CODE |
| LOW | radicale/auth/__init__.py | 218 | def _sleep_for_constant_exec_time(self, time_ns_begin: int): | CODE |
| LOW | radicale/web/internal_data/js/utils/collection_utils.js | 31 | export function extractUsernameFromPrincipalCollection(principal_collection) { | CODE |
| LOW | radicale/web/internal_data/js/utils/permissions.js | 26 | export function displayPermissionsOrConversion(conversion, permissions, node) { | CODE |
| LOW | radicale/tests/test_rights.py | 61 | def test_owner_only_without_auth(self) -> None: | CODE |
| LOW | radicale/tests/test_rights.py | 79 | def test_owner_write_without_auth(self) -> None: | CODE |
| LOW | radicale/tests/test_rights.py | 97 | def test_authenticated_without_auth(self) -> None: | CODE |
| LOW | radicale/tests/test_rights.py | 132 | def test_from_file_limited_get(self): | CODE |
| LOW | radicale/tests/test_rights.py | 161 | def test_collections_and_items(self) -> None: | CODE |
| LOW | radicale/tests/test_rights.py | 178 | def test_put_collections_and_items(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 115 | def _proppatch_calendar_color(self, path, login, color) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 132 | def _proppatch_calendar_color_remove(self, path, login) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 149 | def _propfind_calendar_description(self, path, login): | CODE |
| LOW | radicale/tests/test_sharing.py | 165 | def _proppatch_calendar_description(self, path, login, description) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 182 | def _proppatch_calendar_description_remove(self, path, login) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 200 | def test_sharing_api_base_csv_custom(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 209 | def test_sharing_api_base_no_auth_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 265 | def test_sharing_api_base_no_auth_delay(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 298 | def test_sharing_api_base_with_auth(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 429 | def test_sharing_api_list_with_auth(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 531 | def test_sharing_api_token_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 736 | def test_sharing_api_token_usage_proxy(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 807 | def test_sharing_api_token_usage_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 928 | def test_sharing_api_token_usage_delay(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1025 | def test_sharing_api_map_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1109 | def test_sharing_api_map_basic_email(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1171 | def test_sharing_api_map_usage(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1449 | def test_sharing_api_map_update_delete_permissions(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1619 | def test_sharing_api_map_usercheck(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1711 | def test_sharing_api_map_permissions(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1906 | def test_sharing_api_map_report_access(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2005 | def test_sharing_api_map_hidden(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2150 | def test_sharing_api_map_propfind_base(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2253 | def test_sharing_api_map_proppatch_acl(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2418 | def test_sharing_api_map_move(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2733 | def test_sharing_api_list_filter(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2876 | def test_sharing_api_create_conflict(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2984 | def test_sharing_api_permissions_global(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 3038 | def test_sharing_api_permissions_rights(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 3376 | def test_sharing_api_permissions_default(self) -> None: | CODE |
| 252 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/httputils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/pathutils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/server.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/config.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/log.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/types.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/utils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/__main__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/xmlutils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/sharing/files.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| LOW | radicale/sharing/none.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| LOW | radicale/sharing/__init__.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| LOW | radicale/sharing/__init__.py | 41 | # User: <user> (user of database entry) | COMMENT |
| LOW | radicale/sharing/csv.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| LOW | radicale/app/put.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/delete.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/mkcol.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/options.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/post.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/propfind.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/proppatch.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/head.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/move.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/get.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/base.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/report.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/app/report.py | 461 | # This function uses datetimes internally without timezone info for dates | COMMENT |
| LOW | radicale/app/mkcalendar.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/none.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/ldap.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/pam.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | radicale/auth/http_x_remote_user.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/oauth2.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| LOW | radicale/auth/htpasswd.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/dovecot.py | 1 | # This file is part of Radicale Server - Calendar Server | COMMENT |
| LOW | radicale/auth/dovecot.py | 81 | # Upon the initial connection we only care about the | COMMENT |
| LOW | radicale/auth/denyall.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/http_remote_user.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/remote_user.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/auth/imap.py | 1 | # RadicaleIMAP IMAP authentication plugin for Radicale. | COMMENT |
| LOW | radicale/web/internal.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/web/none.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/web/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_rights.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_sharing.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_auth.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_web.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_expand.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_hook_email.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_storage.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_hook_rabbitmq.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_server.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_config.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_pathutils.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/test_base.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/tests/helpers.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| 42 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/httputils.py | 153 | CODE | |
| LOW | radicale/pathutils.py | 162 | CODE | |
| LOW | radicale/pathutils.py | 270 | CODE | |
| LOW | radicale/pathutils.py | 497 | CODE | |
| LOW | radicale/pathutils.py | 124 | CODE | |
| LOW | radicale/server.py | 286 | CODE | |
| LOW | radicale/config.py | 172 | CODE | |
| LOW | radicale/config.py | 917 | CODE | |
| LOW | radicale/config.py | 1005 | CODE | |
| LOW | radicale/log.py | 346 | CODE | |
| LOW | radicale/__init__.py | 44 | CODE | |
| LOW | radicale/utils.py | 174 | CODE | |
| LOW | radicale/utils.py | 307 | CODE | |
| LOW | radicale/utils.py | 349 | CODE | |
| LOW | radicale/utils.py | 369 | CODE | |
| LOW | radicale/utils.py | 440 | CODE | |
| LOW | radicale/__main__.py | 41 | CODE | |
| LOW | radicale/xmlutils.py | 155 | CODE | |
| LOW | radicale/sharing/files.py | 88 | CODE | |
| LOW | radicale/sharing/files.py | 152 | CODE | |
| LOW | radicale/sharing/__init__.py | 164 | CODE | |
| LOW | radicale/sharing/__init__.py | 384 | CODE | |
| LOW | radicale/sharing/__init__.py | 476 | CODE | |
| LOW | radicale/sharing/__init__.py | 591 | CODE | |
| LOW | radicale/sharing/__init__.py | 675 | CODE | |
| LOW | radicale/sharing/csv.py | 92 | CODE | |
| LOW | radicale/sharing/csv.py | 156 | CODE | |
| LOW | radicale/sharing/csv.py | 212 | CODE | |
| LOW | radicale/sharing/csv.py | 279 | CODE | |
| LOW | radicale/sharing/csv.py | 353 | CODE | |
| LOW | radicale/sharing/csv.py | 399 | CODE | |
| LOW | radicale/app/put.py | 48 | CODE | |
| LOW | radicale/app/put.py | 181 | CODE | |
| LOW | radicale/app/delete.py | 57 | CODE | |
| LOW | radicale/app/mkcol.py | 34 | CODE | |
| LOW | radicale/app/__init__.py | 270 | CODE | |
| LOW | radicale/app/__init__.py | 283 | CODE | |
| LOW | radicale/app/propfind.py | 104 | CODE | |
| LOW | radicale/app/propfind.py | 582 | CODE | |
| LOW | radicale/app/proppatch.py | 100 | CODE | |
| LOW | radicale/app/move.py | 51 | CODE | |
| LOW | radicale/app/get.py | 70 | CODE | |
| LOW | radicale/app/base.py | 50 | CODE | |
| LOW | radicale/app/base.py | 150 | CODE | |
| LOW | radicale/app/base.py | 183 | CODE | |
| LOW | radicale/app/report.py | 50 | CODE | |
| LOW | radicale/app/report.py | 149 | CODE | |
| LOW | radicale/app/report.py | 384 | CODE | |
| LOW | radicale/app/report.py | 729 | CODE | |
| LOW | radicale/app/report.py | 776 | CODE | |
| LOW | radicale/app/report.py | 785 | CODE | |
| LOW | radicale/app/mkcalendar.py | 34 | CODE | |
| LOW | radicale/auth/ldap.py | 173 | CODE | |
| LOW | radicale/auth/ldap.py | 269 | CODE | |
| LOW | radicale/auth/htpasswd.py | 87 | CODE | |
| LOW | radicale/auth/htpasswd.py | 199 | CODE | |
| LOW | radicale/auth/htpasswd.py | 218 | CODE | |
| LOW | radicale/auth/htpasswd.py | 310 | CODE | |
| LOW | radicale/auth/__init__.py | 72 | CODE | |
| LOW | radicale/auth/__init__.py | 247 | CODE | |
| 34 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/server.py | 218 | except Exception as e: | CODE |
| LOW | radicale/server.py | 220 | except Exception: | CODE |
| LOW | radicale/config.py | 205 | except Exception as e: | CODE |
| LOW | radicale/config.py | 221 | except Exception as e: | CODE |
| LOW | radicale/config.py | 876 | except Exception as e: | CODE |
| LOW | radicale/config.py | 963 | except Exception as e: | CODE |
| MEDIUM | radicale/config.py | 113 | def ip_address(value): | CODE |
| LOW | radicale/log.py | 274 | except Exception: | CODE |
| LOW | radicale/utils.py | 86 | except Exception as e: | CODE |
| LOW | radicale/utils.py | 108 | except Exception: | CODE |
| LOW | radicale/utils.py | 142 | except Exception: | STRING |
| LOW | radicale/utils.py | 155 | except Exception: | STRING |
| LOW | radicale/utils.py | 158 | except Exception: | STRING |
| LOW | radicale/utils.py | 313 | except Exception: | STRING |
| LOW⚡ | radicale/utils.py | 325 | except Exception: | STRING |
| LOW⚡ | radicale/utils.py | 327 | except Exception: | STRING |
| LOW⚡ | radicale/utils.py | 330 | except Exception: | STRING |
| LOW | radicale/__main__.py | 168 | except Exception as e: | CODE |
| LOW | radicale/__main__.py | 195 | except Exception as e: | CODE |
| LOW | radicale/__main__.py | 208 | except Exception as e: | CODE |
| LOW | radicale/__main__.py | 221 | except Exception as e: | CODE |
| LOW | radicale/__main__.py | 239 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 49 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 58 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 70 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 269 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 339 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 366 | except Exception as e: | CODE |
| LOW | radicale/sharing/__init__.py | 182 | except Exception as e: | CODE |
| LOW | radicale/sharing/__init__.py | 296 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 52 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 62 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 73 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 425 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 431 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 451 | except Exception as e: | CODE |
| LOW | radicale/app/put.py | 167 | except Exception: | CODE |
| LOW | radicale/app/put.py | 211 | except Exception as e: | CODE |
| LOW | radicale/app/__init__.py | 252 | except Exception as e: | CODE |
| LOW | radicale/app/__init__.py | 665 | except Exception as e: | CODE |
| LOW | radicale/app/report.py | 105 | except Exception as e: | CODE |
| LOW | radicale/app/report.py | 296 | except Exception as e: | CODE |
| LOW | radicale/auth/ldap.py | 237 | except Exception as e: | CODE |
| LOW | radicale/auth/ldap.py | 256 | except Exception: | CODE |
| LOW | radicale/auth/ldap.py | 301 | except Exception as e: | CODE |
| LOW | radicale/auth/ldap.py | 318 | except Exception as e: | CODE |
| LOW | radicale/auth/ldap.py | 351 | except Exception as e: | CODE |
| LOW | radicale/auth/ldap.py | 382 | except Exception: | CODE |
| LOW | radicale/auth/ldap.py | 397 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/create_collection.py | 55 | except Exception: | CODE |
| LOW | radicale/storage/multifilesystem/create_collection.py | 111 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/upload.py | 48 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/upload.py | 62 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/upload.py | 117 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/__init__.py | 103 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/__init__.py | 110 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/__init__.py | 160 | except Exception: | CODE |
| LOW | radicale/storage/multifilesystem/__init__.py | 208 | except Exception: | CODE |
| LOW | radicale/storage/multifilesystem/lock.py | 104 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/verify.py | 41 | except Exception as e: | CODE |
| 16 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | radicale/sharing/__init__.py | 0 | initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the | STRING |
| HIGH | radicale/app/__init__.py | 0 | initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the | STRING |
| HIGH | radicale/auth/__init__.py | 0 | initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the | STRING |
| HIGH | radicale/web/__init__.py | 0 | initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the | STRING |
| HIGH | radicale/storage/__init__.py | 0 | initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the | STRING |
| HIGH | radicale/rights/__init__.py | 0 | initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the | STRING |
| HIGH | radicale/hook/__init__.py | 0 | initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the | STRING |
| HIGH | radicale/tests/test_sharing.py | 0 | \ <?xml version="1.0" encoding="utf-8"?> <propfind xmlns="dav:"> <prop> <current-user-principal /> <owner /> </prop> </p | STRING |
| HIGH | radicale/tests/test_auth.py | 0 | \ <?xml version="1.0" encoding="utf-8"?> <propfind xmlns="dav:"> <prop> <current-user-principal /> <owner /> </prop> </p | STRING |
| HIGH | radicale/tests/test_base.py | 0 | \ <?xml version="1.0" encoding="utf-8"?> <propfind xmlns="dav:"> <prop> <current-user-principal /> <owner /> </prop> </p | STRING |
| HIGH | radicale/tests/test_expand.py | 0 | \ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user: | STRING |
| HIGH | radicale/tests/test_hook_email.py | 0 | \ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user: | STRING |
| HIGH | radicale/tests/test_hook_rabbitmq.py | 0 | \ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user: | STRING |
| HIGH | radicale/tests/test_base.py | 0 | \ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user: | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/httputils.py | 35 | CODE | |
| LOW | radicale/pathutils.py | 35 | CODE | |
| LOW | radicale/utils.py | 32 | CODE | |
| LOW | radicale/auth/__init__.py | 39 | CODE | |
| LOW | radicale/web/__init__.py | 27 | CODE | |
| LOW | radicale/tests/test_auth.py | 58 | CODE | |
| LOW | radicale/tests/test_auth.py | 59 | CODE | |
| LOW | radicale/tests/test_hook_rabbitmq.py | 37 | CODE | |
| LOW | radicale/storage/__init__.py | 35 | CODE | |
| LOW | radicale/storage/__init__.py | 36 | CODE | |
| LOW | radicale/storage/multifilesystem/get.py | 28 | CODE | |
| LOW | radicale/storage/multifilesystem/base.py | 26 | CODE | |
| LOW | radicale/storage/multifilesystem/history.py | 28 | CODE | |
| LOW | radicale/storage/multifilesystem/meta.py | 25 | CODE | |
| LOW | radicale/rights/__init__.py | 49 | CODE | |
| LOW | radicale/item/__init__.py | 41 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/sharing/files.py | 152 | CODE | |
| LOW | radicale/sharing/files.py | 220 | CODE | |
| LOW | radicale/sharing/files.py | 273 | CODE | |
| LOW | radicale/sharing/__init__.py | 319 | CODE | |
| LOW | radicale/sharing/__init__.py | 342 | CODE | |
| LOW | radicale/sharing/__init__.py | 357 | CODE | |
| LOW | radicale/sharing/csv.py | 156 | CODE | |
| LOW | radicale/sharing/csv.py | 212 | CODE | |
| LOW | radicale/sharing/csv.py | 279 | CODE | |
| LOW | radicale/item/__init__.py | 528 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | radicale/auth/ldap.py | 271 | self.ldap3.utils.config._ATTRIBUTES_EXCLUDED_FROM_CHECK.extend(['createTimestamp', 'modifyTimestamp']) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | radicale/tests/test_storage.py | 83 | "flock -n .Radicale.lock || exit 0; exit 1")}}) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/storage/multifilesystem/discover.py | 62 | # Check if the path exists and if it leads to a collection or an item | COMMENT |
| LOW | radicale/storage/multifilesystem/get.py | 114 | # Check if another process created the file in the meantime | COMMENT |
| LOW | radicale/hook/email/__init__.py | 611 | # Check if all variables are in the allowed list | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/log.py | 313 | def set_level(level: Union[int, str], backtrace_on_debug: bool, trace_filter: str = "") -> None: | CODE |
| LOW | radicale/storage/__init__.py | 213 | def set_meta(self, props: Mapping[str, str]) -> None: | CODE |
| LOW | radicale/storage/multifilesystem/meta.py | 64 | def set_meta(self, props: Mapping[str, str]) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/app/report.py | 174 | # properties, just return an empty result. | COMMENT |