A native Android application that converts any website URL into a standalone Android App.
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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …com/webtoapp/core/extension/ModulePresetManagerTest.kt | 93 | val validPresetJson = com.webtoapp.util.GsonProvider.gson.toJson(validPreset) | CODE |
| CRITICAL | app/src/main/java/com/webtoapp/WebToAppApplication.kt | 145 | com.webtoapp.core.crypto.AesCryptoEngine.clearKeyCache() | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt | 136 | com.webtoapp.core.script.UserScriptStorage.deleteScriptsForApp( | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt | 174 | com.webtoapp.core.script.UserScriptStorage.isFileReference(it.code) | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt | 178 | com.webtoapp.core.script.UserScriptStorage.internalizeScripts( | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt | 422 | injectScripts = com.webtoapp.core.script.UserScriptStorage.externalizeScripts( | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt | 444 | com.webtoapp.core.script.UserScriptStorage.deleteScriptsForApp( | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt | 577 | injectScripts = com.webtoapp.core.script.UserScriptStorage.externalizeScripts( | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/viewmodel/MainViewModel.kt | 1368 | val config = com.webtoapp.core.scraper.WebsiteScraper.ScrapeConfig( | CODE |
| CRITICAL | …/java/com/webtoapp/ui/splash/SplashLauncherActivity.kt | 407 | com.webtoapp.ui.components.announcement.AnnouncementDialog( | CODE |
| CRITICAL | …/java/com/webtoapp/ui/splash/SplashLauncherActivity.kt | 408 | config = com.webtoapp.ui.components.announcement.AnnouncementConfig( | CODE |
| CRITICAL | …ava/com/webtoapp/ui/codepreview/HtmlPreviewActivity.kt | 358 | view?.evaluateJavascript(com.webtoapp.core.webview.DownloadBridge.getInjectionScript(), null) | CODE |
| CRITICAL | …ava/com/webtoapp/ui/codepreview/HtmlPreviewActivity.kt | 359 | view?.evaluateJavascript(com.webtoapp.core.webview.PrintBridge.getInjectionScript(), null) | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 57 | if (!com.webtoapp.core.wordpress.WordPressDependencyManager.isPhpReady(context)) { | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 91 | com.webtoapp.core.wordpress.WordPressManager.autoInstallIfNeeded( | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 101 | com.webtoapp.core.wordpress.WordPressManager.applyRuntimeConfig( | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 201 | com.webtoapp.core.webview.LocalHttpServer.stablePortForPackageName(portOwner) | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 243 | com.webtoapp.core.webview.LocalHttpServer.shouldEnableCrossOriginIsolation(siteDir) | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 375 | com.webtoapp.core.webview.LocalHttpServer.stablePortForPackageName(portOwner) | CODE |
| CRITICAL⚡ | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 506 | val nodePath = com.webtoapp.core.nodejs.NodeDependencyManager.getNodeLibraryPath(context) | CODE |
| CRITICAL⚡ | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 508 | com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "nativeLibraryDir: ${context.applicationInfo.native | CODE |
| CRITICAL⚡ | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 512 | com.webtoapp.core.shell.ShellLogger.e("NodeJsShell", "libnode.so 未找到") | CODE |
| CRITICAL⚡ | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 519 | com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "libnode.so 路径: $nodePath (size=${java.io.File(node | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 532 | com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "提取 Node.js 项目文件到 ${projectDir.absolutePath}") | CODE |
| CRITICAL⚡ | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 557 | com.webtoapp.core.shell.ShellLogger.i("NodeJsShell", "Node.js 就绪: $serverUrl") | CODE |
| CRITICAL⚡ | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 563 | com.webtoapp.core.shell.ShellLogger.e("NodeJsShell", "Node.js 服务器启动失败") | CODE |
| CRITICAL⚡ | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 567 | com.webtoapp.core.shell.ShellLogger.e("NodeJsShell", "Node.js Shell 启动失败", e) | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 656 | if (!com.webtoapp.core.wordpress.WordPressDependencyManager.isPhpReady(context)) { | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 777 | val pythonHome = com.webtoapp.core.python.PythonDependencyManager.getPythonDir(context) | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 790 | val abi = com.webtoapp.core.python.PythonDependencyManager.getDeviceAbi() | CODE |
| CRITICAL | …rc/main/java/com/webtoapp/ui/shell/ShellServerModes.kt | 981 | val elfInfo = com.webtoapp.core.golang.GoDependencyManager.parseElf(file) | CODE |
| CRITICAL | …/java/com/webtoapp/ui/shell/ShellPermissionDelegate.kt | 50 | com.webtoapp.data.model.DownloadLocationMode.valueOf( | CODE |
| CRITICAL | app/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt | 85 | com.webtoapp.data.model.RemoteActivationOfflinePolicy.valueOf(raw) | CODE |
| CRITICAL⚡ | app/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt | 106 | com.webtoapp.data.model.AnnouncementTemplateType.valueOf(config.announcementTemplate).toUiTemplate().type | CODE |
| CRITICAL⚡ | app/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt | 114 | com.webtoapp.ui.components.announcement.AnnouncementDialog( | CODE |
| CRITICAL⚡ | app/src/main/java/com/webtoapp/ui/shell/ShellDialogs.kt | 115 | config = com.webtoapp.ui.components.announcement.AnnouncementConfig( | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 23 | com.webtoapp.core.shell.ShellLogger.init( | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 29 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "onCreate 开始") | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 31 | com.webtoapp.core.perf.SystemPerfOptimizer.optimizeActivity(activity) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 45 | val hardwareController = com.webtoapp.core.forcedrun.ForcedRunHardwareController.getInstance(activity) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 47 | com.webtoapp.core.shell.ShellLogger.d("ShellActivity", "硬件控制器初始化成功") | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 49 | com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "硬件控制器初始化失败", e) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 92 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "自启动配置已注册: 开机=${autoStartConfig.bootStartEnabled} | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 94 | com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "自启动配置注册失败", e) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 103 | val isolationManager = com.webtoapp.core.privacy.IsolationManager.getInstance(activity) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 106 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "独立环境已初始化") | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 109 | com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "独立环境初始化失败", e) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 118 | com.webtoapp.core.background.BackgroundRunService.start( | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 127 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "后台运行服务已启动") | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 129 | com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "后台运行服务启动失败", e) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 140 | com.webtoapp.core.notification.NotificationPollingService.start( | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 149 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "轮询通知服务已启动: url=${nc.pollUrl}") | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 152 | com.webtoapp.core.notification.NotificationWebSocketService.start( | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 162 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "WebSocket 通知服务已启动: url=${nc.wsUrl}") | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 165 | com.webtoapp.core.notification.NotificationFcmManager.start( | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 167 | config = com.webtoapp.core.notification.NotificationFcmManager.FcmConfig( | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 180 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "FCM 通知通道已启动: project=${nc.fcmProjectId}" | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 185 | com.webtoapp.core.shell.ShellLogger.e("ShellActivity", "通知服务启动失败", e) | CODE |
| CRITICAL⚡ | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 195 | com.webtoapp.core.shell.ShellLogger.w("ShellActivity", "setTaskDescription 失败", e) | CODE |
| CRITICAL | …c/main/java/com/webtoapp/ui/shell/ShellActivityInit.kt | 63 | com.webtoapp.core.shell.ShellLogger.i("ShellActivity", "强制运行管理器初始化成功") | CODE |
| 355 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …src/main/assets/sample_projects/python-flask-en/app.py | 8 | CODE | |
| LOW | …src/main/assets/sample_projects/python-flask-en/app.py | 10 | CODE | |
| LOW | …src/main/assets/sample_projects/python-flask-en/app.py | 11 | CODE | |
| LOW | …src/main/assets/sample_projects/python-flask-en/app.py | 12 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/flask/logging.py | 1 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/flask/signals.py | 1 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/sessions.py | 1 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/flask/config.py | 1 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/flask/templating.py | 1 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/flask/globals.py | 1 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 1 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 5 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 6 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 7 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 8 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 9 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 10 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 11 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 12 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 13 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 14 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 15 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 16 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 17 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 18 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 19 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 20 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 21 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 22 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 23 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 24 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 25 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 26 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 27 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 28 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 29 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 30 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 31 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 32 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 33 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 34 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 35 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 36 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 37 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 38 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 39 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 40 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 41 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 42 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/__init__.py | 43 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/flask/blueprints.py | 1 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/flask/blueprints.py | 10 | CODE | |
| LOW | …_projects/python-flask-shared/.pypackages/flask/cli.py | 1 | CODE | |
| LOW | …_projects/python-flask-shared/.pypackages/flask/cli.py | 758 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/flask/wrappers.py | 1 | CODE | |
| LOW | …_projects/python-flask-shared/.pypackages/flask/app.py | 1 | CODE | |
| LOW | …/python-flask-shared/.pypackages/flask/debughelpers.py | 1 | CODE | |
| LOW | …_projects/python-flask-shared/.pypackages/flask/ctx.py | 1 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/flask/typing.py | 1 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/flask/typing.py | 6 | CODE | |
| 1355 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …_projects/python-flask-shared/.pypackages/flask/app.py | 732 | """This method is called whenever an exception occurs that | STRING |
| MEDIUM⚡ | …_projects/python-flask-shared/.pypackages/flask/app.py | 904 | """This method is called to create the default ``OPTIONS`` response. | STRING |
| MEDIUM | …ects/python-flask-shared/.pypackages/jinja2/bccache.py | 332 | """This class implements a bytecode cache that uses a memcache cache for | STRING |
| MEDIUM | …projects/python-flask-shared/.pypackages/jinja2/ext.py | 102 | """This method is called before the actual lexing and can be used to | STRING |
| MEDIUM | …python-flask-shared/.pypackages/werkzeug/formparser.py | 134 | """This class implements parsing of form data for Werkzeug. By itself | STRING |
| MEDIUM | …n-flask-shared/.pypackages/werkzeug/routing/matcher.py | 82 | # This function is meant to be called recursively, and will attempt | COMMENT |
| MEDIUM | …s/python-flask-shared/.pypackages/click/_winconsole.py | 1 | # This module is based on the excellent work by Adam Bartoš who | COMMENT |
| MEDIUM | …python-flask-shared/.pypackages/itsdangerous/signer.py | 183 | """This method is called to derive the key. The default key | STRING |
| MEDIUM | …cts/python-django-shared/.pypackages/packaging/tags.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …python-django-shared/.pypackages/packaging/metadata.py | 290 | # This class is for writing RFC822 messages | COMMENT |
| MEDIUM | …python-django-shared/.pypackages/packaging/metadata.py | 307 | # This class is for writing RFC822 messages | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/packaging/version.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …python-django-shared/.pypackages/packaging/__init__.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …ts/python-django-shared/.pypackages/packaging/utils.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …on-django-shared/.pypackages/packaging/requirements.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …hon-django-shared/.pypackages/packaging/_structures.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/packaging/markers.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …thon-django-shared/.pypackages/packaging/specifiers.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | …python-django-shared/.pypackages/sqlparse/formatter.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/sqlparse/keywords.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/sqlparse/__init__.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …ts/python-django-shared/.pypackages/sqlparse/tokens.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …jects/python-django-shared/.pypackages/sqlparse/cli.py | 4 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …cts/python-django-shared/.pypackages/sqlparse/utils.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …cts/python-django-shared/.pypackages/sqlparse/lexer.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …ython-django-shared/.pypackages/sqlparse/exceptions.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …jects/python-django-shared/.pypackages/sqlparse/sql.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/sqlparse/__main__.py | 6 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …django-shared/.pypackages/sqlparse/filters/reindent.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …go-shared/.pypackages/sqlparse/filters/right_margin.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …django-shared/.pypackages/sqlparse/filters/__init__.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …n-django-shared/.pypackages/sqlparse/filters/tokens.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …-shared/.pypackages/sqlparse/filters/aligned_indent.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …n-django-shared/.pypackages/sqlparse/filters/others.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …n-django-shared/.pypackages/sqlparse/filters/output.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …ngo-shared/.pypackages/sqlparse/engine/filter_stack.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …-django-shared/.pypackages/sqlparse/engine/grouping.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …-django-shared/.pypackages/sqlparse/engine/__init__.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …ared/.pypackages/sqlparse/engine/statement_splitter.py | 5 | # This module is part of python-sqlparse and is released under | COMMENT |
| MEDIUM | …s/python-django-shared/.pypackages/gunicorn/pidfile.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/gunicorn/reloader.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …ts/python-django-shared/.pypackages/gunicorn/config.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …ects/python-django-shared/.pypackages/gunicorn/util.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …s/python-django-shared/.pypackages/gunicorn/systemd.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/gunicorn/__init__.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …ects/python-django-shared/.pypackages/gunicorn/sock.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …cts/python-django-shared/.pypackages/gunicorn/debug.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …s/python-django-shared/.pypackages/gunicorn/arbiter.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …ts/python-django-shared/.pypackages/gunicorn/errors.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/gunicorn/glogging.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/gunicorn/__main__.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …thon-django-shared/.pypackages/gunicorn/app/wsgiapp.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …hon-django-shared/.pypackages/gunicorn/app/__init__.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …on-django-shared/.pypackages/gunicorn/app/pasterapp.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/gunicorn/app/base.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …jango-shared/.pypackages/gunicorn/instrument/statsd.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …python-django-shared/.pypackages/gunicorn/http/body.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …on-django-shared/.pypackages/gunicorn/http/__init__.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …hon-django-shared/.pypackages/gunicorn/http/message.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| MEDIUM | …on-django-shared/.pypackages/gunicorn/http/unreader.py | 3 | # This file is part of gunicorn released under the MIT license. | COMMENT |
| 151 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ts/python-flask-shared/.pypackages/flask/templating.py | 24 | def _default_template_ctx_processor() -> dict[str, t.Any]: | CODE |
| LOW⚡ | …_projects/python-flask-shared/.pypackages/flask/app.py | 903 | def make_default_options_response(self) -> Response: | CODE |
| LOW | …/python-flask-shared/.pypackages/flask/debughelpers.py | 73 | def attach_enctype_error_multidict(request): | CODE |
| LOW | …/python-flask-shared/.pypackages/flask/debughelpers.py | 116 | def explain_template_loading_attempts(app: App, template, attempts) -> None: | CODE |
| LOW | …_projects/python-flask-shared/.pypackages/flask/ctx.py | 148 | def copy_current_request_context(f: t.Callable) -> t.Callable: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/flask/testing.py | 192 | def _request_from_builder_args(self, args, kwargs): | CODE |
| LOW | …jects/python-flask-shared/.pypackages/flask/helpers.py | 377 | def _prepare_send_file_kwargs(**kwargs: t.Any) -> dict[str, t.Any]: | CODE |
| LOW | …on-flask-shared/.pypackages/flask/sansio/blueprints.py | 607 | def app_url_value_preprocessor( | CODE |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 525 | def create_global_jinja_loader(self) -> DispatchingJinjaLoader: | CODE |
| LOW | …thon-flask-shared/.pypackages/flask/sansio/scaffold.py | 615 | def special_exception_handler(error): | STRING |
| LOW | …cts/python-flask-shared/.pypackages/jinja2/compiler.py | 736 | def push_parameter_definitions(self, frame: Frame) -> None: | CODE |
| LOW | …cts/python-flask-shared/.pypackages/jinja2/compiler.py | 745 | def pop_parameter_definitions(self) -> None: | CODE |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/runtime.py | 853 | def _fail_with_undefined_error( | CODE |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/runtime.py | 946 | def _fail_with_undefined_error( # type: ignore | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 69 | def get_spontaneous_environment(cls: t.Type[_env_bound], *args: t.Any) -> _env_bound: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 126 | def _environment_config_check(environment: _env_bound) -> _env_bound: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 1452 | async def _get_default_module_async( | CODE |
| LOW | …rojects/python-flask-shared/.pypackages/jinja2/meta.py | 34 | def find_undeclared_variables(ast: nodes.Template) -> t.Set[str]: | CODE |
| LOW | …rojects/python-flask-shared/.pypackages/jinja2/meta.py | 62 | def find_referenced_templates(ast: nodes.Template) -> t.Iterator[t.Optional[str]]: | CODE |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 158 | class WSGIRequestHandler(BaseHTTPRequestHandler): | CODE |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 597 | def generate_adhoc_ssl_context() -> ssl.SSLContext: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 959 | def _update_cookies_from_response( | CODE |
| LOW⚡ | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 641 | def parse_cache_control_header( | STRING |
| LOW⚡ | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 648 | def parse_cache_control_header( | STRING |
| LOW⚡ | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 655 | def parse_cache_control_header( | STRING |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 849 | def parse_content_range_header( | STRING |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 1149 | def remove_hop_by_hop_headers(headers: ds.Headers | list[tuple[str, str]]) -> None: | STRING |
| LOW | …flask-shared/.pypackages/werkzeug/wrappers/response.py | 639 | def _is_range_request_processable(self, environ: WSGIEnvironment) -> bool: | CODE |
| LOW | …-flask-shared/.pypackages/werkzeug/sansio/multipart.py | 269 | def _last_partial_boundary_index(self, data: bytes | bytearray) -> int: | CODE |
| LOW | …n-flask-shared/.pypackages/werkzeug/sansio/response.py | 662 | def content_security_policy_report_only(self) -> ContentSecurityPolicy: | CODE |
| LOW | …n-flask-shared/.pypackages/werkzeug/sansio/response.py | 686 | def content_security_policy_report_only( | CODE |
| LOW | …n-flask-shared/.pypackages/werkzeug/sansio/response.py | 699 | def access_control_allow_credentials(self) -> bool: | CODE |
| LOW | …n-flask-shared/.pypackages/werkzeug/sansio/response.py | 707 | def access_control_allow_credentials(self, value: bool | None) -> None: | CODE |
| LOW | …k-shared/.pypackages/werkzeug/debug/shared/debugger.js | 148 | function addEventListenersToElements(elements, event, listener) { | CODE |
| LOW | …k-shared/.pypackages/werkzeug/debug/shared/debugger.js | 198 | function addToggleTraceTypesOnClick(elements) { | CODE |
| LOW | …k-shared/.pypackages/werkzeug/debug/shared/debugger.js | 246 | function createExpansionButtonForConsole() { | CODE |
| LOW | …s/python-flask-shared/.pypackages/click/_winconsole.py | 263 | def _get_windows_console_stream( | CODE |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 50 | def _complete_visible_commands( | CODE |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 116 | def iter_params_for_processing( | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/click/parser.py | 357 | def _process_args_for_options(self, state: ParsingState) -> None: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 223 | def _is_compatible_text_stream( | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 234 | def _force_correct_text_stream( | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 280 | def _force_correct_text_reader( | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 296 | def _force_correct_text_writer( | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 489 | def _is_jupyter_kernel_output(stream: t.IO[t.Any]) -> bool: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 561 | def _get_windows_console_stream( | CODE |
| LOW | …cts/python-django-shared/.pypackages/packaging/tags.py | 889 | def create_compatible_tags_selector( | CODE |
| LOW⚡ | …ango-shared/.pypackages/packaging/dependency_groups.py | 255 | def resolve_dependency_groups( | CODE |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 581 | def _process_metadata_version(self, value: str) -> _MetadataVersion: | CODE |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 616 | def _process_description_content_type(self, value: str) -> str: | CODE |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 698 | def _process_license_expression(self, value: str) -> NormalizedLicenseExpression: | CODE |
| LOW⚡ | …s/python-django-shared/.pypackages/packaging/pylock.py | 219 | def _get_required_sequence_of_objects( | CODE |
| LOW⚡ | …s/python-django-shared/.pypackages/packaging/pylock.py | 229 | def _validate_normalized_name(name: str) -> NormalizedName: | CODE |
| LOW | …/python-django-shared/.pypackages/packaging/_parser.py | 123 | def _parse_requirement_details( | CODE |
| LOW | …/python-django-shared/.pypackages/packaging/_parser.py | 176 | def _parse_requirement_marker( | CODE |
| LOW | …/python-django-shared/.pypackages/packaging/markers.py | 482 | def _repair_python_full_version( | CODE |
| LOW | …thon-django-shared/.pypackages/packaging/_manylinux.py | 86 | def _glibc_version_string_confstr() -> str | None: | CODE |
| LOW | …thon-django-shared/.pypackages/packaging/_manylinux.py | 105 | def _glibc_version_string_ctypes() -> str | None: | CODE |
| LOW | …thon-django-shared/.pypackages/packaging/specifiers.py | 983 | def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool: | CODE |
| LOW | …thon-django-shared/.pypackages/packaging/specifiers.py | 1669 | def _check_prerelease_only_ranges(self) -> bool: | CODE |
| 540 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …_projects/python-flask-shared/.pypackages/flask/cli.py | 33 | CODE | |
| LOW | …_projects/python-flask-shared/.pypackages/flask/cli.py | 293 | CODE | |
| LOW | …_projects/python-flask-shared/.pypackages/flask/app.py | 1079 | CODE | |
| LOW | …_projects/python-flask-shared/.pypackages/flask/app.py | 1219 | CODE | |
| LOW | …on-flask-shared/.pypackages/flask/sansio/blueprints.py | 273 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 825 | CODE | |
| LOW | …cts/python-flask-shared/.pypackages/jinja2/compiler.py | 584 | CODE | |
| LOW | …cts/python-flask-shared/.pypackages/jinja2/compiler.py | 1837 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/loaders.py | 228 | CODE | |
| LOW | …s/python-flask-shared/.pypackages/jinja2/idtracking.py | 202 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/jinja2/parser.py | 560 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/jinja2/parser.py | 643 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/jinja2/parser.py | 794 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/jinja2/parser.py | 872 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/jinja2/parser.py | 996 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/sandbox.py | 115 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/sandbox.py | 288 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/visitor.py | 61 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/utils.py | 230 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/utils.py | 353 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/lexer.py | 615 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/lexer.py | 669 | CODE | |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 466 | CODE | |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 498 | CODE | |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 818 | CODE | |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 1636 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 169 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 252 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 253 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/filters.py | 704 | CODE | |
| LOW | …projects/python-flask-shared/.pypackages/jinja2/ext.py | 480 | CODE | |
| LOW | …projects/python-flask-shared/.pypackages/jinja2/ext.py | 749 | CODE | |
| LOW | …rojects/python-flask-shared/.pypackages/jinja2/meta.py | 62 | CODE | |
| LOW | …/python-flask-shared/.pypackages/werkzeug/_reloader.py | 68 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 440 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 711 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/werkzeug/local.py | 478 | CODE | |
| LOW | …s/python-flask-shared/.pypackages/werkzeug/security.py | 36 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 54 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 159 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 298 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 1058 | CODE | |
| LOW | …python-flask-shared/.pypackages/werkzeug/formparser.py | 351 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/werkzeug/utils.py | 312 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 239 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 417 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 790 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 1385 | CODE | |
| LOW | …-shared/.pypackages/werkzeug/middleware/shared_data.py | 103 | CODE | |
| LOW | …n-flask-shared/.pypackages/werkzeug/middleware/lint.py | 166 | CODE | |
| LOW | …flask-shared/.pypackages/werkzeug/wrappers/response.py | 438 | CODE | |
| LOW | …-flask-shared/.pypackages/werkzeug/sansio/multipart.py | 140 | CODE | |
| LOW | …-flask-shared/.pypackages/werkzeug/sansio/multipart.py | 298 | CODE | |
| LOW | …d/.pypackages/werkzeug/datastructures/cache_control.py | 119 | CODE | |
| LOW | …ared/.pypackages/werkzeug/datastructures/structures.py | 22 | CODE | |
| LOW | …ared/.pypackages/werkzeug/datastructures/structures.py | 181 | CODE | |
| LOW | …ared/.pypackages/werkzeug/datastructures/structures.py | 623 | CODE | |
| LOW | …ared/.pypackages/werkzeug/datastructures/structures.py | 866 | CODE | |
| LOW | …ared/.pypackages/werkzeug/datastructures/structures.py | 910 | CODE | |
| LOW | …-shared/.pypackages/werkzeug/datastructures/headers.py | 167 | CODE | |
| 530 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rc/main/java/com/webtoapp/core/python/PythonRuntime.kt | 627 | except Exception: | CODE |
| LOW | …rc/main/java/com/webtoapp/core/python/PythonRuntime.kt | 646 | except Exception: | CODE |
| MEDIUM | …rc/main/java/com/webtoapp/core/python/PythonRuntime.kt | 665 | print(f"Error: Entry file not found: {entry_file}", file=sys.stderr) | CODE |
| MEDIUM | …rc/main/java/com/webtoapp/core/python/PythonRuntime.kt | 612 | def _patched_version(name): | CODE |
| MEDIUM | …c/main/java/com/webtoapp/core/apkbuilder/ApkBuilder.kt | 1677 | def _patched_version(name): | CODE |
| LOW | …c/main/java/com/webtoapp/core/apkbuilder/ApkBuilder.kt | 1690 | except Exception: | CODE |
| LOW | …c/main/java/com/webtoapp/core/apkbuilder/ApkBuilder.kt | 1709 | except Exception: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/flask/config.py | 142 | except Exception: | CODE |
| LOW | …_projects/python-flask-shared/.pypackages/flask/cli.py | 606 | except Exception: | CODE |
| LOW | …_projects/python-flask-shared/.pypackages/flask/cli.py | 899 | except Exception as e: | CODE |
| MEDIUM | …_projects/python-flask-shared/.pypackages/flask/cli.py | 217 | def locate_app(module_name, app_name, raise_if_not_found=True): | CODE |
| LOW | …_projects/python-flask-shared/.pypackages/flask/app.py | 868 | except Exception as e: | CODE |
| LOW⚡ | …_projects/python-flask-shared/.pypackages/flask/app.py | 895 | except Exception: | CODE |
| LOW | …_projects/python-flask-shared/.pypackages/flask/app.py | 1456 | except Exception as e: | CODE |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/sandbox.py | 298 | except Exception: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/lexer.py | 656 | except Exception as e: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 476 | except Exception: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 523 | except Exception as e: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 1294 | except Exception: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 1317 | except Exception: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 1347 | except Exception: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 1372 | except Exception: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/nativetypes.py | 111 | except Exception: | CODE |
| LOW | …/python-flask-shared/.pypackages/jinja2/nativetypes.py | 126 | except Exception: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 511 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 535 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 727 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 733 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 783 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 851 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 873 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/nodes.py | 933 | except Exception as e: | CODE |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/tests.py | 174 | except Exception: | CODE |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/bccache.py | 391 | except Exception: | CODE |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/bccache.py | 406 | except Exception: | CODE |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 373 | except Exception as e: | CODE |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 387 | except Exception: | CODE |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 401 | except Exception as e: | CODE |
| MEDIUM | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 107 | def read_chunk_len(self) -> int: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 646 | except Exception: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 663 | except Exception: | CODE |
| MEDIUM | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 643 | def __del__(self) -> None: | CODE |
| LOW | …n-flask-shared/.pypackages/werkzeug/middleware/lint.py | 223 | except Exception: | CODE |
| LOW | …on-flask-shared/.pypackages/werkzeug/sansio/request.py | 152 | except Exception as e: | CODE |
| MEDIUM | …on-flask-shared/.pypackages/werkzeug/sansio/request.py | 149 | def __repr__(self) -> str: | CODE |
| LOW | …ed/.pypackages/werkzeug/datastructures/file_storage.py | 142 | except Exception: | CODE |
| LOW | …hon-flask-shared/.pypackages/werkzeug/debug/console.py | 178 | except Exception: | CODE |
| MEDIUM | …hon-flask-shared/.pypackages/werkzeug/debug/console.py | 70 | def fetch() -> str: | CODE |
| LOW | …on-flask-shared/.pypackages/werkzeug/debug/__init__.py | 351 | except Exception as e: | CODE |
| LOW | …on-flask-shared/.pypackages/werkzeug/debug/__init__.py | 371 | except Exception: | CODE |
| LOW | …python-flask-shared/.pypackages/werkzeug/debug/repr.py | 220 | except Exception: | CODE |
| LOW | …python-flask-shared/.pypackages/werkzeug/debug/repr.py | 237 | except Exception: | CODE |
| LOW | …python-flask-shared/.pypackages/werkzeug/debug/repr.py | 260 | except Exception: | CODE |
| MEDIUM | …python-flask-shared/.pypackages/werkzeug/debug/repr.py | 217 | def fallback_repr(self) -> str: | CODE |
| LOW | …s/python-flask-shared/.pypackages/click/_winconsole.py | 195 | except Exception: | CODE |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 2404 | except Exception: | STRING |
| LOW | …rojects/python-flask-shared/.pypackages/click/utils.py | 39 | except Exception: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 70 | except Exception: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/click/_compat.py | 117 | except Exception: | CODE |
| LOW⚡ | …jects/python-flask-shared/.pypackages/click/_compat.py | 129 | except Exception: | CODE |
| 238 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/java/com/webtoapp/ui/shell/ShellPermissionDelegate.kt | 0 | (function() { try { const bloburl = $safebloburl; let filename = $safefilename; const large_file_threshold = 10 * 1024 * | STRING |
| HIGH | …c/main/java/com/webtoapp/ui/webview/WebViewActivity.kt | 0 | (function() { try { const bloburl = $safebloburl; let filename = $safefilename; const large_file_threshold = 10 * 1024 * | STRING |
| HIGH | …/webtoapp/core/floatingwindow/FloatingWindowService.kt | 0 | (function() { try { const bloburl = $safebloburl; let filename = $safefilename; const large_file_threshold = 10 * 1024 * | STRING |
| HIGH | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 0 | the 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.py | 0 | the 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.py | 0 | the 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.py | 0 | the 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.py | 0 | gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_inf | STRING |
| HIGH | …rojects/python-flask-shared/.pypackages/click/types.py | 0 | gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_inf | STRING |
| HIGH | …ojects/python-fastapi-shared/.pypackages/click/core.py | 0 | gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_inf | STRING |
| HIGH | …jects/python-fastapi-shared/.pypackages/click/types.py | 0 | gather information that could be useful for a tool generating user-facing documentation. use :meth:`click.context.to_inf | STRING |
| HIGH | …ckages/django/contrib/gis/db/backends/oracle/models.py | 0 | return the name of the metadata column used to store the feature table name. | STRING |
| HIGH | …kages/django/contrib/gis/db/backends/postgis/models.py | 0 | return the name of the metadata column used to store the feature table name. | STRING |
| HIGH | …es/django/contrib/gis/db/backends/spatialite/models.py | 0 | return the name of the metadata column used to store the feature table name. | STRING |
| HIGH | …ckages/django/contrib/gis/db/backends/oracle/models.py | 0 | return the name of the metadata column used to store the feature geometry column. | STRING |
| HIGH | …kages/django/contrib/gis/db/backends/postgis/models.py | 0 | return the name of the metadata column used to store the feature geometry column. | STRING |
| HIGH | …es/django/contrib/gis/db/backends/spatialite/models.py | 0 | return the name of the metadata column used to store the feature geometry column. | STRING |
| HIGH | …/.pypackages/django/db/backends/postgresql/features.py | 0 | create table test_table_composite_pk ( column_1 integer not null, column_2 integer not null, primary key(column_1, colum | STRING |
| HIGH | …red/.pypackages/django/db/backends/sqlite3/features.py | 0 | create table test_table_composite_pk ( column_1 integer not null, column_2 integer not null, primary key(column_1, colum | STRING |
| HIGH | …hared/.pypackages/django/db/backends/mysql/features.py | 0 | create table test_table_composite_pk ( column_1 integer not null, column_2 integer not null, primary key(column_1, colum | STRING |
| HIGH | …pypackages/django/db/backends/postgresql/operations.py | 0 | given 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.py | 0 | given 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.py | 0 | given 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.py | 0 | return a list of table and view names in the current database. | STRING |
| HIGH | ….pypackages/django/db/backends/oracle/introspection.py | 0 | return a list of table and view names in the current database. | STRING |
| HIGH | …pypackages/django/db/backends/sqlite3/introspection.py | 0 | return a list of table and view names in the current database. | STRING |
| HIGH | …/.pypackages/django/db/backends/mysql/introspection.py | 0 | return a list of table and view names in the current database. | STRING |
| HIGH | …ackages/django/db/backends/postgresql/introspection.py | 0 | return a description of the table with the db-api cursor.description interface. | STRING |
| HIGH | ….pypackages/django/db/backends/oracle/introspection.py | 0 | return a description of the table with the db-api cursor.description interface. | STRING |
| HIGH | …pypackages/django/db/backends/sqlite3/introspection.py | 0 | return a description of the table with the db-api cursor.description interface. | STRING |
| HIGH | …d/.pypackages/django/db/backends/base/introspection.py | 0 | return a description of the table with the db-api cursor.description interface. | STRING |
| HIGH | …ackages/django/db/backends/postgresql/introspection.py | 0 | return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given ta | STRING |
| HIGH | ….pypackages/django/db/backends/oracle/introspection.py | 0 | return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given ta | STRING |
| HIGH | …/.pypackages/django/db/backends/mysql/introspection.py | 0 | return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given ta | STRING |
| HIGH | …d/.pypackages/django/db/backends/base/introspection.py | 0 | return a dictionary of {field_name: (field_name_other_table, other_table)} representing all foreign keys in the given ta | STRING |
| HIGH | ….pypackages/django/db/backends/oracle/introspection.py | 0 | retrieve any constraints or keys (unique, pk, fk, check, index) across one or more columns. | STRING |
| HIGH | …pypackages/django/db/backends/sqlite3/introspection.py | 0 | retrieve any constraints or keys (unique, pk, fk, check, index) across one or more columns. | STRING |
| HIGH | …/.pypackages/django/db/backends/mysql/introspection.py | 0 | retrieve any constraints or keys (unique, pk, fk, check, index) across one or more columns. | STRING |
| HIGH | …/python-django-shared/.pypackages/django/views/csrf.py | 0 | return 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.py | 0 | return 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.py | 0 | return 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.py | 0 | return 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.py | 0 | fastapi api monitor — 精美的 api 监控仪表盘 展示 fastapi 的高性能异步能力,包含交互式 api 文档 | STRING |
| HIGH | …src/main/assets/sample_projects/python-fastapi/main.py | 0 | fastapi api monitor — 精美的 api 监控仪表盘 展示 fastapi 的高性能异步能力,包含交互式 api 文档 | STRING |
| HIGH | …/main/assets/sample_projects/python-fastapi-ar/main.py | 0 | fastapi api monitor — 精美的 api 监控仪表盘 展示 fastapi 的高性能异步能力,包含交互式 api 文档 | STRING |
| HIGH | …ypackages/uvicorn/protocols/websockets/wsproto_impl.py | 0 | called by the transport when the write buffer exceeds the high water mark. | STRING |
| HIGH | …-shared/.pypackages/uvicorn/protocols/http/h11_impl.py | 0 | called by the transport when the write buffer exceeds the high water mark. | STRING |
| HIGH | …d/.pypackages/uvicorn/protocols/http/httptools_impl.py | 0 | called by the transport when the write buffer exceeds the high water mark. | STRING |
| HIGH | …ypackages/uvicorn/protocols/websockets/wsproto_impl.py | 0 | called by the transport when the write buffer drops below the low water mark. | STRING |
| HIGH | …-shared/.pypackages/uvicorn/protocols/http/h11_impl.py | 0 | called by the transport when the write buffer drops below the low water mark. | STRING |
| HIGH | …d/.pypackages/uvicorn/protocols/http/httptools_impl.py | 0 | called by the transport when the write buffer drops below the low water mark. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …_projects/python-flask-shared/.pypackages/flask/app.py | 1338 | :meth:`RequestContext.push() <flask.ctx.RequestContext.push>` | STRING |
| HIGH | …_projects/python-flask-shared/.pypackages/flask/app.py | 1388 | ctx.push() | STRING |
| HIGH | …_projects/python-flask-shared/.pypackages/flask/app.py | 1454 | ctx.push() | CODE |
| HIGH | …_projects/python-flask-shared/.pypackages/flask/ctx.py | 268 | self.push() | CODE |
| HIGH | …_projects/python-flask-shared/.pypackages/flask/ctx.py | 365 | app_ctx.push() | CODE |
| HIGH | …_projects/python-flask-shared/.pypackages/flask/ctx.py | 425 | self.push() | CODE |
| HIGH | …cts/python-flask-shared/.pypackages/jinja2/compiler.py | 1276 | self.write(", undefined, loop_render_func, depth):") | CODE |
| HIGH | …cts/python-flask-shared/.pypackages/jinja2/compiler.py | 1278 | self.write(", undefined):" if extended_loop else ":") | CODE |
| HIGH | …ojects/python-flask-shared/.pypackages/jinja2/lexer.py | 358 | self.push(result) | CODE |
| HIGH | …/python-flask-shared/.pypackages/jinja2/environment.py | 129 | environment.undefined, Undefined | CODE |
| HIGH | …/python-flask-shared/.pypackages/jinja2/environment.py | 1205 | undefined, # type: ignore | CODE |
| HIGH | …hon-flask-shared/.pypackages/werkzeug/debug/console.py | 161 | ThreadedStream.push() | CODE |
| HIGH | …/python-flask-shared/.pypackages/click/_termui_impl.py | 631 | return subprocess.Popen(args, stderr=null).wait() | CODE |
| HIGH | …ojects/python-flask-shared/.pypackages/blinker/base.py | 220 | The order receivers are called is undefined, but can be influenced by | STRING |
| HIGH | …ojects/python-flask-shared/.pypackages/blinker/base.py | 271 | The order receivers are called is undefined, but can be influenced by | STRING |
| HIGH | …n-django-shared/.pypackages/django/template/context.py | 206 | self.push() | CODE |
| HIGH | …n-django-shared/.pypackages/django/template/context.py | 297 | context.push(original_context) | CODE |
| HIGH | …ango-shared/.pypackages/django/template/loader_tags.py | 53 | with context.push(): | CODE |
| HIGH | …ango-shared/.pypackages/django/template/loader_tags.py | 67 | block_context.push(self.name, push) | CODE |
| HIGH | …ango-shared/.pypackages/django/template/loader_tags.py | 209 | with context.push(**values): | CODE |
| HIGH | …ango-shared/.pypackages/django/template/defaulttags.py | 139 | with context.push(var=output): | CODE |
| HIGH | …ango-shared/.pypackages/django/template/defaulttags.py | 191 | with context.push(): | CODE |
| HIGH | …ango-shared/.pypackages/django/template/defaulttags.py | 547 | with context.push(**values): | CODE |
| HIGH | …thon-django-shared/.pypackages/django/utils/version.py | 83 | # Repository may not be found if __file__ is undefined, e.g. in a frozen | COMMENT |
| HIGH | …ed/.pypackages/django/contrib/gis/geos/mutable_list.py | 41 | If left undefined, all mutations will result in rebuilding | STRING |
| HIGH | …go-shared/.pypackages/django/contrib/gis/gdal/field.py | 98 | "Return True if the value of this field isn't null, False otherwise." | CODE |
| HIGH | …ared/.pypackages/django/contrib/gis/gdal/geometries.py | 195 | return isinstance(other, OGRGeometry) and self.equals(other) | CODE |
| HIGH | …red/.pypackages/django/contrib/gis/utils/ogrinspect.py | 121 | give specific fields to have null, then a list/tuple of OGR field | STRING |
| HIGH | …red/.pypackages/django/contrib/gis/utils/ogrinspect.py | 171 | null_fields = process_kwarg(null) | CODE |
| HIGH | …/django/contrib/gis/db/backends/mysql/introspection.py | 20 | for column, typ, null, key, default, extra in cursor.fetchall(): | CODE |
| HIGH | …es/django/contrib/gis/db/backends/spatialite/schema.py | 8 | "%(geom_type)s, %(dim)s, %(null)s)" | CODE |
| HIGH | …es/django/contrib/gis/db/backends/spatialite/schema.py | 54 | "null": int(not field.null), | CODE |
| HIGH | …-django-shared/.pypackages/django/db/backends/utils.py | 215 | ) # return None if s is null | CODE |
| HIGH | …pypackages/django/db/backends/postgresql/operations.py | 258 | "coalesce(max(%s), 1), max(%s) %s null) %s %s;" | CODE |
| HIGH | …d/.pypackages/django/db/backends/sqlite3/operations.py | 202 | JOIN tables ON (sql REGEXP %s || tables.name || %s) | CODE |
| HIGH | …o-shared/.pypackages/django/db/backends/base/schema.py | 327 | # Oracle treats the empty string ('') as null, so coerce the null | COMMENT |
| HIGH | …o-shared/.pypackages/django/db/backends/base/schema.py | 1122 | ) and (old_field.null and not new_field.null) | CODE |
| HIGH | …django-shared/.pypackages/django/db/models/deletion.py | 27 | nullable=field.null, | CODE |
| HIGH | …d/.pypackages/django/db/models/functions/comparison.py | 130 | On MySQL, Oracle, and SQLite, if any expression is null, null is returned. | STRING |
| HIGH | …d/.pypackages/django/db/models/functions/comparison.py | 198 | On MySQL, Oracle, and SQLite, if any expression is null, return null. | STRING |
| HIGH | …jango-shared/.pypackages/django/db/models/sql/query.py | 1563 | # is null, then col != someval will result in SQL "unknown" | COMMENT |
| HIGH | …/main/assets/sample_projects/python-fastapi-en/main.py | 134 | document.getElementById('result').textContent=JSON.stringify(d,null,2)+'\\n\\n⏱️ '+ms+'ms'; | CODE |
| HIGH | …/python-fastapi-shared/.pypackages/starlette/config.py | 98 | default: typing.Any = undefined, | CODE |
| HIGH | …/python-fastapi-shared/.pypackages/starlette/config.py | 106 | default: typing.Any = undefined, | CODE |
| HIGH | …ython-fastapi-shared/.pypackages/click/_termui_impl.py | 631 | return subprocess.Popen(args, stderr=null).wait() | CODE |
| HIGH | …n-fastapi-shared/.pypackages/anyio/_core/_typedattr.py | 59 | def extra(self, attribute: Any, default: object = undefined) -> object: | CODE |
| HIGH | …n-fastapi-shared/.pypackages/anyio/_core/_typedattr.py | 61 | extra(attribute, default=undefined) | STRING |
| HIGH | …src/main/assets/sample_projects/python-fastapi/main.py | 134 | document.getElementById('result').textContent=JSON.stringify(d,null,2)+'\\n\\n⏱️ '+ms+'ms'; | CODE |
| HIGH | …/main/assets/sample_projects/python-fastapi-ar/main.py | 134 | document.getElementById('result').textContent=JSON.stringify(d,null,2)+'\\n\\n⏱️ '+ms+'ms'; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 46 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 49 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 67 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 69 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 695 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 697 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 785 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 787 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 816 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …webtoapp/core/appearance/BrowserDisguiseJsGenerator.kt | 818 | // ══════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …ango-shared/.pypackages/packaging/dependency_groups.py | 23 | # ----------- | COMMENT |
| MEDIUM | …ango-shared/.pypackages/packaging/dependency_groups.py | 25 | # ----------- | COMMENT |
| MEDIUM | …ango-shared/.pypackages/packaging/dependency_groups.py | 64 | # ------------------------ | COMMENT |
| MEDIUM | …ango-shared/.pypackages/packaging/dependency_groups.py | 66 | # ------------------------ | COMMENT |
| MEDIUM⚡ | …ango-shared/.pypackages/packaging/dependency_groups.py | 250 | # -------------------- | COMMENT |
| MEDIUM⚡ | …ango-shared/.pypackages/packaging/dependency_groups.py | 252 | # -------------------- | COMMENT |
| MEDIUM | …ango-shared/.pypackages/packaging/dependency_groups.py | 269 | # ---------------- | COMMENT |
| MEDIUM | …ango-shared/.pypackages/packaging/dependency_groups.py | 271 | # ---------------- | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/packaging/_parser.py | 95 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/packaging/_parser.py | 97 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/packaging/_parser.py | 289 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/python-django-shared/.pypackages/packaging/_parser.py | 291 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …n-django-shared/.pypackages/sqlparse/filters/others.py | 166 | # --------------------------- | COMMENT |
| MEDIUM | …ed/.pypackages/django/contrib/gis/db/models/lookups.py | 93 | # ------------------ | COMMENT |
| MEDIUM | …ed/.pypackages/django/contrib/gis/db/models/lookups.py | 95 | # ------------------ | COMMENT |
| MEDIUM | …ed/.pypackages/django/contrib/gis/db/models/lookups.py | 222 | # ------------------ | COMMENT |
| MEDIUM | …ed/.pypackages/django/contrib/gis/db/models/lookups.py | 224 | # ------------------ | COMMENT |
| MEDIUM | …o-shared/.pypackages/django/db/backends/base/schema.py | 991 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …o-shared/.pypackages/django/db/backends/base/schema.py | 1183 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ojects/python-fastapi-shared/.pypackages/h11/_state.py | 16 | # =================== | COMMENT |
| MEDIUM | …ojects/python-fastapi-shared/.pypackages/h11/_state.py | 93 | # -------------- | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 34 | # ───────────────────────── enum values (must mirror the Kotlin source) ─ | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 74 | # ───────────────────────── regex helpers ─────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 131 | # ───────────────────────── primitive checks ──────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 190 | # ───────────────────────── manifest checks ───────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 289 | # ───────────────────────── registry checks ───────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 379 | # ───────────────────────── cross-file consistency ───────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 447 | # ───────────────────────── per-folder structural checks ─────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/validate_modules.py | 603 | # ───────────────────────── entry point ───────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/generate_submissions.py | 63 | # ───────────────────────── git helpers ───────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/generate_submissions.py | 131 | # ───────────────────────── GitHub API helpers ────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/generate_submissions.py | 211 | # ───────────────────────── core logic ────────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/ci/generate_submissions.py | 522 | # ───────────────────────── CLI entry ─────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-scroll/main.js | 33 | // ── core scroll engine ──────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-scroll/main.js | 86 | // ── pause-on-interaction ────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-scroll/main.js | 140 | // ── floating panel ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-scroll/main.js | 184 | // ── panel button registration ───────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-scroll/main.js | 200 | // ── resume after navigation ─────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 7 | // ── Exclusion list ───────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 18 | // ── URL registry ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 52 | // ── Open in player ───────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 70 | // ── XHR intercept ───────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 83 | // ── fetch intercept ─────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 93 | // ── JWPlayer hook ───────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 126 | // ── video.src property trap ─────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 139 | // ── Shadow DOM UI ────────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 342 | // ── Also scan page URL and inline scripts ───────────────────── | COMMENT |
| MEDIUM | modules/auto-open-video-player/main.js | 372 | // ── Init ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | modules/tv-dpad-cursor/main.js | 21 | // ── Configuration from configItems ──────────────────────────── | COMMENT |
| MEDIUM | modules/tv-dpad-cursor/main.js | 33 | // ── Constants ───────────────────────────────────────────────── | COMMENT |
| 15 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …va/com/webtoapp/core/extension/ExtensionPanelScript.kt | 1541 | // ==================== CSP 安全的事件委托 ==================== | COMMENT |
| LOW | …com/webtoapp/core/extension/ChromeExtensionPolyfill.kt | 1521 | // ===== browser.* alias ===== | COMMENT |
| LOW | app/src/main/cpp/integrity_check.cpp | 1 | #include "crypto_engine.h" | COMMENT |
| LOW | app/src/main/cpp/anti_debug.cpp | 1 | #include "crypto_engine.h" | COMMENT |
| LOW | app/src/main/cpp/apk_optimizer.c | 1 | #include <jni.h> | COMMENT |
| LOW | app/src/main/cpp/crypto_engine.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | app/src/main/cpp/sys_optimizer.c | 1 | #define _GNU_SOURCE | COMMENT |
| LOW | app/src/main/cpp/hardware_control.c | 1 | #define _GNU_SOURCE | COMMENT |
| LOW | app/src/main/cpp/perf_engine.c | 1 | #include <jni.h> | COMMENT |
| LOW | app/src/main/cpp/node_bridge.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | app/src/main/cpp/go_exec_loader.c | 1 | #include <errno.h> | COMMENT |
| LOW | app/src/main/cpp/go_exec_loader.c | 21 | #define ET_EXEC 2 | COMMENT |
| LOW | app/src/main/cpp/go_exec_loader.c | 41 | #endif | COMMENT |
| LOW | app/src/main/cpp/crypto_optimized.c | 1 | #include <jni.h> | COMMENT |
| LOW | …rojects/python-flask-shared/.pypackages/flask/views.py | 61 | #: | COMMENT |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 161 | #: | COMMENT |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 181 | #: flask.g object is now application context scoped. | COMMENT |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 201 | #: | COMMENT |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 241 | #: :meth:`create_jinja_environment`. Changing these options after | COMMENT |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 341 | """ | COMMENT |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 361 | self.teardown_appcontext_funcs: list[ft.TeardownCallable] = [] | COMMENT |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 381 | #: The key must match the name of the extension module. For example in | COMMENT |
| LOW | …thon-flask-shared/.pypackages/flask/sansio/scaffold.py | 101 | #: been registered. | COMMENT |
| LOW | …thon-flask-shared/.pypackages/flask/sansio/scaffold.py | 121 | #: decorator. | COMMENT |
| LOW | …thon-flask-shared/.pypackages/flask/sansio/scaffold.py | 141 | ft.AppOrBlueprintKey, list[ft.BeforeRequestCallable] | COMMENT |
| LOW | …thon-flask-shared/.pypackages/flask/sansio/scaffold.py | 161 | #: blueprint the functions are active for, or ``None`` for all | COMMENT |
| LOW | …thon-flask-shared/.pypackages/flask/sansio/scaffold.py | 181 | #: | COMMENT |
| LOW | …thon-flask-shared/.pypackages/flask/sansio/scaffold.py | 201 | list[ft.URLValuePreprocessorCallable], | COMMENT |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/runtime.py | 701 | # problematic for macros because whether a macro is safe depends not | COMMENT |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/sandbox.py | 201 | } | COMMENT |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/sandbox.py | 221 | #: operator call, so make sure only to intercept the ones you are | COMMENT |
| LOW | …ects/python-flask-shared/.pypackages/werkzeug/local.py | 561 | # __get__ (proxying descriptor not supported) | COMMENT |
| LOW | …-flask-shared/.pypackages/werkzeug/wrappers/request.py | 81 | #: the maximum form field size. This is forwarded to the form data | COMMENT |
| LOW | …flask-shared/.pypackages/werkzeug/wrappers/response.py | 121 | #: | COMMENT |
| LOW | …-flask-shared/.pypackages/werkzeug/sansio/multipart.py | 101 | # Note in the below \h i.e. horizontal whitespace is used | COMMENT |
| LOW | …on-flask-shared/.pypackages/werkzeug/sansio/request.py | 61 | .. versionchanged:: 3.0 | COMMENT |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 321 | default_map = parent.default_map.get(info_name) | COMMENT |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 361 | COMMENT | |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 1801 | COMMENT | |
| LOW | …rojects/python-flask-shared/.pypackages/click/types.py | 1061 | COMMENT | |
| LOW | …ojects/python-flask-shared/.pypackages/click/parser.py | 381 | # | COMMENT |
| LOW | …/python-flask-shared/.pypackages/click/_termui_impl.py | 701 | COMMENT | |
| LOW | …/python-flask-shared/.pypackages/click/_termui_impl.py | 721 | # and call `getwch` again, but that means that when the user types | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 181 | COMMENT | |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 201 | # answer with what to do in that case. As such, we'll do the only | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 241 | # The various parse_FORMAT functions here are intended to be as lenient as | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 361 | # We use get_all() here, even for fields that aren't multiple use, | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 381 | COMMENT | |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 421 | raw_name = _EMAIL_TO_RAW_MAPPING.get(name) | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 441 | if raw_name in _STRING_FIELDS and len(value) == 1: | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 461 | # The project urls is implemented in the metadata spec as a list of | COMMENT |
| LOW | …/python-django-shared/.pypackages/packaging/markers.py | 341 | # packaging.requirements.Requirement. If any additional logic is | COMMENT |
| LOW | …ango-shared/.pypackages/packaging/licenses/__init__.py | 1 | ####################################################################################### | COMMENT |
| LOW | …ango-shared/.pypackages/packaging/licenses/__init__.py | 21 | # INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A | COMMENT |
| LOW | …cts/python-django-shared/.pypackages/sqlparse/utils.py | 1 | # | COMMENT |
| LOW | …cts/python-django-shared/.pypackages/sqlparse/lexer.py | 21 | COMMENT | |
| LOW | …-django-shared/.pypackages/sqlparse/engine/grouping.py | 1 | # | COMMENT |
| LOW | …ared/.pypackages/sqlparse/engine/statement_splitter.py | 101 | # Yield token if we finished a statement and there's no whitespaces | COMMENT |
| LOW | …ects/python-django-shared/.pypackages/gunicorn/util.py | 181 | # anyway. | COMMENT |
| LOW | …ects/python-django-shared/.pypackages/gunicorn/util.py | 521 | # If stdout and stderr are still connected to | COMMENT |
| 100 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …_projects/python-flask-shared/.pypackages/flask/app.py | 215 | CODE | |
| LOW | …on-flask-shared/.pypackages/flask/sansio/blueprints.py | 174 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/flask/sansio/app.py | 280 | CODE | |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 294 | CODE | |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 386 | CODE | |
| LOW | …/python-flask-shared/.pypackages/jinja2/environment.py | 1167 | CODE | |
| LOW | …ts/python-flask-shared/.pypackages/werkzeug/serving.py | 960 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 298 | CODE | |
| LOW | …ects/python-flask-shared/.pypackages/werkzeug/utils.py | 312 | CODE | |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/http.py | 1230 | CODE | |
| LOW | …n-flask-shared/.pypackages/werkzeug/sansio/response.py | 189 | CODE | |
| LOW | …ython-flask-shared/.pypackages/werkzeug/sansio/http.py | 17 | CODE | |
| LOW | …hon-flask-shared/.pypackages/werkzeug/routing/rules.py | 459 | CODE | |
| LOW | …ython-flask-shared/.pypackages/werkzeug/routing/map.py | 94 | CODE | |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 269 | CODE | |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 1206 | CODE | |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 2093 | CODE | |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 2515 | CODE | |
| LOW | …rojects/python-flask-shared/.pypackages/click/types.py | 803 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/click/termui.py | 79 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/click/termui.py | 283 | CODE | |
| LOW | …ojects/python-flask-shared/.pypackages/click/termui.py | 462 | CODE | |
| LOW | …/python-flask-shared/.pypackages/click/_termui_impl.py | 40 | CODE | |
| LOW | …s/python-django-shared/.pypackages/packaging/pylock.py | 535 | CODE | |
| LOW | …django-shared/.pypackages/sqlparse/filters/reindent.py | 13 | CODE | |
| LOW | …ython-django-shared/.pypackages/django/forms/models.py | 137 | CODE | |
| LOW | …ython-django-shared/.pypackages/django/forms/models.py | 566 | CODE | |
| LOW | …ython-django-shared/.pypackages/django/forms/models.py | 1009 | CODE | |
| LOW | …ython-django-shared/.pypackages/django/forms/models.py | 1276 | CODE | |
| LOW | …ython-django-shared/.pypackages/django/forms/models.py | 343 | CODE | |
| LOW | …ython-django-shared/.pypackages/django/forms/models.py | 1449 | CODE | |
| LOW | …ython-django-shared/.pypackages/django/forms/fields.py | 99 | CODE | |
| LOW | …hon-django-shared/.pypackages/django/forms/formsets.py | 534 | CODE | |
| LOW | …hon-django-shared/.pypackages/django/forms/formsets.py | 81 | CODE | |
| LOW | …python-django-shared/.pypackages/django/forms/forms.py | 71 | CODE | |
| LOW | …-django-shared/.pypackages/django/core/mail/message.py | 199 | CODE | |
| LOW | …-django-shared/.pypackages/django/core/mail/message.py | 443 | CODE | |
| LOW | …o-shared/.pypackages/django/core/mail/backends/smtp.py | 18 | CODE | |
| LOW | …python-django-shared/.pypackages/django/test/runner.py | 646 | CODE | |
| LOW | …on-django-shared/.pypackages/django/template/engine.py | 20 | CODE | |
| LOW | …jango-shared/.pypackages/django/utils/feedgenerator.py | 62 | CODE | |
| LOW | …jango-shared/.pypackages/django/utils/feedgenerator.py | 101 | CODE | |
| LOW | …django-shared/.pypackages/django/contrib/auth/forms.py | 340 | CODE | |
| LOW | …o-shared/.pypackages/django/contrib/postgres/search.py | 279 | CODE | |
| LOW | …hared/.pypackages/django/contrib/contenttypes/forms.py | 77 | CODE | |
| LOW | …red/.pypackages/django/contrib/gis/utils/ogrinspect.py | 129 | CODE | |
| LOW | …thon-django-shared/.pypackages/django/http/response.py | 213 | CODE | |
| LOW | …ed/.pypackages/django/db/backends/postgresql/schema.py | 340 | CODE | |
| LOW | …o-shared/.pypackages/django/db/backends/base/schema.py | 1515 | CODE | |
| LOW | …o-shared/.pypackages/django/db/backends/base/schema.py | 1913 | CODE | |
| LOW | …ngo-shared/.pypackages/django/db/models/constraints.py | 180 | CODE | |
| LOW | …-shared/.pypackages/django/db/models/fields/related.py | 1344 | CODE | |
| LOW | …shared/.pypackages/django/db/models/fields/__init__.py | 185 | CODE | |
| LOW | …jango-shared/.pypackages/django/db/models/sql/query.py | 1419 | CODE | |
| LOW | …thon-fastapi-shared/.pypackages/starlette/responses.py | 104 | CODE | |
| LOW | …thon-fastapi-shared/.pypackages/starlette/responses.py | 286 | CODE | |
| LOW | …hon-fastapi-shared/.pypackages/starlette/testclient.py | 441 | CODE | |
| LOW | …hon-fastapi-shared/.pypackages/starlette/testclient.py | 481 | CODE | |
| LOW | …hon-fastapi-shared/.pypackages/starlette/testclient.py | 510 | CODE | |
| LOW | …hon-fastapi-shared/.pypackages/starlette/testclient.py | 539 | CODE | |
| 79 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …_projects/python-flask-shared/.pypackages/flask/app.py | 456 | def update_template_context(self, context: dict) -> None: | CODE |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/bccache.py | 183 | def set_bucket(self, bucket: Bucket) -> None: | CODE |
| LOW | …jects/python-flask-shared/.pypackages/werkzeug/test.py | 548 | def _set_form(self, name: str, value: MultiDict[str, t.Any]) -> None: | CODE |
| LOW | …flask-shared/.pypackages/werkzeug/wrappers/response.py | 289 | def set_data(self, value: bytes | str) -> None: | CODE |
| LOW | …n-flask-shared/.pypackages/werkzeug/sansio/response.py | 505 | def set_etag(self, etag: str, weak: bool = False) -> None: | CODE |
| LOW | …lask-shared/.pypackages/werkzeug/datastructures/csp.py | 77 | def _set_value(self, key: str, value: str | None) -> None: | CODE |
| LOW | …n-flask-shared/.pypackages/werkzeug/routing/matcher.py | 60 | def _update_state(state: State) -> None: | CODE |
| LOW | …projects/python-flask-shared/.pypackages/click/core.py | 809 | def set_parameter_source(self, name: str, source: ParameterSource) -> None: | CODE |
| LOW | …ts/python-flask-shared/.pypackages/blinker/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …cts/python-django-shared/.pypackages/packaging/tags.py | 33 | __all__ = [ | CODE |
| LOW | …cts/python-django-shared/.pypackages/packaging/tags.py | 58 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ango-shared/.pypackages/packaging/dependency_groups.py | 9 | __all__ = [ | CODE |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 29 | __all__ = [ | CODE |
| LOW | …/python-django-shared/.pypackages/packaging/version.py | 63 | __all__ = ["VERSION_PATTERN", "InvalidVersion", "Version", "normalize_pre", "parse"] | CODE |
| LOW | …thon-django-shared/.pypackages/packaging/direct_url.py | 18 | __all__ = [ | CODE |
| LOW | …s/python-django-shared/.pypackages/packaging/pylock.py | 40 | __all__ = [ | CODE |
| LOW | …ts/python-django-shared/.pypackages/packaging/utils.py | 13 | __all__ = [ | CODE |
| LOW | …on-django-shared/.pypackages/packaging/requirements.py | 14 | __all__ = [ | CODE |
| LOW | …/python-django-shared/.pypackages/packaging/markers.py | 19 | __all__ = [ | CODE |
| LOW | …s/python-django-shared/.pypackages/packaging/errors.py | 8 | __all__ = ["ExceptionGroup"] | CODE |
| LOW | …thon-django-shared/.pypackages/packaging/specifiers.py | 40 | __all__ = [ | CODE |
| LOW | …ango-shared/.pypackages/packaging/licenses/__init__.py | 39 | __all__ = [ | CODE |
| LOW | …cts/python-django-shared/.pypackages/asgiref/server.py | 8 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/python-django-shared/.pypackages/sqlparse/__init__.py | 22 | __all__ = ["engine", "filters", "formatter", "sql", "tokens", "cli"] | CODE |
| LOW | …django-shared/.pypackages/sqlparse/filters/__init__.py | 25 | __all__ = [ | CODE |
| LOW | …-django-shared/.pypackages/sqlparse/engine/__init__.py | 12 | __all__ = [ | CODE |
| LOW | …cts/python-django-shared/.pypackages/gunicorn/debug.py | 14 | __all__ = ['spew', 'unspew'] | CODE |
| LOW | …on-django-shared/.pypackages/gunicorn/http/__init__.py | 9 | __all__ = ['Message', 'Request', 'RequestParser'] | CODE |
| LOW | …jango-shared/.pypackages/django/core/cache/__init__.py | 25 | __all__ = [ | CODE |
| LOW | …django-shared/.pypackages/django/core/mail/__init__.py | 23 | __all__ = [ | CODE |
| LOW | …ango-shared/.pypackages/django/core/checks/__init__.py | 31 | __all__ = [ | CODE |
| LOW | …jango-shared/.pypackages/django/core/files/__init__.py | 3 | __all__ = ["File"] | CODE |
| LOW | …-shared/.pypackages/django/core/files/uploadhandler.py | 11 | __all__ = [ | CODE |
| LOW | …on-django-shared/.pypackages/django/core/files/move.py | 13 | __all__ = ["file_move_safe"] | CODE |
| LOW | …thon-django-shared/.pypackages/django/test/__init__.py | 21 | __all__ = [ | CODE |
| LOW | …thon-django-shared/.pypackages/django/utils/choices.py | 6 | __all__ = [ | CODE |
| LOW | …hon-django-shared/.pypackages/django/utils/timezone.py | 14 | __all__ = [ | CODE |
| LOW | …hared/.pypackages/django/utils/translation/__init__.py | 11 | __all__ = [ | CODE |
| LOW | …-shared/.pypackages/django/contrib/postgres/indexes.py | 5 | __all__ = [ | CODE |
| LOW | …red/.pypackages/django/contrib/postgres/constraints.py | 13 | __all__ = ["ExclusionConstraint"] | CODE |
| LOW | …ed/.pypackages/django/contrib/postgres/forms/ranges.py | 11 | __all__ = [ | CODE |
| LOW | …ed/.pypackages/django/contrib/postgres/forms/hstore.py | 7 | __all__ = ["HStoreField"] | CODE |
| LOW | …kages/django/contrib/postgres/aggregates/statistics.py | 3 | __all__ = [ | CODE |
| LOW | …packages/django/contrib/postgres/aggregates/general.py | 10 | __all__ = [ | CODE |
| LOW | …d/.pypackages/django/contrib/postgres/fields/citext.py | 7 | __all__ = ["CICharField", "CIEmailField", "CIText", "CITextField"] | CODE |
| LOW | …d/.pypackages/django/contrib/postgres/fields/ranges.py | 17 | __all__ = [ | CODE |
| LOW | …ed/.pypackages/django/contrib/postgres/fields/jsonb.py | 3 | __all__ = ["JSONField"] | CODE |
| LOW | …ed/.pypackages/django/contrib/postgres/fields/array.py | 15 | __all__ = ["ArrayField"] | CODE |
| LOW | …d/.pypackages/django/contrib/postgres/fields/hstore.py | 10 | __all__ = ["HStoreField"] | CODE |
| LOW | …jango-shared/.pypackages/django/contrib/gis/measure.py | 41 | __all__ = ["A", "Area", "D", "Distance"] | CODE |
| LOW | …jango-shared/.pypackages/django/contrib/gis/geos/io.py | 14 | __all__ = ["WKBWriter", "WKTWriter", "WKBReader", "WKTReader"] | CODE |
| LOW | ….pypackages/django/contrib/gis/geos/prototypes/misc.py | 11 | __all__ = ["geos_area", "geos_distance", "geos_length", "geos_isvalidreason"] | CODE |
| LOW | …hared/.pypackages/django/contrib/gis/utils/__init__.py | 9 | __all__ = [ | CODE |
| LOW | …ed/.pypackages/django/contrib/gis/sitemaps/__init__.py | 4 | __all__ = ["KMLSitemap", "KMZSitemap"] | CODE |
| LOW | ….pypackages/django/contrib/gis/db/models/aggregates.py | 10 | __all__ = ["Collect", "Extent", "Extent3D", "MakeLine", "Union"] | CODE |
| LOW | …ypackages/django/contrib/gis/db/models/sql/__init__.py | 3 | __all__ = [ | CODE |
| LOW | …ared/.pypackages/django/contrib/gis/geoip2/__init__.py | 14 | __all__ = ["HAS_GEOIP2"] | CODE |
| LOW | …thon-django-shared/.pypackages/django/http/__init__.py | 28 | __all__ = [ | CODE |
| LOW | …thon-django-shared/.pypackages/django/urls/__init__.py | 27 | __all__ = [ | CODE |
| LOW | …python-django-shared/.pypackages/django/db/__init__.py | 19 | __all__ = [ | CODE |
| 43 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ects/python-flask-shared/.pypackages/flask/sessions.py | 108 | """The basic interface you have to implement in order to replace the | STRING |
| MEDIUM | …_projects/python-flask-shared/.pypackages/flask/app.py | 1247 | """Can be overridden in order to modify the response object | STRING |
| LOW | …cts/python-flask-shared/.pypackages/jinja2/compiler.py | 1009 | # if we have a known extends we just add a template runtime | COMMENT |
| LOW | …s/python-flask-shared/.pypackages/jinja2/idtracking.py | 112 | # Otherwise we can just set it to undefined. | COMMENT |
| LOW | …ects/python-flask-shared/.pypackages/jinja2/bccache.py | 224 | # explicitly forced otherwise. We can just use that. | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 214 | # is unparsable, and we can just add the whole thing to our | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 410 | # This is already a string, so just add it. | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 439 | # what we should parse it as, and we have to just add it to our list | COMMENT |
| LOW | …thon-django-shared/.pypackages/packaging/specifiers.py | 995 | # version. If it's not we can short circuit and just return False now | COMMENT |
| LOW | …thon-django-shared/.pypackages/packaging/specifiers.py | 1020 | # version. If it's not we can short circuit and just return False now | COMMENT |
| LOW | …thon-django-shared/.pypackages/packaging/specifiers.py | 1424 | # then we'll just return None since we don't know if this should have | COMMENT |
| MEDIUM | …cts/python-django-shared/.pypackages/sqlparse/lexer.py | 44 | # to pass down and utilize such an object. The current implementation | COMMENT |
| LOW | …ared/.pypackages/sqlparse/engine/statement_splitter.py | 139 | # token but not for BEGIN itself (which just set the flag) | COMMENT |
| LOW | …n-django-shared/.pypackages/django/middleware/cache.py | 85 | # We don't need to update the cache, just return. | COMMENT |
| LOW | …ython-django-shared/.pypackages/django/forms/models.py | 1523 | # the property self.choices. In this case, just return self._choices. | COMMENT |
| LOW | …ango-shared/.pypackages/django/http/multipartparser.py | 226 | # This is a post field, we can just set it in the post | COMMENT |
| LOW | …ango-shared/.pypackages/django/http/multipartparser.py | 640 | # There's nothing left, we should just return and mark as done. | COMMENT |
| LOW | …d/.pypackages/django/db/backends/sqlite3/operations.py | 182 | # For consistency with SQLiteCursorWrapper.execute(), just return sql | COMMENT |
| LOW⚡ | …shared/.pypackages/django/db/backends/base/creation.py | 204 | # just return and skip it all. | COMMENT |
| MEDIUM | …ngo-shared/.pypackages/django/db/backends/base/base.py | 99 | # Each entry is an (sids, func, robust) tuple, where sids is a set of | COMMENT |
| MEDIUM | …ngo-shared/.pypackages/django/db/backends/base/base.py | 100 | # the active savepoint IDs when this function was registered and robust | COMMENT |
| LOW | …ackages/django/db/models/fields/related_descriptors.py | 336 | # when accessing the attribute we just set. | COMMENT |
| LOW | …ackages/django/db/models/fields/related_descriptors.py | 595 | # when accessing the attribute we just set. | COMMENT |
| LOW | …ackages/django/db/models/fields/related_descriptors.py | 1161 | # there will already be a join on the join table, so we can just add | COMMENT |
| LOW | …-shared/.pypackages/django/db/models/fields/related.py | 901 | # While 'limit_choices_to' might be a callable, simply pass | COMMENT |
| MEDIUM | …jango-shared/.pypackages/django/db/models/sql/query.py | 439 | # resolving purpose to facilitate their subsequent removal. | COMMENT |
| LOW | …ects/python-fastapi-shared/.pypackages/h11/_headers.py | 60 | # aren't. For now we punt and just use a super simple representation: headers | COMMENT |
| LOW | …python-fastapi-shared/.pypackages/starlette/routing.py | 633 | # returning the response. For plain ASGI apps, just return the response. | COMMENT |
| LOW | …thon-fastapi-shared/.pypackages/starlette/endpoints.py | 50 | # returning the response. For plain ASGI apps, just return the response. | COMMENT |
| MEDIUM | …s/python-fastapi-shared/.pypackages/fastapi/routing.py | 163 | # facilitate profiling endpoints, since inner functions are harder to profile. | COMMENT |
| LOW | …-fastapi-shared/.pypackages/pydantic/error_wrappers.py | 46 | # but recursive, therefore just use: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …on-flask-shared/.pypackages/werkzeug/debug/__init__.py | 323 | # Set _pin to None explicitly to prevent regeneration by the getter | COMMENT |
| LOW | …python-django-shared/.pypackages/packaging/metadata.py | 626 | # Check if content-type is valid or defaulted to `text/plain` and thus was | COMMENT |
| LOW | …ared/.pypackages/sqlparse/engine/statement_splitter.py | 117 | # Check if we get the end of a statement | COMMENT |
| LOW | …-django-shared/.pypackages/django/middleware/common.py | 51 | # Check if we also need to append a slash so we can do it all | COMMENT |
| LOW | …on-django-shared/.pypackages/django/core/validators.py | 119 | # Check if the scheme is valid. | COMMENT |
| LOW | …/.pypackages/django/core/serializers/xml_serializer.py | 296 | # Check if there is a child node named 'None', returning None if so. | COMMENT |
| LOW | …thon-django-shared/.pypackages/django/template/base.py | 941 | # Set this to True for nodes that must be first in the template (although | COMMENT |
| LOW | …s/python-django-shared/.pypackages/django/utils/log.py | 226 | # Check if the response has already been logged. Multiple requests to log | COMMENT |
| LOW | …ango-shared/.pypackages/django/contrib/auth/hashers.py | 451 | # Set salt_len to the salt_len of the current parameters because salt | COMMENT |
| LOW | …d/.pypackages/django/contrib/gis/gdal/raster/source.py | 142 | # Check if width and height where specified | COMMENT |
| LOW | …d/.pypackages/django/contrib/gis/gdal/raster/source.py | 148 | # Check if srid was specified | COMMENT |
| LOW | …ages/django/contrib/gis/db/backends/spatialite/base.py | 72 | # Check if spatial metadata have been initialized in the database | COMMENT |
| LOW | …red/.pypackages/django/contrib/gis/db/models/fields.py | 200 | # Check if input is a candidate for conversion to raster or geometry. | COMMENT |
| LOW | …ed/.pypackages/django/contrib/gis/db/models/lookups.py | 29 | # Check if a band index was passed in the query argument. | COMMENT |
| LOW | …ed/.pypackages/django/contrib/gis/db/models/lookups.py | 315 | # Check if the second parameter is a band index. | COMMENT |
| LOW | …hon-django-shared/.pypackages/django/db/models/base.py | 2279 | # Check if auto-generated name for the field is too long | COMMENT |
| LOW | …hon-django-shared/.pypackages/django/db/models/base.py | 2302 | # Check if auto-generated name for the M2M field is too long | COMMENT |
| LOW | …jango-shared/.pypackages/django/db/models/sql/query.py | 1764 | # Check if we need any joins for concrete inheritance cases (the | COMMENT |
| LOW | …jango-shared/.pypackages/django/db/models/sql/where.py | 161 | # Check if this node matches nothing or everything. | COMMENT |
| LOW | …python-django-shared/.pypackages/django/apps/config.py | 124 | # Check if there's exactly one AppConfig candidate, | COMMENT |
| LOW | …python-django-shared/.pypackages/django/apps/config.py | 138 | # Check if there's exactly one AppConfig subclass, | COMMENT |
| LOW | …python-fastapi-shared/.pypackages/typing_extensions.py | 770 | # Check if the members appears in the class dictionary... | COMMENT |
| LOW | …on-fastapi-shared/.pypackages/starlette/staticfiles.py | 135 | # Check if we have 'index.html' file to serve. | COMMENT |
| LOW | …on-fastapi-shared/.pypackages/starlette/formparsers.py | 256 | # Write file data, it needs to use await with the UploadFile methods | COMMENT |
| LOW | …s/python-fastapi-shared/.pypackages/anyio/functools.py | 180 | # Check if another task filled the cache while we acquired the lock | COMMENT |
| LOW | …n-fastapi-shared/.pypackages/anyio/streams/buffered.py | 132 | # Check if the delimiter can be found in the current buffer | COMMENT |
| LOW | …n-fastapi-shared/.pypackages/anyio/streams/buffered.py | 139 | # Check if the buffer is already at or over the limit | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 180 | # Step 1: Test the If-Match precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 184 | # Step 2: Test the If-Unmodified-Since precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 192 | # Step 3: Test the If-None-Match precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 199 | # Step 4: Test the If-Modified-Since precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 208 | # Step 5: Test the If-Range precondition (not supported). | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 209 | # Step 6: Return original response since there isn't a conditional response. | COMMENT |
| LOW | …ython-django-shared/.pypackages/django/http/request.py | 60 | # WARNING: The `WSGIRequest` subclass doesn't call `super`. | COMMENT |
| LOW | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 112 | # Step 1: some responses always have an empty body, regardless of what the | COMMENT |
| LOW⚡ | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 126 | # Step 2: check for Transfer-Encoding (T-E beats C-L): | COMMENT |
| LOW⚡ | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 132 | # Step 3: check for Content-Length | COMMENT |
| LOW⚡ | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 137 | # Step 4: no applicable headers; fallback/default depends on type | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 180 | # Step 1: Test the If-Match precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 184 | # Step 2: Test the If-Unmodified-Since precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 192 | # Step 3: Test the If-None-Match precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 199 | # Step 4: Test the If-Modified-Since precondition. | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 208 | # Step 5: Test the If-Range precondition (not supported). | COMMENT |
| LOW⚡ | …python-django-shared/.pypackages/django/utils/cache.py | 209 | # Step 6: Return original response since there isn't a conditional response. | COMMENT |
| LOW | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 112 | # Step 1: some responses always have an empty body, regardless of what the | COMMENT |
| LOW⚡ | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 126 | # Step 2: check for Transfer-Encoding (T-E beats C-L): | COMMENT |
| LOW⚡ | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 132 | # Step 3: check for Content-Length | COMMENT |
| LOW⚡ | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 137 | # Step 4: no applicable headers; fallback/default depends on type | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/webtoapp/core/apkbuilder/AppTypePreflightSmokeTest.kt | 126 | adminEmail = "admin@example.com", | CODE |
| LOW | …in/java/com/webtoapp/core/extension/ExtensionModule.kt | 369 | @SerializedName("placeholder") | CODE |
| LOW | …app/core/aicoding/export/SaveSessionAsModuleUseCase.kt | 148 | placeholder = c.optString("placeholder") | CODE |
| LOW | …ts/python-flask-shared/.pypackages/jinja2/constants.py | 1 | #: list of lorem ipsum words used by the lipsum() helper function | COMMENT |
| LOW | …ojects/python-flask-shared/.pypackages/jinja2/utils.py | 356 | """Generate some lorem ipsum for the template.""" | STRING |
| LOW⚡ | …ango-shared/.pypackages/django/template/defaulttags.py | 1116 | paragraph (starting "Lorem ipsum dolor sit amet, consectetuer..."). | STRING |
| LOW⚡ | …ango-shared/.pypackages/django/template/defaulttags.py | 1116 | paragraph (starting "Lorem ipsum dolor sit amet, consectetuer..."). | STRING |
| LOW⚡ | …ango-shared/.pypackages/django/template/defaulttags.py | 1120 | * ``{% lorem %}`` outputs the common "lorem ipsum" paragraph | STRING |
| LOW⚡ | …ango-shared/.pypackages/django/template/defaulttags.py | 1121 | * ``{% lorem 3 p %}`` outputs the common "lorem ipsum" paragraph | STRING |
| LOW⚡ | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 2 | Utility functions for generating "lorem ipsum" Latin text. | STRING |
| LOW⚡ | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 8 | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod " | CODE |
| LOW⚡ | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 8 | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod " | CODE |
| LOW | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 227 | Return a randomly generated sentence of lorem ipsum text. | STRING |
| LOW | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 245 | Return a randomly generated paragraph of lorem ipsum text. | STRING |
| LOW | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 257 | 'lorem ipsum' paragraph. Otherwise, the first paragraph will be random | STRING |
| LOW | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 271 | Return a string of `count` lorem ipsum words separated by a single space. | STRING |
| LOW | …-django-shared/.pypackages/django/utils/lorem_ipsum.py | 274 | 'lorem ipsum' words. Otherwise, all words will be selected randomly. | STRING |
| LOW | .github/scripts/ci/validate_modules.py | 276 | for str_field in ("description", "defaultValue", "placeholder", "validation"): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | app/src/main/res/values-en/app_strings_ai.xml | 3 | AI will automatically generate extension module code</string><string name="appstr_ai_ai_checking" formatted="false">Chec | CODE |
| HIGH | app/src/main/res/values-en/app_strings_legacy.xml | 2 | <resources><string name="appstr_legacy_advanced" formatted="false">Advanced</string><string name="appstr_legacy_advanced | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …s/python-fastapi-shared/.pypackages/h11/_connection.py | 365 | Add 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.py | 518 | Convert a high-level event into bytes that can be sent to the peer, while updating our internal state machine. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …-flask-shared/.pypackages/werkzeug/routing/__init__.py | 76 | And here is how you can match URLs: | STRING |
| LOW | …/python-django-shared/.pypackages/packaging/markers.py | 342 | # added here, make sure to mirror/adapt Requirement. | COMMENT |
| LOW | …ts/python-django-shared/.pypackages/gunicorn/errors.py | 13 | # we inherit from BaseException here to make sure to not be caught | COMMENT |
| MEDIUM | …jango-shared/.pypackages/gunicorn/instrument/statsd.py | 108 | # you can use those directly if you want | COMMENT |
| LOW | …-django-shared/.pypackages/gunicorn/workers/gthread.py | 268 | # an exception happened, make sure to close the | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …cts/python-fastapi-shared/.pypackages/pydantic/mypy.py | 553 | # I don't know whether it's possible to hit this branch, but I've added it for safety | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …hon-django-shared/.pypackages/gunicorn/workers/sync.py | 162 | def handle_request(self, listener, req, client, addr): | CODE |
| LOW | …ango-shared/.pypackages/gunicorn/workers/base_async.py | 90 | def handle_request(self, listener_name, req, sock, addr): | CODE |
| LOW | …django-shared/.pypackages/gunicorn/workers/gtornado.py | 49 | def handle_request(self): | CODE |
| LOW | …-django-shared/.pypackages/gunicorn/workers/ggevent.py | 126 | def handle_request(self, listener_name, req, sock, addr): | CODE |
| LOW | …-django-shared/.pypackages/gunicorn/workers/gthread.py | 313 | def handle_request(self, req, conn): | CODE |
| LOW | …go-shared/.pypackages/django/views/decorators/debug.py | 22 | def my_function(user): | STRING |
| LOW | …go-shared/.pypackages/django/views/decorators/debug.py | 31 | def my_function() | STRING |
| LOW | …hon-fastapi-shared/.pypackages/starlette/testclient.py | 200 | def handle_request(self, request: httpx.Request) -> httpx.Response: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …jects/python-django-shared/.pypackages/sqlparse/sql.py | 109 | # TODO: Add test for regex with is_keyword = false | COMMENT |