A simple CalDAV (calendar) and CardDAV (contact) server.
This report presents the forensic synthetic code analysis of Kozea/Radicale, a Python project with 4,937 GitHub stars. SynthScan v2.0 examined 49,322 lines of code across 167 source files, recording 792 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 20.9 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
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 792 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 | 228 | # 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/common.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/group/none.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/group/from_auth.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/group/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| MEDIUM | radicale/group/htgroup.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_group.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 |
| 53 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 | 404 | def path_is_collision_free_case_sensitive(path): | CODE |
| LOW | radicale/pathutils.py | 428 | def path_is_collision_free_no_short_filename(path): | CODE |
| LOW | radicale/pathutils.py | 476 | def path_supports_trailing_whitespace(path): | CODE |
| LOW | radicale/pathutils.py | 500 | 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 | 229 | def ssl_context_options_by_protocol(protocol: str, ssl_context_options): | STRING |
| LOW | radicale/utils.py | 299 | def ssl_context_minimum_version_by_options(ssl_context_options): | STRING |
| LOW | radicale/utils.py | 317 | 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 | 167 | def check_template_alarm_trigger(data: Any) -> str: | CODE |
| LOW | radicale/sharing/__init__.py | 484 | def sharing_collection_resolver(self, path: str, user: str) -> Union[dict, None]: | CODE |
| LOW | radicale/sharing/__init__.py | 579 | def sharing_collection_update(self, ShareType: str, PathOrToken: str, OwnerOrUser: str, Properties: dict) -> None: | CODE |
| LOW | radicale/sharing/__init__.py | 599 | def sharing_collection_by_token_resolver(self, path) -> Union[dict, None]: | CODE |
| LOW | radicale/sharing/__init__.py | 635 | def sharing_collection_by_map_resolver(self, path: str, user: str) -> Union[dict, None]: | CODE |
| LOW | radicale/sharing/common.py | 23 | def database_common_check_row_match( | CODE |
| LOW | radicale/sharing/common.py | 119 | def database_common_filter_resolved_duplicate_shares(rows_unfiltered: list[dict]) -> list[dict]: | CODE |
| LOW | radicale/app/__init__.py | 225 | 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 | 135 | def _proppatch_calendar_color(self, path, login, color, check=207) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 154 | def _proppatch_calendar_color_remove(self, path, login) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 171 | def _propfind_calendar_description(self, path, login): | CODE |
| LOW | radicale/tests/test_sharing.py | 187 | def _proppatch_calendar_description(self, path, login, description) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 204 | def _proppatch_calendar_description_remove(self, path, login) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 222 | def test_sharing_api_base_csv_custom(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 231 | def test_sharing_api_base_no_auth_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 287 | def test_sharing_api_base_no_auth_delay(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 320 | def test_sharing_api_base_with_auth(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 451 | def test_sharing_api_list_with_auth(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 553 | def test_sharing_api_token_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 758 | def test_sharing_api_token_usage_proxy(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 829 | def test_sharing_api_token_usage_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 950 | def test_sharing_api_token_usage_delay(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1047 | def test_sharing_api_map_basic(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1131 | def test_sharing_api_map_basic_email(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1193 | def test_sharing_api_map_usage(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1471 | def test_sharing_api_map_update_delete_permissions(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1641 | def test_sharing_api_map_usercheck(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1733 | def test_sharing_api_map_permissions(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 1928 | def test_sharing_api_map_report_access(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2051 | def test_sharing_api_map_hidden(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2196 | def test_sharing_api_map_propfind_base(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2299 | def test_sharing_api_map_proppatch_acl(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2464 | def test_sharing_api_map_move(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2779 | def test_sharing_api_list_filter(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 2922 | def test_sharing_api_create_conflict(self) -> None: | CODE |
| LOW | radicale/tests/test_sharing.py | 3030 | def test_sharing_api_permissions_global(self) -> None: | CODE |
| 284 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/common.py | 1 | # This file is part of Radicale Server - Calendar Server | 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/group/none.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/group/from_auth.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/group/__init__.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | COMMENT |
| LOW | radicale/group/htgroup.py | 1 | # This file is part of Radicale - CalDAV and CardDAV server | 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_group.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 |
| 49 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 | 500 | CODE | |
| LOW | radicale/pathutils.py | 124 | CODE | |
| LOW | radicale/server.py | 286 | CODE | |
| LOW | radicale/config.py | 172 | CODE | |
| LOW | radicale/config.py | 944 | CODE | |
| LOW | radicale/config.py | 1032 | CODE | |
| LOW | radicale/log.py | 346 | CODE | |
| LOW | radicale/__init__.py | 44 | CODE | |
| LOW | radicale/utils.py | 229 | CODE | |
| LOW | radicale/utils.py | 362 | CODE | |
| LOW | radicale/utils.py | 404 | CODE | |
| LOW | radicale/utils.py | 424 | CODE | |
| LOW | radicale/utils.py | 495 | CODE | |
| LOW | radicale/__main__.py | 41 | CODE | |
| LOW | radicale/xmlutils.py | 155 | CODE | |
| LOW | radicale/sharing/files.py | 89 | CODE | |
| LOW | radicale/sharing/files.py | 177 | CODE | |
| LOW | radicale/sharing/__init__.py | 167 | CODE | |
| LOW | radicale/sharing/__init__.py | 388 | CODE | |
| LOW | radicale/sharing/__init__.py | 484 | CODE | |
| LOW | radicale/sharing/__init__.py | 599 | CODE | |
| LOW | radicale/sharing/__init__.py | 695 | CODE | |
| LOW | radicale/sharing/common.py | 23 | CODE | |
| LOW | radicale/sharing/csv.py | 188 | CODE | |
| LOW | radicale/sharing/csv.py | 255 | CODE | |
| LOW | radicale/sharing/csv.py | 329 | CODE | |
| LOW | radicale/sharing/csv.py | 375 | CODE | |
| LOW | radicale/app/put.py | 48 | CODE | |
| LOW | radicale/app/put.py | 184 | CODE | |
| LOW | radicale/app/delete.py | 65 | CODE | |
| LOW | radicale/app/mkcol.py | 34 | CODE | |
| LOW | radicale/app/__init__.py | 275 | CODE | |
| LOW | radicale/app/__init__.py | 288 | 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 | 51 | CODE | |
| LOW | radicale/app/base.py | 86 | CODE | |
| LOW | radicale/app/base.py | 194 | CODE | |
| LOW | radicale/app/base.py | 227 | 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 | |
| 37 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/group/__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/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 | 903 | except Exception as e: | CODE |
| LOW | radicale/config.py | 990 | 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 | 380 | except Exception: | STRING |
| LOW⚡ | radicale/utils.py | 382 | except Exception: | STRING |
| LOW⚡ | radicale/utils.py | 385 | except Exception: | STRING |
| LOW | radicale/utils.py | 143 | except Exception: | STRING |
| LOW | radicale/utils.py | 197 | except Exception: | STRING |
| LOW | radicale/utils.py | 210 | except Exception: | STRING |
| LOW | radicale/utils.py | 213 | except Exception: | STRING |
| LOW | radicale/utils.py | 368 | 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 | 209 | except Exception as e: | CODE |
| LOW | radicale/__main__.py | 222 | except Exception as e: | CODE |
| LOW | radicale/__main__.py | 240 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 50 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 59 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 71 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 284 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 354 | except Exception as e: | CODE |
| LOW | radicale/sharing/files.py | 381 | except Exception as e: | CODE |
| LOW | radicale/sharing/__init__.py | 185 | except Exception as e: | CODE |
| LOW | radicale/sharing/__init__.py | 300 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 53 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 63 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 74 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 401 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 407 | except Exception as e: | CODE |
| LOW | radicale/sharing/csv.py | 427 | except Exception as e: | CODE |
| LOW | radicale/app/put.py | 170 | except Exception: | CODE |
| LOW | radicale/app/put.py | 217 | except Exception as e: | CODE |
| LOW | radicale/app/__init__.py | 257 | except Exception as e: | CODE |
| LOW | radicale/app/__init__.py | 676 | 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 | 63 | except Exception as e: | CODE |
| LOW | radicale/storage/multifilesystem/upload.py | 118 | 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 |
| 17 more matches not shown… | ||||
| 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/group/__init__.py | 28 | 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 | 53 | CODE | |
| LOW | radicale/item/__init__.py | 41 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | radicale/sharing/files.py | 177 | CODE | |
| LOW | radicale/sharing/files.py | 235 | CODE | |
| LOW | radicale/sharing/files.py | 288 | CODE | |
| LOW | radicale/sharing/__init__.py | 323 | CODE | |
| LOW | radicale/sharing/__init__.py | 346 | CODE | |
| LOW | radicale/sharing/__init__.py | 361 | CODE | |
| LOW | radicale/sharing/common.py | 23 | CODE | |
| LOW | radicale/sharing/csv.py | 142 | CODE | |
| LOW | radicale/sharing/csv.py | 188 | CODE | |
| LOW | radicale/sharing/csv.py | 255 | CODE | |
| LOW | radicale/item/__init__.py | 606 | 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 | 64 | # Check if the path exists and if it leads to a collection or an item | COMMENT |
| LOW | radicale/storage/multifilesystem/get.py | 119 | # 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 |