Repository Analysis

shiaho777/web-to-app

A native Android application that converts any website URL into a standalone Android App.

15.5 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of shiaho777/web-to-app, a Kotlin project with 4,864 GitHub stars. SynthScan v2.0 examined 579,426 lines of code across 2395 source files, recording 4222 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 15.5 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).

15.5
Adjusted Score
15.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
4.9K
Stars
Kotlin
Language
579.4K
Lines of Code
2.4K
Files
4.2K
Pattern Hits
2026-07-14
Scan Date
0.22
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 415HIGH 105MEDIUM 332LOW 3370

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 4222 distinct pattern matches across 23 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.

Hallucination Indicators415 hits · 4308 pts
SeverityFileLineSnippetContext
CRITICAL…com/webtoapp/core/extension/ModulePresetManagerTest.kt93 val validPresetJson = com.webtoapp.util.GsonProvider.gson.toJson(validPreset)CODE
CRITICALapp/src/main/java/com/webtoapp/WebToAppApplication.kt145 com.webtoapp.core.crypto.AesCryptoEngine.clearKeyCache()CODE
CRITICAL…c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt136 com.webtoapp.core.script.UserScriptStorage.deleteScriptsForApp(CODE
CRITICAL…c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt174 com.webtoapp.core.script.UserScriptStorage.isFileReference(it.code)CODE
CRITICAL…c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt178 com.webtoapp.core.script.UserScriptStorage.internalizeScripts(CODE
CRITICAL…c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt422 injectScripts = com.webtoapp.core.script.UserScriptStorage.externalizeScripts(CODE
CRITICAL…c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt444 com.webtoapp.core.script.UserScriptStorage.deleteScriptsForApp(CODE
CRITICAL…c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt577 injectScripts = com.webtoapp.core.script.UserScriptStorage.externalizeScripts(CODE
CRITICAL…c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt1368 val config = com.webtoapp.core.scraper.WebsiteScraper.ScrapeConfig(CODE
CRITICAL…/java/com/webtoapp/ui/splash/SplashLauncherActivity.kt407 com.webtoapp.ui.components.announcement.AnnouncementDialog(CODE
CRITICAL…/java/com/webtoapp/ui/splash/SplashLauncherActivity.kt408 config = com.webtoapp.ui.components.announcement.AnnouncementConfig(CODE
CRITICAL…ava/com/webtoapp/ui/codepreview/HtmlPreviewActivity.kt358 view?.evaluateJavascript(com.webtoapp.core.webview.DownloadBridge.getInjectionScript(), null)CODE
CRITICAL…ava/com/webtoapp/ui/codepreview/HtmlPreviewActivity.kt359 view?.evaluateJavascript(com.webtoapp.core.webview.PrintBridge.getInjectionScript(), null)CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt57 if (!com.webtoapp.core.wordpress.WordPressDependencyManager.isPhpReady(context)) {CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt91 com.webtoapp.core.wordpress.WordPressManager.autoInstallIfNeeded(CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt101 com.webtoapp.core.wordpress.WordPressManager.applyRuntimeConfig(CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt201 com.webtoapp.core.webview.LocalHttpServer.stablePortForPackageName(portOwner)CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt243 com.webtoapp.core.webview.LocalHttpServer.shouldEnableCrossOriginIsolation(siteDir)CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt375 com.webtoapp.core.webview.LocalHttpServer.stablePortForPackageName(portOwner)CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt506 val nodePath = com.webtoapp.core.nodejs.NodeDependencyManager.getNodeLibraryPath(context)CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt508 com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "nativeLibraryDir: ${context.applicationInfo.nativeCODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt512 com.webtoapp.core.shell.ShellLogger.e("NodeJsShell", "libnode.so 未找到")CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt519 com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "libnode.so 路径: $nodePath (size=${java.io.File(nodeCODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt532 com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "提取 Node.js 项目文件到 ${projectDir.absolutePath}")CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt557 com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "Node.js 就绪: $serverUrl")CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt563 com.webtoapp.core.shell.ShellLogger.e("NodeJsShell", "Node.js 服务器启动失败")CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt567 com.webtoapp.core.shell.ShellLogger.e("NodeJsShell", "Node.js Shell 启动失败", e)CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt656 if (!com.webtoapp.core.wordpress.WordPressDependencyManager.isPhpReady(context)) {CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt777 val pythonHome = com.webtoapp.core.python.PythonDependencyManager.getPythonDir(context)CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt790 val abi = com.webtoapp.core.python.PythonDependencyManager.getDeviceAbi()CODE
CRITICAL…rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt981 val elfInfo = com.webtoapp.core.golang.GoDependencyManager.parseElf(file)CODE
CRITICAL…/java/com/webtoapp/ui/shell/ShellPermissionDelegate.kt50 com.webtoapp.data.model.DownloadLocationMode.valueOf(CODE
CRITICALapp/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt85 com.webtoapp.data.model.RemoteActivationOfflinePolicy.valueOf(raw)CODE
CRITICALapp/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt106 com.webtoapp.data.model.AnnouncementTemplateType.valueOf(config.announcementTemplate).toUiTemplate().typeCODE
CRITICALapp/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt114 com.webtoapp.ui.components.announcement.AnnouncementDialog(CODE
CRITICALapp/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt115 config = com.webtoapp.ui.components.announcement.AnnouncementConfig(CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt23 com.webtoapp.core.shell.ShellLogger.init(CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt29 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "onCreate 开始")CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt31 com.webtoapp.core.perf.SystemPerfOptimizer.optimizeActivity(activity)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt45 val hardwareController = com.webtoapp.core.forcedrun.ForcedRunHardwareController.getInstance(activity)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt47 com.webtoapp.core.shell.ShellLogger.d("ShellActivity", "硬件控制器初始化成功")CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt49 com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "硬件控制器初始化失败", e)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt92 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "自启动配置已注册: 开机=${autoStartConfig.bootStartEnabled}CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt94 com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "自启动配置注册失败", e)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt103 val isolationManager = com.webtoapp.core.privacy.IsolationManager.getInstance(activity)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt106 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "独立环境已初始化")CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt109 com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "独立环境初始化失败", e)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt118 com.webtoapp.core.background.BackgroundRunService.start(CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt127 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "后台运行服务已启动")CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt129 com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "后台运行服务启动失败", e)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt140 com.webtoapp.core.notification.NotificationPollingService.start(CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt149 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "轮询通知服务已启动: url=${nc.pollUrl}")CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt152 com.webtoapp.core.notification.NotificationWebSocketService.start(CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt162 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "WebSocket 通知服务已启动: url=${nc.wsUrl}")CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt165 com.webtoapp.core.notification.NotificationFcmManager.start(CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt167 config = com.webtoapp.core.notification.NotificationFcmManager.FcmConfig(CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt180 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "FCM 通知通道已启动: project=${nc.fcmProjectId}"CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt185 com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "通知服务启动失败", e)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt195 com.webtoapp.core.shell.ShellLogger.w("ShellActivity", "setTaskDescription 失败", e)CODE
CRITICAL…c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt63 com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "强制运行管理器初始化成功")CODE
355 more matches not shown…
Unused Imports1415 hits · 1216 pts
SeverityFileLineSnippetContext
LOW…src/main/assets/sample_projects/python-flask-en/app.py8CODE
LOW…src/main/assets/sample_projects/python-flask-en/app.py10CODE
LOW…src/main/assets/sample_projects/python-flask-en/app.py11CODE
LOW…src/main/assets/sample_projects/python-flask-en/app.py12CODE
LOW…jects/python-flask-shared/.pypackages/flask/logging.py1CODE
LOW…jects/python-flask-shared/.pypackages/flask/signals.py1CODE
LOW…ects/python-flask-shared/.pypackages/flask/sessions.py1CODE
LOW…ojects/python-flask-shared/.pypackages/flask/config.py1CODE
LOW…ts/python-flask-shared/.pypackages/flask/templating.py1CODE
LOW…jects/python-flask-shared/.pypackages/flask/globals.py1CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py1CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py5CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py6CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py7CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py8CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py9CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py10CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py11CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py12CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py13CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py14CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py15CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py16CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py17CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py18CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py19CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py20CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py21CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py22CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py23CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py24CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py25CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py26CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py27CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py28CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py29CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py30CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py31CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py32CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py33CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py34CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py35CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py36CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py37CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py38CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py39CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py40CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py41CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py42CODE
LOW…ects/python-flask-shared/.pypackages/flask/__init__.py43CODE
LOW…ts/python-flask-shared/.pypackages/flask/blueprints.py1CODE
LOW…ts/python-flask-shared/.pypackages/flask/blueprints.py10CODE
LOW…_projects/python-flask-shared/.pypackages/flask/cli.py1CODE
LOW…_projects/python-flask-shared/.pypackages/flask/cli.py758CODE
LOW…ects/python-flask-shared/.pypackages/flask/wrappers.py1CODE
LOW…_projects/python-flask-shared/.pypackages/flask/app.py1CODE
LOW…/python-flask-shared/.pypackages/flask/debughelpers.py1CODE
LOW…_projects/python-flask-shared/.pypackages/flask/ctx.py1CODE
LOW…ojects/python-flask-shared/.pypackages/flask/typing.py1CODE
LOW…ojects/python-flask-shared/.pypackages/flask/typing.py6CODE
1355 more matches not shown…
Self-Referential Comments211 hits · 623 pts
SeverityFileLineSnippetContext
MEDIUM…_projects/python-flask-shared/.pypackages/flask/app.py732 """This method is called whenever an exception occurs thatSTRING
MEDIUM…_projects/python-flask-shared/.pypackages/flask/app.py904 """This method is called to create the default ``OPTIONS`` response.STRING
MEDIUM…ects/python-flask-shared/.pypackages/jinja2/bccache.py332 """This class implements a bytecode cache that uses a memcache cache forSTRING
MEDIUM…projects/python-flask-shared/.pypackages/jinja2/ext.py102 """This method is called before the actual lexing and can be used toSTRING
MEDIUM…python-flask-shared/.pypackages/werkzeug/formparser.py134 """This class implements parsing of form data for Werkzeug. By itselfSTRING
MEDIUM…n-flask-shared/.pypackages/werkzeug/routing/matcher.py82 # This function is meant to be called recursively, and will attemptCOMMENT
MEDIUM…s/python-flask-shared/.pypackages/click/_winconsole.py1# This module is based on the excellent work by Adam Bartoš whoCOMMENT
MEDIUM…python-flask-shared/.pypackages/itsdangerous/signer.py183 """This method is called to derive the key. The default keySTRING
MEDIUM…cts/python-django-shared/.pypackages/packaging/tags.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…python-django-shared/.pypackages/packaging/metadata.py290# This class is for writing RFC822 messagesCOMMENT
MEDIUM…python-django-shared/.pypackages/packaging/metadata.py307# This class is for writing RFC822 messagesCOMMENT
MEDIUM…/python-django-shared/.pypackages/packaging/version.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…python-django-shared/.pypackages/packaging/__init__.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…ts/python-django-shared/.pypackages/packaging/utils.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…on-django-shared/.pypackages/packaging/requirements.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…hon-django-shared/.pypackages/packaging/_structures.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…/python-django-shared/.pypackages/packaging/markers.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…thon-django-shared/.pypackages/packaging/specifiers.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM…python-django-shared/.pypackages/sqlparse/formatter.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…/python-django-shared/.pypackages/sqlparse/keywords.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…/python-django-shared/.pypackages/sqlparse/__init__.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…ts/python-django-shared/.pypackages/sqlparse/tokens.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…jects/python-django-shared/.pypackages/sqlparse/cli.py4# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…cts/python-django-shared/.pypackages/sqlparse/utils.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…cts/python-django-shared/.pypackages/sqlparse/lexer.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…ython-django-shared/.pypackages/sqlparse/exceptions.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…jects/python-django-shared/.pypackages/sqlparse/sql.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…/python-django-shared/.pypackages/sqlparse/__main__.py6# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…django-shared/.pypackages/sqlparse/filters/reindent.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…go-shared/.pypackages/sqlparse/filters/right_margin.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…django-shared/.pypackages/sqlparse/filters/__init__.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…n-django-shared/.pypackages/sqlparse/filters/tokens.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…-shared/.pypackages/sqlparse/filters/aligned_indent.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…n-django-shared/.pypackages/sqlparse/filters/others.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…n-django-shared/.pypackages/sqlparse/filters/output.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…ngo-shared/.pypackages/sqlparse/engine/filter_stack.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…-django-shared/.pypackages/sqlparse/engine/grouping.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…-django-shared/.pypackages/sqlparse/engine/__init__.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…ared/.pypackages/sqlparse/engine/statement_splitter.py5# This module is part of python-sqlparse and is released underCOMMENT
MEDIUM…s/python-django-shared/.pypackages/gunicorn/pidfile.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…/python-django-shared/.pypackages/gunicorn/reloader.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…ts/python-django-shared/.pypackages/gunicorn/config.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…ects/python-django-shared/.pypackages/gunicorn/util.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…s/python-django-shared/.pypackages/gunicorn/systemd.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…/python-django-shared/.pypackages/gunicorn/__init__.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…ects/python-django-shared/.pypackages/gunicorn/sock.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…cts/python-django-shared/.pypackages/gunicorn/debug.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…s/python-django-shared/.pypackages/gunicorn/arbiter.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…ts/python-django-shared/.pypackages/gunicorn/errors.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…/python-django-shared/.pypackages/gunicorn/glogging.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…/python-django-shared/.pypackages/gunicorn/__main__.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…thon-django-shared/.pypackages/gunicorn/app/wsgiapp.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…hon-django-shared/.pypackages/gunicorn/app/__init__.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…on-django-shared/.pypackages/gunicorn/app/pasterapp.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…/python-django-shared/.pypackages/gunicorn/app/base.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…jango-shared/.pypackages/gunicorn/instrument/statsd.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…python-django-shared/.pypackages/gunicorn/http/body.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…on-django-shared/.pypackages/gunicorn/http/__init__.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…hon-django-shared/.pypackages/gunicorn/http/message.py3# This file is part of gunicorn released under the MIT license.COMMENT
MEDIUM…on-django-shared/.pypackages/gunicorn/http/unreader.py3# This file is part of gunicorn released under the MIT license.COMMENT
151 more matches not shown…
Hyper-Verbose Identifiers600 hits · 610 pts
SeverityFileLineSnippetContext
LOW…ts/python-flask-shared/.pypackages/flask/templating.py24def _default_template_ctx_processor() -> dict[str, t.Any]:CODE
LOW…_projects/python-flask-shared/.pypackages/flask/app.py903 def make_default_options_response(self) -> Response:CODE
LOW…/python-flask-shared/.pypackages/flask/debughelpers.py73def attach_enctype_error_multidict(request):CODE
LOW…/python-flask-shared/.pypackages/flask/debughelpers.py116def explain_template_loading_attempts(app: App, template, attempts) -> None:CODE
LOW…_projects/python-flask-shared/.pypackages/flask/ctx.py148def copy_current_request_context(f: t.Callable) -> t.Callable:CODE
LOW…jects/python-flask-shared/.pypackages/flask/testing.py192 def _request_from_builder_args(self, args, kwargs):CODE
LOW…jects/python-flask-shared/.pypackages/flask/helpers.py377def _prepare_send_file_kwargs(**kwargs: t.Any) -> dict[str, t.Any]:CODE
LOW…on-flask-shared/.pypackages/flask/sansio/blueprints.py607 def app_url_value_preprocessor(CODE
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py525 def create_global_jinja_loader(self) -> DispatchingJinjaLoader:CODE
LOW…thon-flask-shared/.pypackages/flask/sansio/scaffold.py615 def special_exception_handler(error):STRING
LOW…cts/python-flask-shared/.pypackages/jinja2/compiler.py736 def push_parameter_definitions(self, frame: Frame) -> None:CODE
LOW…cts/python-flask-shared/.pypackages/jinja2/compiler.py745 def pop_parameter_definitions(self) -> None:CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/runtime.py853 def _fail_with_undefined_error(CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/runtime.py946 def _fail_with_undefined_error( # type: ignoreCODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py69def get_spontaneous_environment(cls: t.Type[_env_bound], *args: t.Any) -> _env_bound:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py126def _environment_config_check(environment: _env_bound) -> _env_bound:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py1452 async def _get_default_module_async(CODE
LOW…rojects/python-flask-shared/.pypackages/jinja2/meta.py34def find_undeclared_variables(ast: nodes.Template) -> t.Set[str]:CODE
LOW…rojects/python-flask-shared/.pypackages/jinja2/meta.py62def find_referenced_templates(ast: nodes.Template) -> t.Iterator[t.Optional[str]]:CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py158class WSGIRequestHandler(BaseHTTPRequestHandler):CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py597def generate_adhoc_ssl_context() -> ssl.SSLContext:CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py959 def _update_cookies_from_response(CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py641def parse_cache_control_header(STRING
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py648def parse_cache_control_header(STRING
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py655def parse_cache_control_header(STRING
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py849def parse_content_range_header(STRING
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py1149def remove_hop_by_hop_headers(headers: ds.Headers | list[tuple[str, str]]) -> None:STRING
LOW…flask-shared/.pypackages/werkzeug/wrappers/response.py639 def _is_range_request_processable(self, environ: WSGIEnvironment) -> bool:CODE
LOW…-flask-shared/.pypackages/werkzeug/sansio/multipart.py269 def _last_partial_boundary_index(self, data: bytes | bytearray) -> int:CODE
LOW…n-flask-shared/.pypackages/werkzeug/sansio/response.py662 def content_security_policy_report_only(self) -> ContentSecurityPolicy:CODE
LOW…n-flask-shared/.pypackages/werkzeug/sansio/response.py686 def content_security_policy_report_only(CODE
LOW…n-flask-shared/.pypackages/werkzeug/sansio/response.py699 def access_control_allow_credentials(self) -> bool:CODE
LOW…n-flask-shared/.pypackages/werkzeug/sansio/response.py707 def access_control_allow_credentials(self, value: bool | None) -> None:CODE
LOW…k-shared/.pypackages/werkzeug/debug/shared/debugger.js148function addEventListenersToElements(elements, event, listener) {CODE
LOW…k-shared/.pypackages/werkzeug/debug/shared/debugger.js198function addToggleTraceTypesOnClick(elements) {CODE
LOW…k-shared/.pypackages/werkzeug/debug/shared/debugger.js246function createExpansionButtonForConsole() {CODE
LOW…s/python-flask-shared/.pypackages/click/_winconsole.py263def _get_windows_console_stream(CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py50def _complete_visible_commands(CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py116def iter_params_for_processing(CODE
LOW…ojects/python-flask-shared/.pypackages/click/parser.py357 def _process_args_for_options(self, state: ParsingState) -> None:CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py223def _is_compatible_text_stream(CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py234def _force_correct_text_stream(CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py280def _force_correct_text_reader(CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py296def _force_correct_text_writer(CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py489def _is_jupyter_kernel_output(stream: t.IO[t.Any]) -> bool:CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py561 def _get_windows_console_stream(CODE
LOW…cts/python-django-shared/.pypackages/packaging/tags.py889def create_compatible_tags_selector(CODE
LOW…ango-shared/.pypackages/packaging/dependency_groups.py255def resolve_dependency_groups(CODE
LOW…python-django-shared/.pypackages/packaging/metadata.py581 def _process_metadata_version(self, value: str) -> _MetadataVersion:CODE
LOW…python-django-shared/.pypackages/packaging/metadata.py616 def _process_description_content_type(self, value: str) -> str:CODE
LOW…python-django-shared/.pypackages/packaging/metadata.py698 def _process_license_expression(self, value: str) -> NormalizedLicenseExpression:CODE
LOW…s/python-django-shared/.pypackages/packaging/pylock.py219def _get_required_sequence_of_objects(CODE
LOW…s/python-django-shared/.pypackages/packaging/pylock.py229def _validate_normalized_name(name: str) -> NormalizedName:CODE
LOW…/python-django-shared/.pypackages/packaging/_parser.py123def _parse_requirement_details(CODE
LOW…/python-django-shared/.pypackages/packaging/_parser.py176def _parse_requirement_marker(CODE
LOW…/python-django-shared/.pypackages/packaging/markers.py482def _repair_python_full_version(CODE
LOW…thon-django-shared/.pypackages/packaging/_manylinux.py86def _glibc_version_string_confstr() -> str | None:CODE
LOW…thon-django-shared/.pypackages/packaging/_manylinux.py105def _glibc_version_string_ctypes() -> str | None:CODE
LOW…thon-django-shared/.pypackages/packaging/specifiers.py983 def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool:CODE
LOW…thon-django-shared/.pypackages/packaging/specifiers.py1669 def _check_prerelease_only_ranges(self) -> bool:CODE
540 more matches not shown…
Deep Nesting590 hits · 566 pts
SeverityFileLineSnippetContext
LOW…_projects/python-flask-shared/.pypackages/flask/cli.py33CODE
LOW…_projects/python-flask-shared/.pypackages/flask/cli.py293CODE
LOW…_projects/python-flask-shared/.pypackages/flask/app.py1079CODE
LOW…_projects/python-flask-shared/.pypackages/flask/app.py1219CODE
LOW…on-flask-shared/.pypackages/flask/sansio/blueprints.py273CODE
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py825CODE
LOW…cts/python-flask-shared/.pypackages/jinja2/compiler.py584CODE
LOW…cts/python-flask-shared/.pypackages/jinja2/compiler.py1837CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/loaders.py228CODE
LOW…s/python-flask-shared/.pypackages/jinja2/idtracking.py202CODE
LOW…jects/python-flask-shared/.pypackages/jinja2/parser.py560CODE
LOW…jects/python-flask-shared/.pypackages/jinja2/parser.py643CODE
LOW…jects/python-flask-shared/.pypackages/jinja2/parser.py794CODE
LOW…jects/python-flask-shared/.pypackages/jinja2/parser.py872CODE
LOW…jects/python-flask-shared/.pypackages/jinja2/parser.py996CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/sandbox.py115CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/sandbox.py288CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/visitor.py61CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/utils.py230CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/utils.py353CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/lexer.py615CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/lexer.py669CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py466CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py498CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py818CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py1636CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py169CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py252CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py253CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/filters.py704CODE
LOW…projects/python-flask-shared/.pypackages/jinja2/ext.py480CODE
LOW…projects/python-flask-shared/.pypackages/jinja2/ext.py749CODE
LOW…rojects/python-flask-shared/.pypackages/jinja2/meta.py62CODE
LOW…/python-flask-shared/.pypackages/werkzeug/_reloader.py68CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py440CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py711CODE
LOW…ects/python-flask-shared/.pypackages/werkzeug/local.py478CODE
LOW…s/python-flask-shared/.pypackages/werkzeug/security.py36CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py54CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py159CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py298CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py1058CODE
LOW…python-flask-shared/.pypackages/werkzeug/formparser.py351CODE
LOW…ects/python-flask-shared/.pypackages/werkzeug/utils.py312CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py239CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py417CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py790CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py1385CODE
LOW…-shared/.pypackages/werkzeug/middleware/shared_data.py103CODE
LOW…n-flask-shared/.pypackages/werkzeug/middleware/lint.py166CODE
LOW…flask-shared/.pypackages/werkzeug/wrappers/response.py438CODE
LOW…-flask-shared/.pypackages/werkzeug/sansio/multipart.py140CODE
LOW…-flask-shared/.pypackages/werkzeug/sansio/multipart.py298CODE
LOW…d/.pypackages/werkzeug/datastructures/cache_control.py119CODE
LOW…ared/.pypackages/werkzeug/datastructures/structures.py22CODE
LOW…ared/.pypackages/werkzeug/datastructures/structures.py181CODE
LOW…ared/.pypackages/werkzeug/datastructures/structures.py623CODE
LOW…ared/.pypackages/werkzeug/datastructures/structures.py866CODE
LOW…ared/.pypackages/werkzeug/datastructures/structures.py910CODE
LOW…-shared/.pypackages/werkzeug/datastructures/headers.py167CODE
530 more matches not shown…
Excessive Try-Catch Wrapping298 hits · 337 pts
SeverityFileLineSnippetContext
LOW…rc/main/java/com/webtoapp/core/python/PythonRuntime.kt627except Exception:CODE
LOW…rc/main/java/com/webtoapp/core/python/PythonRuntime.kt646 except Exception:CODE
MEDIUM…rc/main/java/com/webtoapp/core/python/PythonRuntime.kt665 print(f"Error: Entry file not found: {entry_file}", file=sys.stderr)CODE
MEDIUM…rc/main/java/com/webtoapp/core/python/PythonRuntime.kt612def _patched_version(name):CODE
MEDIUM…c/main/java/com/webtoapp/core/apkbuilder/ApkBuilder.kt1677def _patched_version(name):CODE
LOW…c/main/java/com/webtoapp/core/apkbuilder/ApkBuilder.kt1690except Exception:CODE
LOW…c/main/java/com/webtoapp/core/apkbuilder/ApkBuilder.kt1709 except Exception:CODE
LOW…ojects/python-flask-shared/.pypackages/flask/config.py142 except Exception:CODE
LOW…_projects/python-flask-shared/.pypackages/flask/cli.py606 except Exception:CODE
LOW…_projects/python-flask-shared/.pypackages/flask/cli.py899 except Exception as e:CODE
MEDIUM…_projects/python-flask-shared/.pypackages/flask/cli.py217def locate_app(module_name, app_name, raise_if_not_found=True):CODE
LOW…_projects/python-flask-shared/.pypackages/flask/app.py868 except Exception as e:CODE
LOW…_projects/python-flask-shared/.pypackages/flask/app.py895 except Exception:CODE
LOW…_projects/python-flask-shared/.pypackages/flask/app.py1456 except Exception as e:CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/sandbox.py298 except Exception:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/lexer.py656 except Exception as e:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py476 except Exception:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py523 except Exception as e:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py1294 except Exception:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py1317 except Exception:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py1347 except Exception:CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py1372 except Exception:CODE
LOW…/python-flask-shared/.pypackages/jinja2/nativetypes.py111 except Exception:CODE
LOW…/python-flask-shared/.pypackages/jinja2/nativetypes.py126 except Exception:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py511 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py535 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py727 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py733 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py783 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py851 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py873 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/nodes.py933 except Exception as e:CODE
LOW…ojects/python-flask-shared/.pypackages/jinja2/tests.py174 except Exception:CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/bccache.py391 except Exception:CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/bccache.py406 except Exception:CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py373 except Exception as e:CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py387 except Exception:CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py401 except Exception as e:CODE
MEDIUM…ts/python-flask-shared/.pypackages/werkzeug/serving.py107def read_chunk_len(self) -> int:CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py646 except Exception:CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py663 except Exception:CODE
MEDIUM…jects/python-flask-shared/.pypackages/werkzeug/test.py643def __del__(self) -> None:CODE
LOW…n-flask-shared/.pypackages/werkzeug/middleware/lint.py223 except Exception:CODE
LOW…on-flask-shared/.pypackages/werkzeug/sansio/request.py152 except Exception as e:CODE
MEDIUM…on-flask-shared/.pypackages/werkzeug/sansio/request.py149def __repr__(self) -> str:CODE
LOW…ed/.pypackages/werkzeug/datastructures/file_storage.py142 except Exception:CODE
LOW…hon-flask-shared/.pypackages/werkzeug/debug/console.py178 except Exception:CODE
MEDIUM…hon-flask-shared/.pypackages/werkzeug/debug/console.py70def fetch() -> str:CODE
LOW…on-flask-shared/.pypackages/werkzeug/debug/__init__.py351 except Exception as e:CODE
LOW…on-flask-shared/.pypackages/werkzeug/debug/__init__.py371 except Exception:CODE
LOW…python-flask-shared/.pypackages/werkzeug/debug/repr.py220 except Exception:CODE
LOW…python-flask-shared/.pypackages/werkzeug/debug/repr.py237 except Exception:CODE
LOW…python-flask-shared/.pypackages/werkzeug/debug/repr.py260 except Exception:CODE
MEDIUM…python-flask-shared/.pypackages/werkzeug/debug/repr.py217def fallback_repr(self) -> str:CODE
LOW…s/python-flask-shared/.pypackages/click/_winconsole.py195 except Exception:CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py2404 except Exception:STRING
LOW…rojects/python-flask-shared/.pypackages/click/utils.py39 except Exception:CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py70 except Exception:CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py117 except Exception:CODE
LOW…jects/python-flask-shared/.pypackages/click/_compat.py129 except Exception:CODE
238 more matches not shown…
Cross-File Repetition51 hits · 255 pts
SeverityFileLineSnippetContext
HIGH…/java/com/webtoapp/ui/shell/ShellPermissionDelegate.kt0(function() { try { const bloburl = $safebloburl; let filename = $safefilename; const large_file_threshold = 10 * 1024 *STRING
HIGH…c/main/java/com/webtoapp/ui/webview/WebViewActivity.kt0(function() { try { const bloburl = $safebloburl; let filename = $safefilename; const large_file_threshold = 10 * 1024 *STRING
HIGH…/webtoapp/core/floatingwindow/FloatingWindowService.kt0(function() { try { const bloburl = $safebloburl; let filename = $safefilename; const large_file_threshold = 10 * 1024 *STRING
HIGH…jects/python-flask-shared/.pypackages/werkzeug/test.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…on-flask-shared/.pypackages/werkzeug/sansio/request.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…n-flask-shared/.pypackages/werkzeug/sansio/response.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…ed/.pypackages/werkzeug/datastructures/file_storage.py0the mimetype parameters as dict. for example if the content type is ``text/html; charset=utf-8`` the params would be ``{STRING
HIGH…projects/python-flask-shared/.pypackages/click/core.py0gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_infSTRING
HIGH…rojects/python-flask-shared/.pypackages/click/types.py0gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_infSTRING
HIGH…ojects/python-fastapi-shared/.pypackages/click/core.py0gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_infSTRING
HIGH…jects/python-fastapi-shared/.pypackages/click/types.py0gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_infSTRING
HIGH…ckages/django/contrib/gis/db/backends/oracle/models.py0return the name of the metadata column used to store the feature table name.STRING
HIGH…kages/django/contrib/gis/db/backends/postgis/models.py0return the name of the metadata column used to store the feature table name.STRING
HIGH…es/django/contrib/gis/db/backends/spatialite/models.py0return the name of the metadata column used to store the feature table name.STRING
HIGH…ckages/django/contrib/gis/db/backends/oracle/models.py0return the name of the metadata column used to store the feature geometry column.STRING
HIGH…kages/django/contrib/gis/db/backends/postgis/models.py0return the name of the metadata column used to store the feature geometry column.STRING
HIGH…es/django/contrib/gis/db/backends/spatialite/models.py0return the name of the metadata column used to store the feature geometry column.STRING
HIGH…/.pypackages/django/db/backends/postgresql/features.py0create table test_table_composite_pk ( column_1 integer not null, column_2 integer not null, primary key(column_1, columSTRING
HIGH…red/.pypackages/django/db/backends/sqlite3/features.py0create table test_table_composite_pk ( column_1 integer not null, column_2 integer not null, primary key(column_1, columSTRING
HIGH…hared/.pypackages/django/db/backends/mysql/features.py0create table test_table_composite_pk ( column_1 integer not null, column_2 integer not null, primary key(column_1, columSTRING
HIGH…pypackages/django/db/backends/postgresql/operations.py0given a cursor object that has just performed an insert...returning statement into a table, return the list of returned STRING
HIGH…red/.pypackages/django/db/backends/mysql/operations.py0given a cursor object that has just performed an insert...returning statement into a table, return the list of returned STRING
HIGH…d/.pypackages/django/db/backends/sqlite3/operations.py0given a cursor object that has just performed an insert...returning statement into a table, return the list of returned STRING
HIGH…ackages/django/db/backends/postgresql/introspection.py0return a list of table and view names in the current database.STRING
HIGH….pypackages/django/db/backends/oracle/introspection.py0return a list of table and view names in the current database.STRING
HIGH…pypackages/django/db/backends/sqlite3/introspection.py0return a list of table and view names in the current database.STRING
HIGH…/.pypackages/django/db/backends/mysql/introspection.py0return a list of table and view names in the current database.STRING
HIGH…ackages/django/db/backends/postgresql/introspection.py0return a description of the table with the db-api cursor.description interface.STRING
HIGH….pypackages/django/db/backends/oracle/introspection.py0return a description of the table with the db-api cursor.description interface.STRING
HIGH…pypackages/django/db/backends/sqlite3/introspection.py0return a description of the table with the db-api cursor.description interface.STRING
HIGH…d/.pypackages/django/db/backends/base/introspection.py0return a description of the table with the db-api cursor.description interface.STRING
HIGH…ackages/django/db/backends/postgresql/introspection.py0return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given taSTRING
HIGH….pypackages/django/db/backends/oracle/introspection.py0return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given taSTRING
HIGH…/.pypackages/django/db/backends/mysql/introspection.py0return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given taSTRING
HIGH…d/.pypackages/django/db/backends/base/introspection.py0return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given taSTRING
HIGH….pypackages/django/db/backends/oracle/introspection.py0retrieve any constraints or keys (unique, pk, fk, check, index) across one or more columns.STRING
HIGH…pypackages/django/db/backends/sqlite3/introspection.py0retrieve any constraints or keys (unique, pk, fk, check, index) across one or more columns.STRING
HIGH…/.pypackages/django/db/backends/mysql/introspection.py0retrieve any constraints or keys (unique, pk, fk, check, index) across one or more columns.STRING
HIGH…/python-django-shared/.pypackages/django/views/csrf.py0return a path to a builtin template. avoid calling this function at the module level or in a class-definition because __STRING
HIGH…python-django-shared/.pypackages/django/views/debug.py0return a path to a builtin template. avoid calling this function at the module level or in a class-definition because __STRING
HIGH…ython-django-shared/.pypackages/django/views/static.py0return a path to a builtin template. avoid calling this function at the module level or in a class-definition because __STRING
HIGH…/python-django-shared/.pypackages/django/views/i18n.py0return a path to a builtin template. avoid calling this function at the module level or in a class-definition because __STRING
HIGH…/main/assets/sample_projects/python-fastapi-en/main.py0fastapi api monitor — 精美的 api 监控仪表盘 展示 fastapi 的高性能异步能力,包含交互式 api 文档STRING
HIGH…src/main/assets/sample_projects/python-fastapi/main.py0fastapi api monitor — 精美的 api 监控仪表盘 展示 fastapi 的高性能异步能力,包含交互式 api 文档STRING
HIGH…/main/assets/sample_projects/python-fastapi-ar/main.py0fastapi api monitor — 精美的 api 监控仪表盘 展示 fastapi 的高性能异步能力,包含交互式 api 文档STRING
HIGH…ypackages/uvicorn/protocols/websockets/wsproto_impl.py0called by the transport when the write buffer exceeds the high water mark.STRING
HIGH…-shared/.pypackages/uvicorn/protocols/http/h11_impl.py0called by the transport when the write buffer exceeds the high water mark.STRING
HIGH…d/.pypackages/uvicorn/protocols/http/httptools_impl.py0called by the transport when the write buffer exceeds the high water mark.STRING
HIGH…ypackages/uvicorn/protocols/websockets/wsproto_impl.py0called by the transport when the write buffer drops below the low water mark.STRING
HIGH…-shared/.pypackages/uvicorn/protocols/http/h11_impl.py0called by the transport when the write buffer drops below the low water mark.STRING
HIGH…d/.pypackages/uvicorn/protocols/http/httptools_impl.py0called by the transport when the write buffer drops below the low water mark.STRING
Cross-Language Confusion49 hits · 230 pts
SeverityFileLineSnippetContext
HIGH…_projects/python-flask-shared/.pypackages/flask/app.py1338 :meth:`RequestContext.push() <flask.ctx.RequestContext.push>`STRING
HIGH…_projects/python-flask-shared/.pypackages/flask/app.py1388 ctx.push()STRING
HIGH…_projects/python-flask-shared/.pypackages/flask/app.py1454 ctx.push()CODE
HIGH…_projects/python-flask-shared/.pypackages/flask/ctx.py268 self.push()CODE
HIGH…_projects/python-flask-shared/.pypackages/flask/ctx.py365 app_ctx.push()CODE
HIGH…_projects/python-flask-shared/.pypackages/flask/ctx.py425 self.push()CODE
HIGH…cts/python-flask-shared/.pypackages/jinja2/compiler.py1276 self.write(", undefined, loop_render_func, depth):")CODE
HIGH…cts/python-flask-shared/.pypackages/jinja2/compiler.py1278 self.write(", undefined):" if extended_loop else ":")CODE
HIGH…ojects/python-flask-shared/.pypackages/jinja2/lexer.py358 self.push(result)CODE
HIGH…/python-flask-shared/.pypackages/jinja2/environment.py129 environment.undefined, UndefinedCODE
HIGH…/python-flask-shared/.pypackages/jinja2/environment.py1205 undefined, # type: ignoreCODE
HIGH…hon-flask-shared/.pypackages/werkzeug/debug/console.py161 ThreadedStream.push()CODE
HIGH…/python-flask-shared/.pypackages/click/_termui_impl.py631 return subprocess.Popen(args, stderr=null).wait()CODE
HIGH…ojects/python-flask-shared/.pypackages/blinker/base.py220 The order receivers are called is undefined, but can be influenced bySTRING
HIGH…ojects/python-flask-shared/.pypackages/blinker/base.py271 The order receivers are called is undefined, but can be influenced bySTRING
HIGH…n-django-shared/.pypackages/django/template/context.py206 self.push()CODE
HIGH…n-django-shared/.pypackages/django/template/context.py297 context.push(original_context)CODE
HIGH…ango-shared/.pypackages/django/template/loader_tags.py53 with context.push():CODE
HIGH…ango-shared/.pypackages/django/template/loader_tags.py67 block_context.push(self.name, push)CODE
HIGH…ango-shared/.pypackages/django/template/loader_tags.py209 with context.push(**values):CODE
HIGH…ango-shared/.pypackages/django/template/defaulttags.py139 with context.push(var=output):CODE
HIGH…ango-shared/.pypackages/django/template/defaulttags.py191 with context.push():CODE
HIGH…ango-shared/.pypackages/django/template/defaulttags.py547 with context.push(**values):CODE
HIGH…thon-django-shared/.pypackages/django/utils/version.py83 # Repository may not be found if __file__ is undefined, e.g. in a frozenCOMMENT
HIGH…ed/.pypackages/django/contrib/gis/geos/mutable_list.py41 If left undefined, all mutations will result in rebuildingSTRING
HIGH…go-shared/.pypackages/django/contrib/gis/gdal/field.py98 "Return True if the value of this field isn't null, False otherwise."CODE
HIGH…ared/.pypackages/django/contrib/gis/gdal/geometries.py195 return isinstance(other, OGRGeometry) and self.equals(other)CODE
HIGH…red/.pypackages/django/contrib/gis/utils/ogrinspect.py121 give specific fields to have null, then a list/tuple of OGR fieldSTRING
HIGH…red/.pypackages/django/contrib/gis/utils/ogrinspect.py171 null_fields = process_kwarg(null)CODE
HIGH…/django/contrib/gis/db/backends/mysql/introspection.py20 for column, typ, null, key, default, extra in cursor.fetchall():CODE
HIGH…es/django/contrib/gis/db/backends/spatialite/schema.py8 "%(geom_type)s, %(dim)s, %(null)s)"CODE
HIGH…es/django/contrib/gis/db/backends/spatialite/schema.py54 "null": int(not field.null),CODE
HIGH…-django-shared/.pypackages/django/db/backends/utils.py215 ) # return None if s is nullCODE
HIGH…pypackages/django/db/backends/postgresql/operations.py258 "coalesce(max(%s), 1), max(%s) %s null) %s %s;"CODE
HIGH…d/.pypackages/django/db/backends/sqlite3/operations.py202 JOIN tables ON (sql REGEXP %s || tables.name || %s)CODE
HIGH…o-shared/.pypackages/django/db/backends/base/schema.py327 # Oracle treats the empty string ('') as null, so coerce the nullCOMMENT
HIGH…o-shared/.pypackages/django/db/backends/base/schema.py1122 ) and (old_field.null and not new_field.null)CODE
HIGH…django-shared/.pypackages/django/db/models/deletion.py27 nullable=field.null,CODE
HIGH…d/.pypackages/django/db/models/functions/comparison.py130 On MySQL, Oracle, and SQLite, if any expression is null, null is returned.STRING
HIGH…d/.pypackages/django/db/models/functions/comparison.py198 On MySQL, Oracle, and SQLite, if any expression is null, return null.STRING
HIGH…jango-shared/.pypackages/django/db/models/sql/query.py1563 # is null, then col != someval will result in SQL "unknown"COMMENT
HIGH…/main/assets/sample_projects/python-fastapi-en/main.py134 document.getElementById('result').textContent=JSON.stringify(d,null,2)+'\\n\\n⏱️ '+ms+'ms';CODE
HIGH…/python-fastapi-shared/.pypackages/starlette/config.py98 default: typing.Any = undefined,CODE
HIGH…/python-fastapi-shared/.pypackages/starlette/config.py106 default: typing.Any = undefined,CODE
HIGH…ython-fastapi-shared/.pypackages/click/_termui_impl.py631 return subprocess.Popen(args, stderr=null).wait()CODE
HIGH…n-fastapi-shared/.pypackages/anyio/_core/_typedattr.py59 def extra(self, attribute: Any, default: object = undefined) -> object:CODE
HIGH…n-fastapi-shared/.pypackages/anyio/_core/_typedattr.py61 extra(attribute, default=undefined)STRING
HIGH…src/main/assets/sample_projects/python-fastapi/main.py134 document.getElementById('result').textContent=JSON.stringify(d,null,2)+'\\n\\n⏱️ '+ms+'ms';CODE
HIGH…/main/assets/sample_projects/python-fastapi-ar/main.py134 document.getElementById('result').textContent=JSON.stringify(d,null,2)+'\\n\\n⏱️ '+ms+'ms';CODE
Decorative Section Separators75 hits · 228 pts
SeverityFileLineSnippetContext
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt46// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt49// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt67// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt69// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt695// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt697// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt785// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt787// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt816// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt818// ══════════════════════════════════════════════════════════════COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py23# -----------COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py25# -----------COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py64# ------------------------COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py66# ------------------------COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py250# --------------------COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py252# --------------------COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py269# ----------------COMMENT
MEDIUM…ango-shared/.pypackages/packaging/dependency_groups.py271# ----------------COMMENT
MEDIUM…/python-django-shared/.pypackages/packaging/_parser.py95# --------------------------------------------------------------------------------------COMMENT
MEDIUM…/python-django-shared/.pypackages/packaging/_parser.py97# --------------------------------------------------------------------------------------COMMENT
MEDIUM…/python-django-shared/.pypackages/packaging/_parser.py289# --------------------------------------------------------------------------------------COMMENT
MEDIUM…/python-django-shared/.pypackages/packaging/_parser.py291# --------------------------------------------------------------------------------------COMMENT
MEDIUM…n-django-shared/.pypackages/sqlparse/filters/others.py166# ---------------------------COMMENT
MEDIUM…ed/.pypackages/django/contrib/gis/db/models/lookups.py93# ------------------COMMENT
MEDIUM…ed/.pypackages/django/contrib/gis/db/models/lookups.py95# ------------------COMMENT
MEDIUM…ed/.pypackages/django/contrib/gis/db/models/lookups.py222# ------------------COMMENT
MEDIUM…ed/.pypackages/django/contrib/gis/db/models/lookups.py224# ------------------COMMENT
MEDIUM…o-shared/.pypackages/django/db/backends/base/schema.py991 # ------------------------------------------------------------------------------COMMENT
MEDIUM…o-shared/.pypackages/django/db/backends/base/schema.py1183 # ------------------------------------------------------------------------------COMMENT
MEDIUM…ojects/python-fastapi-shared/.pypackages/h11/_state.py16# ===================COMMENT
MEDIUM…ojects/python-fastapi-shared/.pypackages/h11/_state.py93# --------------COMMENT
MEDIUM.github/scripts/ci/validate_modules.py34# ───────────────────────── enum values (must mirror the Kotlin source) ─COMMENT
MEDIUM.github/scripts/ci/validate_modules.py74# ───────────────────────── regex helpers ───────────────────────────────COMMENT
MEDIUM.github/scripts/ci/validate_modules.py131# ───────────────────────── primitive checks ────────────────────────────COMMENT
MEDIUM.github/scripts/ci/validate_modules.py190# ───────────────────────── manifest checks ─────────────────────────────COMMENT
MEDIUM.github/scripts/ci/validate_modules.py289# ───────────────────────── registry checks ─────────────────────────────COMMENT
MEDIUM.github/scripts/ci/validate_modules.py379# ───────────────────────── cross-file consistency ─────────────────────COMMENT
MEDIUM.github/scripts/ci/validate_modules.py447# ───────────────────────── per-folder structural checks ───────────────COMMENT
MEDIUM.github/scripts/ci/validate_modules.py603# ───────────────────────── entry point ─────────────────────────────────COMMENT
MEDIUM.github/scripts/ci/generate_submissions.py63# ───────────────────────── git helpers ─────────────────────────────────COMMENT
MEDIUM.github/scripts/ci/generate_submissions.py131# ───────────────────────── GitHub API helpers ──────────────────────────COMMENT
MEDIUM.github/scripts/ci/generate_submissions.py211# ───────────────────────── core logic ──────────────────────────────────COMMENT
MEDIUM.github/scripts/ci/generate_submissions.py522# ───────────────────────── CLI entry ───────────────────────────────────COMMENT
MEDIUMmodules/auto-scroll/main.js33 // ── core scroll engine ────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-scroll/main.js86 // ── pause-on-interaction ──────────────────────────────────────────COMMENT
MEDIUMmodules/auto-scroll/main.js140 // ── floating panel ────────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-scroll/main.js184 // ── panel button registration ─────────────────────────────────────COMMENT
MEDIUMmodules/auto-scroll/main.js200 // ── resume after navigation ───────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js7 // ── Exclusion list ─────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js18 // ── URL registry ───────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js52 // ── Open in player ─────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js70 // ── XHR intercept ─────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js83 // ── fetch intercept ───────────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js93 // ── JWPlayer hook ─────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js126 // ── video.src property trap ───────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js139 // ── Shadow DOM UI ──────────────────────────────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js342 // ── Also scan page URL and inline scripts ─────────────────────COMMENT
MEDIUMmodules/auto-open-video-player/main.js372 // ── Init ───────────────────────────────────────────────────────COMMENT
MEDIUMmodules/tv-dpad-cursor/main.js21 // ── Configuration from configItems ────────────────────────────COMMENT
MEDIUMmodules/tv-dpad-cursor/main.js33 // ── Constants ─────────────────────────────────────────────────COMMENT
15 more matches not shown…
Over-Commented Block160 hits · 160 pts
SeverityFileLineSnippetContext
LOW…va/com/webtoapp/core/extension/ExtensionPanelScript.kt1541 // ==================== CSP 安全的事件委托 ====================COMMENT
LOW…com/webtoapp/core/extension/ChromeExtensionPolyfill.kt1521 // ===== browser.* alias =====COMMENT
LOWapp/src/main/cpp/integrity_check.cpp1#include "crypto_engine.h"COMMENT
LOWapp/src/main/cpp/anti_debug.cpp1#include "crypto_engine.h"COMMENT
LOWapp/src/main/cpp/apk_optimizer.c1#include <jni.h>COMMENT
LOWapp/src/main/cpp/crypto_engine.cpp1#include <jni.h>COMMENT
LOWapp/src/main/cpp/sys_optimizer.c1#define _GNU_SOURCECOMMENT
LOWapp/src/main/cpp/hardware_control.c1#define _GNU_SOURCECOMMENT
LOWapp/src/main/cpp/perf_engine.c1#include <jni.h>COMMENT
LOWapp/src/main/cpp/node_bridge.cpp1#include <jni.h>COMMENT
LOWapp/src/main/cpp/go_exec_loader.c1#include <errno.h>COMMENT
LOWapp/src/main/cpp/go_exec_loader.c21#define ET_EXEC 2COMMENT
LOWapp/src/main/cpp/go_exec_loader.c41#endifCOMMENT
LOWapp/src/main/cpp/crypto_optimized.c1#include <jni.h>COMMENT
LOW…rojects/python-flask-shared/.pypackages/flask/views.py61 #:COMMENT
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py161 #:COMMENT
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py181 #: flask.g object is now application context scoped.COMMENT
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py201 #:COMMENT
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py241 #: :meth:`create_jinja_environment`. Changing these options afterCOMMENT
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py341 """COMMENT
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py361 self.teardown_appcontext_funcs: list[ft.TeardownCallable] = []COMMENT
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py381 #: The key must match the name of the extension module. For example inCOMMENT
LOW…thon-flask-shared/.pypackages/flask/sansio/scaffold.py101 #: been registered.COMMENT
LOW…thon-flask-shared/.pypackages/flask/sansio/scaffold.py121 #: decorator.COMMENT
LOW…thon-flask-shared/.pypackages/flask/sansio/scaffold.py141 ft.AppOrBlueprintKey, list[ft.BeforeRequestCallable]COMMENT
LOW…thon-flask-shared/.pypackages/flask/sansio/scaffold.py161 #: blueprint the functions are active for, or ``None`` for allCOMMENT
LOW…thon-flask-shared/.pypackages/flask/sansio/scaffold.py181 #:COMMENT
LOW…thon-flask-shared/.pypackages/flask/sansio/scaffold.py201 list[ft.URLValuePreprocessorCallable],COMMENT
LOW…ects/python-flask-shared/.pypackages/jinja2/runtime.py701 # problematic for macros because whether a macro is safe depends notCOMMENT
LOW…ects/python-flask-shared/.pypackages/jinja2/sandbox.py201 }COMMENT
LOW…ects/python-flask-shared/.pypackages/jinja2/sandbox.py221 #: operator call, so make sure only to intercept the ones you areCOMMENT
LOW…ects/python-flask-shared/.pypackages/werkzeug/local.py561 # __get__ (proxying descriptor not supported)COMMENT
LOW…-flask-shared/.pypackages/werkzeug/wrappers/request.py81 #: the maximum form field size. This is forwarded to the form dataCOMMENT
LOW…flask-shared/.pypackages/werkzeug/wrappers/response.py121 #:COMMENT
LOW…-flask-shared/.pypackages/werkzeug/sansio/multipart.py101 # Note in the below \h i.e. horizontal whitespace is usedCOMMENT
LOW…on-flask-shared/.pypackages/werkzeug/sansio/request.py61 .. versionchanged:: 3.0COMMENT
LOW…projects/python-flask-shared/.pypackages/click/core.py321 default_map = parent.default_map.get(info_name)COMMENT
LOW…projects/python-flask-shared/.pypackages/click/core.py361COMMENT
LOW…projects/python-flask-shared/.pypackages/click/core.py1801COMMENT
LOW…rojects/python-flask-shared/.pypackages/click/types.py1061COMMENT
LOW…ojects/python-flask-shared/.pypackages/click/parser.py381 #COMMENT
LOW…/python-flask-shared/.pypackages/click/_termui_impl.py701COMMENT
LOW…/python-flask-shared/.pypackages/click/_termui_impl.py721 # and call `getwch` again, but that means that when the user typesCOMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py181COMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py201 # answer with what to do in that case. As such, we'll do the onlyCOMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py241# The various parse_FORMAT functions here are intended to be as lenient asCOMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py361 # We use get_all() here, even for fields that aren't multiple use,COMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py381COMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py421 raw_name = _EMAIL_TO_RAW_MAPPING.get(name)COMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py441 if raw_name in _STRING_FIELDS and len(value) == 1:COMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py461 # The project urls is implemented in the metadata spec as a list ofCOMMENT
LOW…/python-django-shared/.pypackages/packaging/markers.py341 # packaging.requirements.Requirement. If any additional logic isCOMMENT
LOW…ango-shared/.pypackages/packaging/licenses/__init__.py1#######################################################################################COMMENT
LOW…ango-shared/.pypackages/packaging/licenses/__init__.py21# INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR ACOMMENT
LOW…cts/python-django-shared/.pypackages/sqlparse/utils.py1#COMMENT
LOW…cts/python-django-shared/.pypackages/sqlparse/lexer.py21COMMENT
LOW…-django-shared/.pypackages/sqlparse/engine/grouping.py1#COMMENT
LOW…ared/.pypackages/sqlparse/engine/statement_splitter.py101 # Yield token if we finished a statement and there's no whitespacesCOMMENT
LOW…ects/python-django-shared/.pypackages/gunicorn/util.py181 # anyway.COMMENT
LOW…ects/python-django-shared/.pypackages/gunicorn/util.py521 # If stdout and stderr are still connected toCOMMENT
100 more matches not shown…
AI Structural Patterns139 hits · 136 pts
SeverityFileLineSnippetContext
LOW…_projects/python-flask-shared/.pypackages/flask/app.py215CODE
LOW…on-flask-shared/.pypackages/flask/sansio/blueprints.py174CODE
LOW…ts/python-flask-shared/.pypackages/flask/sansio/app.py280CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py294CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py386CODE
LOW…/python-flask-shared/.pypackages/jinja2/environment.py1167CODE
LOW…ts/python-flask-shared/.pypackages/werkzeug/serving.py960CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py298CODE
LOW…ects/python-flask-shared/.pypackages/werkzeug/utils.py312CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/http.py1230CODE
LOW…n-flask-shared/.pypackages/werkzeug/sansio/response.py189CODE
LOW…ython-flask-shared/.pypackages/werkzeug/sansio/http.py17CODE
LOW…hon-flask-shared/.pypackages/werkzeug/routing/rules.py459CODE
LOW…ython-flask-shared/.pypackages/werkzeug/routing/map.py94CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py269CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py1206CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py2093CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py2515CODE
LOW…rojects/python-flask-shared/.pypackages/click/types.py803CODE
LOW…ojects/python-flask-shared/.pypackages/click/termui.py79CODE
LOW…ojects/python-flask-shared/.pypackages/click/termui.py283CODE
LOW…ojects/python-flask-shared/.pypackages/click/termui.py462CODE
LOW…/python-flask-shared/.pypackages/click/_termui_impl.py40CODE
LOW…s/python-django-shared/.pypackages/packaging/pylock.py535CODE
LOW…django-shared/.pypackages/sqlparse/filters/reindent.py13CODE
LOW…ython-django-shared/.pypackages/django/forms/models.py137CODE
LOW…ython-django-shared/.pypackages/django/forms/models.py566CODE
LOW…ython-django-shared/.pypackages/django/forms/models.py1009CODE
LOW…ython-django-shared/.pypackages/django/forms/models.py1276CODE
LOW…ython-django-shared/.pypackages/django/forms/models.py343CODE
LOW…ython-django-shared/.pypackages/django/forms/models.py1449CODE
LOW…ython-django-shared/.pypackages/django/forms/fields.py99CODE
LOW…hon-django-shared/.pypackages/django/forms/formsets.py534CODE
LOW…hon-django-shared/.pypackages/django/forms/formsets.py81CODE
LOW…python-django-shared/.pypackages/django/forms/forms.py71CODE
LOW…-django-shared/.pypackages/django/core/mail/message.py199CODE
LOW…-django-shared/.pypackages/django/core/mail/message.py443CODE
LOW…o-shared/.pypackages/django/core/mail/backends/smtp.py18CODE
LOW…python-django-shared/.pypackages/django/test/runner.py646CODE
LOW…on-django-shared/.pypackages/django/template/engine.py20CODE
LOW…jango-shared/.pypackages/django/utils/feedgenerator.py62CODE
LOW…jango-shared/.pypackages/django/utils/feedgenerator.py101CODE
LOW…django-shared/.pypackages/django/contrib/auth/forms.py340CODE
LOW…o-shared/.pypackages/django/contrib/postgres/search.py279CODE
LOW…hared/.pypackages/django/contrib/contenttypes/forms.py77CODE
LOW…red/.pypackages/django/contrib/gis/utils/ogrinspect.py129CODE
LOW…thon-django-shared/.pypackages/django/http/response.py213CODE
LOW…ed/.pypackages/django/db/backends/postgresql/schema.py340CODE
LOW…o-shared/.pypackages/django/db/backends/base/schema.py1515CODE
LOW…o-shared/.pypackages/django/db/backends/base/schema.py1913CODE
LOW…ngo-shared/.pypackages/django/db/models/constraints.py180CODE
LOW…-shared/.pypackages/django/db/models/fields/related.py1344CODE
LOW…shared/.pypackages/django/db/models/fields/__init__.py185CODE
LOW…jango-shared/.pypackages/django/db/models/sql/query.py1419CODE
LOW…thon-fastapi-shared/.pypackages/starlette/responses.py104CODE
LOW…thon-fastapi-shared/.pypackages/starlette/responses.py286CODE
LOW…hon-fastapi-shared/.pypackages/starlette/testclient.py441CODE
LOW…hon-fastapi-shared/.pypackages/starlette/testclient.py481CODE
LOW…hon-fastapi-shared/.pypackages/starlette/testclient.py510CODE
LOW…hon-fastapi-shared/.pypackages/starlette/testclient.py539CODE
79 more matches not shown…
Modern Structural Boilerplate103 hits · 103 pts
SeverityFileLineSnippetContext
LOW…_projects/python-flask-shared/.pypackages/flask/app.py456 def update_template_context(self, context: dict) -> None:CODE
LOW…ects/python-flask-shared/.pypackages/jinja2/bccache.py183 def set_bucket(self, bucket: Bucket) -> None:CODE
LOW…jects/python-flask-shared/.pypackages/werkzeug/test.py548 def _set_form(self, name: str, value: MultiDict[str, t.Any]) -> None:CODE
LOW…flask-shared/.pypackages/werkzeug/wrappers/response.py289 def set_data(self, value: bytes | str) -> None:CODE
LOW…n-flask-shared/.pypackages/werkzeug/sansio/response.py505 def set_etag(self, etag: str, weak: bool = False) -> None:CODE
LOW…lask-shared/.pypackages/werkzeug/datastructures/csp.py77 def _set_value(self, key: str, value: str | None) -> None:CODE
LOW…n-flask-shared/.pypackages/werkzeug/routing/matcher.py60 def _update_state(state: State) -> None:CODE
LOW…projects/python-flask-shared/.pypackages/click/core.py809 def set_parameter_source(self, name: str, source: ParameterSource) -> None:CODE
LOW…ts/python-flask-shared/.pypackages/blinker/__init__.py10__all__ = [CODE
LOW…cts/python-django-shared/.pypackages/packaging/tags.py33__all__ = [CODE
LOW…cts/python-django-shared/.pypackages/packaging/tags.py58logger = logging.getLogger(__name__)CODE
LOW…ango-shared/.pypackages/packaging/dependency_groups.py9__all__ = [CODE
LOW…python-django-shared/.pypackages/packaging/metadata.py29__all__ = [CODE
LOW…/python-django-shared/.pypackages/packaging/version.py63__all__ = ["VERSION_PATTERN", "InvalidVersion", "Version", "normalize_pre", "parse"]CODE
LOW…thon-django-shared/.pypackages/packaging/direct_url.py18__all__ = [CODE
LOW…s/python-django-shared/.pypackages/packaging/pylock.py40__all__ = [CODE
LOW…ts/python-django-shared/.pypackages/packaging/utils.py13__all__ = [CODE
LOW…on-django-shared/.pypackages/packaging/requirements.py14__all__ = [CODE
LOW…/python-django-shared/.pypackages/packaging/markers.py19__all__ = [CODE
LOW…s/python-django-shared/.pypackages/packaging/errors.py8__all__ = ["ExceptionGroup"]CODE
LOW…thon-django-shared/.pypackages/packaging/specifiers.py40__all__ = [CODE
LOW…ango-shared/.pypackages/packaging/licenses/__init__.py39__all__ = [CODE
LOW…cts/python-django-shared/.pypackages/asgiref/server.py8logger = logging.getLogger(__name__)CODE
LOW…/python-django-shared/.pypackages/sqlparse/__init__.py22__all__ = ["engine", "filters", "formatter", "sql", "tokens", "cli"]CODE
LOW…django-shared/.pypackages/sqlparse/filters/__init__.py25__all__ = [CODE
LOW…-django-shared/.pypackages/sqlparse/engine/__init__.py12__all__ = [CODE
LOW…cts/python-django-shared/.pypackages/gunicorn/debug.py14__all__ = ['spew', 'unspew']CODE
LOW…on-django-shared/.pypackages/gunicorn/http/__init__.py9__all__ = ['Message', 'Request', 'RequestParser']CODE
LOW…jango-shared/.pypackages/django/core/cache/__init__.py25__all__ = [CODE
LOW…django-shared/.pypackages/django/core/mail/__init__.py23__all__ = [CODE
LOW…ango-shared/.pypackages/django/core/checks/__init__.py31__all__ = [CODE
LOW…jango-shared/.pypackages/django/core/files/__init__.py3__all__ = ["File"]CODE
LOW…-shared/.pypackages/django/core/files/uploadhandler.py11__all__ = [CODE
LOW…on-django-shared/.pypackages/django/core/files/move.py13__all__ = ["file_move_safe"]CODE
LOW…thon-django-shared/.pypackages/django/test/__init__.py21__all__ = [CODE
LOW…thon-django-shared/.pypackages/django/utils/choices.py6__all__ = [CODE
LOW…hon-django-shared/.pypackages/django/utils/timezone.py14__all__ = [CODE
LOW…hared/.pypackages/django/utils/translation/__init__.py11__all__ = [CODE
LOW…-shared/.pypackages/django/contrib/postgres/indexes.py5__all__ = [CODE
LOW…red/.pypackages/django/contrib/postgres/constraints.py13__all__ = ["ExclusionConstraint"]CODE
LOW…ed/.pypackages/django/contrib/postgres/forms/ranges.py11__all__ = [CODE
LOW…ed/.pypackages/django/contrib/postgres/forms/hstore.py7__all__ = ["HStoreField"]CODE
LOW…kages/django/contrib/postgres/aggregates/statistics.py3__all__ = [CODE
LOW…packages/django/contrib/postgres/aggregates/general.py10__all__ = [CODE
LOW…d/.pypackages/django/contrib/postgres/fields/citext.py7__all__ = ["CICharField", "CIEmailField", "CIText", "CITextField"]CODE
LOW…d/.pypackages/django/contrib/postgres/fields/ranges.py17__all__ = [CODE
LOW…ed/.pypackages/django/contrib/postgres/fields/jsonb.py3__all__ = ["JSONField"]CODE
LOW…ed/.pypackages/django/contrib/postgres/fields/array.py15__all__ = ["ArrayField"]CODE
LOW…d/.pypackages/django/contrib/postgres/fields/hstore.py10__all__ = ["HStoreField"]CODE
LOW…jango-shared/.pypackages/django/contrib/gis/measure.py41__all__ = ["A", "Area", "D", "Distance"]CODE
LOW…jango-shared/.pypackages/django/contrib/gis/geos/io.py14__all__ = ["WKBWriter", "WKTWriter", "WKBReader", "WKTReader"]CODE
LOW….pypackages/django/contrib/gis/geos/prototypes/misc.py11__all__ = ["geos_area", "geos_distance", "geos_length", "geos_isvalidreason"]CODE
LOW…hared/.pypackages/django/contrib/gis/utils/__init__.py9__all__ = [CODE
LOW…ed/.pypackages/django/contrib/gis/sitemaps/__init__.py4__all__ = ["KMLSitemap", "KMZSitemap"]CODE
LOW….pypackages/django/contrib/gis/db/models/aggregates.py10__all__ = ["Collect", "Extent", "Extent3D", "MakeLine", "Union"]CODE
LOW…ypackages/django/contrib/gis/db/models/sql/__init__.py3__all__ = [CODE
LOW…ared/.pypackages/django/contrib/gis/geoip2/__init__.py14__all__ = ["HAS_GEOIP2"]CODE
LOW…thon-django-shared/.pypackages/django/http/__init__.py28__all__ = [CODE
LOW…thon-django-shared/.pypackages/django/urls/__init__.py27__all__ = [CODE
LOW…python-django-shared/.pypackages/django/db/__init__.py19__all__ = [CODE
43 more matches not shown…
AI Slop Vocabulary31 hits · 54 pts
SeverityFileLineSnippetContext
MEDIUM…ects/python-flask-shared/.pypackages/flask/sessions.py108 """The basic interface you have to implement in order to replace theSTRING
MEDIUM…_projects/python-flask-shared/.pypackages/flask/app.py1247 """Can be overridden in order to modify the response objectSTRING
LOW…cts/python-flask-shared/.pypackages/jinja2/compiler.py1009 # if we have a known extends we just add a template runtimeCOMMENT
LOW…s/python-flask-shared/.pypackages/jinja2/idtracking.py112 # Otherwise we can just set it to undefined.COMMENT
LOW…ects/python-flask-shared/.pypackages/jinja2/bccache.py224 # explicitly forced otherwise. We can just use that.COMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py214 # is unparsable, and we can just add the whole thing to ourCOMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py410 # This is already a string, so just add it.COMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py439 # what we should parse it as, and we have to just add it to our listCOMMENT
LOW…thon-django-shared/.pypackages/packaging/specifiers.py995 # version. If it's not we can short circuit and just return False nowCOMMENT
LOW…thon-django-shared/.pypackages/packaging/specifiers.py1020 # version. If it's not we can short circuit and just return False nowCOMMENT
LOW…thon-django-shared/.pypackages/packaging/specifiers.py1424 # then we'll just return None since we don't know if this should haveCOMMENT
MEDIUM…cts/python-django-shared/.pypackages/sqlparse/lexer.py44 # to pass down and utilize such an object. The current implementationCOMMENT
LOW…ared/.pypackages/sqlparse/engine/statement_splitter.py139 # token but not for BEGIN itself (which just set the flag)COMMENT
LOW…n-django-shared/.pypackages/django/middleware/cache.py85 # We don't need to update the cache, just return.COMMENT
LOW…ython-django-shared/.pypackages/django/forms/models.py1523 # the property self.choices. In this case, just return self._choices.COMMENT
LOW…ango-shared/.pypackages/django/http/multipartparser.py226 # This is a post field, we can just set it in the postCOMMENT
LOW…ango-shared/.pypackages/django/http/multipartparser.py640 # There's nothing left, we should just return and mark as done.COMMENT
LOW…d/.pypackages/django/db/backends/sqlite3/operations.py182 # For consistency with SQLiteCursorWrapper.execute(), just return sqlCOMMENT
LOW…shared/.pypackages/django/db/backends/base/creation.py204 # just return and skip it all.COMMENT
MEDIUM…ngo-shared/.pypackages/django/db/backends/base/base.py99 # Each entry is an (sids, func, robust) tuple, where sids is a set ofCOMMENT
MEDIUM…ngo-shared/.pypackages/django/db/backends/base/base.py100 # the active savepoint IDs when this function was registered and robustCOMMENT
LOW…ackages/django/db/models/fields/related_descriptors.py336 # when accessing the attribute we just set.COMMENT
LOW…ackages/django/db/models/fields/related_descriptors.py595 # when accessing the attribute we just set.COMMENT
LOW…ackages/django/db/models/fields/related_descriptors.py1161 # there will already be a join on the join table, so we can just addCOMMENT
LOW…-shared/.pypackages/django/db/models/fields/related.py901 # While 'limit_choices_to' might be a callable, simply passCOMMENT
MEDIUM…jango-shared/.pypackages/django/db/models/sql/query.py439 # resolving purpose to facilitate their subsequent removal.COMMENT
LOW…ects/python-fastapi-shared/.pypackages/h11/_headers.py60# aren't. For now we punt and just use a super simple representation: headersCOMMENT
LOW…python-fastapi-shared/.pypackages/starlette/routing.py633 # returning the response. For plain ASGI apps, just return the response.COMMENT
LOW…thon-fastapi-shared/.pypackages/starlette/endpoints.py50 # returning the response. For plain ASGI apps, just return the response.COMMENT
MEDIUM…s/python-fastapi-shared/.pypackages/fastapi/routing.py163 # facilitate profiling endpoints, since inner functions are harder to profile.COMMENT
LOW…-fastapi-shared/.pypackages/pydantic/error_wrappers.py46# but recursive, therefore just use:COMMENT
Redundant / Tautological Comments27 hits · 40 pts
SeverityFileLineSnippetContext
LOW…on-flask-shared/.pypackages/werkzeug/debug/__init__.py323 # Set _pin to None explicitly to prevent regeneration by the getterCOMMENT
LOW…python-django-shared/.pypackages/packaging/metadata.py626 # Check if content-type is valid or defaulted to `text/plain` and thus wasCOMMENT
LOW…ared/.pypackages/sqlparse/engine/statement_splitter.py117 # Check if we get the end of a statementCOMMENT
LOW…-django-shared/.pypackages/django/middleware/common.py51 # Check if we also need to append a slash so we can do it allCOMMENT
LOW…on-django-shared/.pypackages/django/core/validators.py119 # Check if the scheme is valid.COMMENT
LOW…/.pypackages/django/core/serializers/xml_serializer.py296 # Check if there is a child node named 'None', returning None if so.COMMENT
LOW…thon-django-shared/.pypackages/django/template/base.py941 # Set this to True for nodes that must be first in the template (althoughCOMMENT
LOW…s/python-django-shared/.pypackages/django/utils/log.py226 # Check if the response has already been logged. Multiple requests to logCOMMENT
LOW…ango-shared/.pypackages/django/contrib/auth/hashers.py451 # Set salt_len to the salt_len of the current parameters because saltCOMMENT
LOW…d/.pypackages/django/contrib/gis/gdal/raster/source.py142 # Check if width and height where specifiedCOMMENT
LOW…d/.pypackages/django/contrib/gis/gdal/raster/source.py148 # Check if srid was specifiedCOMMENT
LOW…ages/django/contrib/gis/db/backends/spatialite/base.py72 # Check if spatial metadata have been initialized in the databaseCOMMENT
LOW…red/.pypackages/django/contrib/gis/db/models/fields.py200 # Check if input is a candidate for conversion to raster or geometry.COMMENT
LOW…ed/.pypackages/django/contrib/gis/db/models/lookups.py29 # Check if a band index was passed in the query argument.COMMENT
LOW…ed/.pypackages/django/contrib/gis/db/models/lookups.py315 # Check if the second parameter is a band index.COMMENT
LOW…hon-django-shared/.pypackages/django/db/models/base.py2279 # Check if auto-generated name for the field is too longCOMMENT
LOW…hon-django-shared/.pypackages/django/db/models/base.py2302 # Check if auto-generated name for the M2M field is too longCOMMENT
LOW…jango-shared/.pypackages/django/db/models/sql/query.py1764 # Check if we need any joins for concrete inheritance cases (theCOMMENT
LOW…jango-shared/.pypackages/django/db/models/sql/where.py161 # Check if this node matches nothing or everything.COMMENT
LOW…python-django-shared/.pypackages/django/apps/config.py124 # Check if there's exactly one AppConfig candidate,COMMENT
LOW…python-django-shared/.pypackages/django/apps/config.py138 # Check if there's exactly one AppConfig subclass,COMMENT
LOW…python-fastapi-shared/.pypackages/typing_extensions.py770 # Check if the members appears in the class dictionary...COMMENT
LOW…on-fastapi-shared/.pypackages/starlette/staticfiles.py135 # Check if we have 'index.html' file to serve.COMMENT
LOW…on-fastapi-shared/.pypackages/starlette/formparsers.py256 # Write file data, it needs to use await with the UploadFile methodsCOMMENT
LOW…s/python-fastapi-shared/.pypackages/anyio/functools.py180 # Check if another task filled the cache while we acquired the lockCOMMENT
LOW…n-fastapi-shared/.pypackages/anyio/streams/buffered.py132 # Check if the delimiter can be found in the current bufferCOMMENT
LOW…n-fastapi-shared/.pypackages/anyio/streams/buffered.py139 # Check if the buffer is already at or over the limitCOMMENT
Structural Annotation Overuse11 hits · 23 pts
SeverityFileLineSnippetContext
LOW…python-django-shared/.pypackages/django/utils/cache.py180 # Step 1: Test the If-Match precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py184 # Step 2: Test the If-Unmodified-Since precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py192 # Step 3: Test the If-None-Match precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py199 # Step 4: Test the If-Modified-Since precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py208 # Step 5: Test the If-Range precondition (not supported).COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py209 # Step 6: Return original response since there isn't a conditional response.COMMENT
LOW…ython-django-shared/.pypackages/django/http/request.py60 # WARNING: The `WSGIRequest` subclass doesn't call `super`.COMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py112 # Step 1: some responses always have an empty body, regardless of what theCOMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py126 # Step 2: check for Transfer-Encoding (T-E beats C-L):COMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py132 # Step 3: check for Content-LengthCOMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py137 # Step 4: no applicable headers; fallback/default depends on typeCOMMENT
Verbosity Indicators10 hits · 22 pts
SeverityFileLineSnippetContext
LOW…python-django-shared/.pypackages/django/utils/cache.py180 # Step 1: Test the If-Match precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py184 # Step 2: Test the If-Unmodified-Since precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py192 # Step 3: Test the If-None-Match precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py199 # Step 4: Test the If-Modified-Since precondition.COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py208 # Step 5: Test the If-Range precondition (not supported).COMMENT
LOW…python-django-shared/.pypackages/django/utils/cache.py209 # Step 6: Return original response since there isn't a conditional response.COMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py112 # Step 1: some responses always have an empty body, regardless of what theCOMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py126 # Step 2: check for Transfer-Encoding (T-E beats C-L):COMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py132 # Step 3: check for Content-LengthCOMMENT
LOW…s/python-fastapi-shared/.pypackages/h11/_connection.py137 # Step 4: no applicable headers; fallback/default depends on typeCOMMENT
Fake / Example Data18 hits · 15 pts
SeverityFileLineSnippetContext
LOW…/webtoapp/core/apkbuilder/AppTypePreflightSmokeTest.kt126 adminEmail = "admin@example.com",CODE
LOW…in/java/com/webtoapp/core/extension/ExtensionModule.kt369 @SerializedName("placeholder")CODE
LOW…app/core/aicoding/export/SaveSessionAsModuleUseCase.kt148 placeholder = c.optString("placeholder")CODE
LOW…ts/python-flask-shared/.pypackages/jinja2/constants.py1#: list of lorem ipsum words used by the lipsum() helper functionCOMMENT
LOW…ojects/python-flask-shared/.pypackages/jinja2/utils.py356 """Generate some lorem ipsum for the template."""STRING
LOW…ango-shared/.pypackages/django/template/defaulttags.py1116 paragraph (starting "Lorem ipsum dolor sit amet, consectetuer...").STRING
LOW…ango-shared/.pypackages/django/template/defaulttags.py1116 paragraph (starting "Lorem ipsum dolor sit amet, consectetuer...").STRING
LOW…ango-shared/.pypackages/django/template/defaulttags.py1120 * ``{% lorem %}`` outputs the common "lorem ipsum" paragraphSTRING
LOW…ango-shared/.pypackages/django/template/defaulttags.py1121 * ``{% lorem 3 p %}`` outputs the common "lorem ipsum" paragraphSTRING
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py2Utility functions for generating "lorem ipsum" Latin text.STRING
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py8 "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "CODE
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py8 "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "CODE
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py227 Return a randomly generated sentence of lorem ipsum text.STRING
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py245 Return a randomly generated paragraph of lorem ipsum text.STRING
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py257 'lorem ipsum' paragraph. Otherwise, the first paragraph will be randomSTRING
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py271 Return a string of `count` lorem ipsum words separated by a single space.STRING
LOW…-django-shared/.pypackages/django/utils/lorem_ipsum.py274 'lorem ipsum' words. Otherwise, all words will be selected randomly.STRING
LOW.github/scripts/ci/validate_modules.py276 for str_field in ("description", "defaultValue", "placeholder", "validation"):CODE
Synthetic Comment Markers2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHapp/src/main/res/values-en/app_strings_ai.xml3AI will automatically generate extension module code</string><string name="appstr_ai_ai_checking" formatted="false">ChecCODE
HIGHapp/src/main/res/values-en/app_strings_legacy.xml2<resources><string name="appstr_legacy_advanced" formatted="false">Advanced</string><string name="appstr_legacy_advancedCODE
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
HIGH…s/python-fastapi-shared/.pypackages/h11/_connection.py365Add data to our internal receive buffer. This does not actually do any processing on the data, just stores STRING
HIGH…s/python-fastapi-shared/.pypackages/h11/_connection.py518Convert a high-level event into bytes that can be sent to the peer, while updating our internal state machine. STRING
Slop Phrases5 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…-flask-shared/.pypackages/werkzeug/routing/__init__.py76And here is how you can match URLs:STRING
LOW…/python-django-shared/.pypackages/packaging/markers.py342 # added here, make sure to mirror/adapt Requirement.COMMENT
LOW…ts/python-django-shared/.pypackages/gunicorn/errors.py13# we inherit from BaseException here to make sure to not be caughtCOMMENT
MEDIUM…jango-shared/.pypackages/gunicorn/instrument/statsd.py108 # you can use those directly if you wantCOMMENT
LOW…-django-shared/.pypackages/gunicorn/workers/gthread.py268 # an exception happened, make sure to close theCOMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…cts/python-fastapi-shared/.pypackages/pydantic/mypy.py553 # I don't know whether it's possible to hit this branch, but I've added it for safetyCOMMENT
Overly Generic Function Names8 hits · 7 pts
SeverityFileLineSnippetContext
LOW…hon-django-shared/.pypackages/gunicorn/workers/sync.py162 def handle_request(self, listener, req, client, addr):CODE
LOW…ango-shared/.pypackages/gunicorn/workers/base_async.py90 def handle_request(self, listener_name, req, sock, addr):CODE
LOW…django-shared/.pypackages/gunicorn/workers/gtornado.py49 def handle_request(self):CODE
LOW…-django-shared/.pypackages/gunicorn/workers/ggevent.py126 def handle_request(self, listener_name, req, sock, addr):CODE
LOW…-django-shared/.pypackages/gunicorn/workers/gthread.py313 def handle_request(self, req, conn):CODE
LOW…go-shared/.pypackages/django/views/decorators/debug.py22 def my_function(user):STRING
LOW…go-shared/.pypackages/django/views/decorators/debug.py31 def my_function()STRING
LOW…hon-fastapi-shared/.pypackages/starlette/testclient.py200 def handle_request(self, request: httpx.Request) -> httpx.Response:CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…jects/python-django-shared/.pypackages/sqlparse/sql.py109 # TODO: Add test for regex with is_keyword = falseCOMMENT