1707 matches across 18 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | python/vercel-runtime/tests/test_runtime.py | 276 | async def test_server_started_get_post_ping_lifecycle( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 340 | async def test_oidc_header_uses_environment_fallback(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 359 | async def test_malformed_request_line(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 381 | async def test_sc_headers_stripped_per_no_leak_flag(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 444 | async def test_wsgi_requests_and_lifecycle( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 473 | async def test_wsgi_closeable_response(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 492 | async def test_oidc_header_uses_environment_fallback(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 510 | async def test_sc_headers_stripped_per_no_leak_flag(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 568 | async def test_asgi_requests_ping_and_lifecycle( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 631 | async def test_oidc_header_uses_environment_fallback(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 649 | async def test_sc_headers_stripped_per_no_leak_flag(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 707 | async def test_cron_secret_is_enforced_by_wrapper(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 745 | async def test_bootstraps_dunder_main_entrypoint_for_cron_service( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 776 | async def test_bootstraps_dunder_main_entrypoint_for_schedule_job_service( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 808 | async def test_bootstraps_sync_handler_function_for_cron_service( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 841 | async def test_bootstraps_async_handler_function_for_cron_service( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 874 | async def test_multi_cron_routes_dispatches_by_path(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 943 | async def test_multi_cron_routes_enforces_cron_secret(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 989 | async def test_log_levels_and_print(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1054 | async def test_missing_handler_exits(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1073 | async def test_missing_cron_entrypoint_exits(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1090 | async def test_bad_handler_subclass_exits( |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1118 | async def test_missing_env_var_exits(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1317 | async def test_lifespan_startup_runs_before_request(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1336 | async def test_missing_handler_exits(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1359 | async def test_asgi_bad_start_message(self) -> None: |
| LOW | python/vercel-runtime/tests/test_runtime.py | 1371 | async def test_asgi_bad_body_message(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 71 | def test_returns_none_when_vercel_cache_missing(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 77 | def test_constructs_clients_and_installs_into_context(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 113 | def test_falls_back_when_async_cache_kwarg_unsupported(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 140 | def test_noop_when_sc_headers_missing(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 157 | def test_noop_when_sc_host_missing(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 173 | def test_noop_when_vercel_cache_unavailable(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 182 | def test_noop_when_sc_headers_invalid_json(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 198 | def test_noop_when_sc_headers_not_dict(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 216 | def test_installs_cache_when_sc_headers_present(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 242 | def test_calls_set_context_with_none_for_both_slots(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 256 | def test_falls_back_when_async_cache_kwarg_unsupported(self) -> None: |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 278 | def test_noop_when_vercel_cache_unavailable(self) -> None: |
| LOW | python/vercel-runtime/tests/test_sourcecode.py | 26 | def test_cqa_ruff_format_check(self) -> None: |
| LOW | python/vercel-runtime/tests/test_sourcecode.py | 70 | def test_cqa_typecheck_pyright(self) -> None: |
| LOW | python/vercel-runtime/tests/test_workers.py | 12 | def test_detects_legacy_worker_service_type(self) -> None: |
| LOW | python/vercel-runtime/tests/test_workers.py | 20 | def test_detects_queue_triggered_job_service(self) -> None: |
| LOW | python/vercel-runtime/tests/test_workers.py | 33 | def test_prepare_worker_environment_delegates_to_workers_runtime( |
| LOW | python/vercel-runtime/tests/test_workers.py | 47 | def test_prepare_worker_environment_skips_without_workers_runtime( |
| LOW | python/vercel-runtime/tests/test_workers.py | 55 | def test_delegates_to_workers_runtime(self) -> None: |
| LOW | python/vercel-runtime/tests/test_workers.py | 70 | def test_raises_when_workers_runtime_is_missing(self) -> None: |
| LOW | python/vercel-runtime/tests/test_headers.py | 11 | def test_adds_oidc_header_from_environment(self) -> None: |
| LOW | python/vercel-runtime/tests/test_headers.py | 17 | def test_internal_oidc_header_takes_precedence_over_environment( |
| LOW | python/vercel-runtime/tests/test_headers.py | 33 | def test_empty_env_var_does_not_inject_header(self) -> None: |
| LOW | python/vercel-runtime/tests/test_headers.py | 41 | def test_no_oidc_source_does_not_inject_header(self) -> None: |
| LOW | python/vercel-runtime/tests/test_headers.py | 49 | def test_public_oidc_header_takes_precedence(self) -> None: |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 49 | def set_runtime_cache_from_asgi_pairs( |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 58 | def set_runtime_cache_from_http_headers(headers: _HeadersLike | None) -> None: |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 68 | def _set_runtime_cache_from_pairs( |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 146 | def clear_runtime_cache_context() -> None: |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 162 | def _load_vercel_cache_modules() -> Any | None: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 106 | def _send_unrecoverable_error(message: str) -> None: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 340 | def flush_init_log_buf_to_stderr() -> None: |
| LOW | python/vercel-runtime/src/vercel_runtime/routing.py | 8 | def normalize_service_route_prefix(raw_prefix: str | None) -> str: |
| 548 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | python/vercel-runtime/tests/_dist.py | 3 | |
| LOW | python/vercel-runtime/tests/_dist.py | 12 | |
| LOW | python/vercel-runtime/tests/_cov_wrapper.py | 7 | |
| LOW | python/vercel-runtime/tests/test_runtime.py | 3 | |
| LOW | python/vercel-runtime/tests/__init__.py | 3 | |
| LOW | python/vercel-runtime/tests/test_cache_context.py | 1 | |
| LOW | python/vercel-runtime/tests/_n1_mock.py | 3 | |
| LOW | python/vercel-runtime/tests/test_workers.py | 1 | |
| LOW | python/vercel-runtime/tests/test_headers.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/asgi.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 10 | |
| LOW | python/vercel-runtime/src/vercel_runtime/utils.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/routing.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/resolver.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/crons.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/headers.py | 1 | |
| LOW | python/vercel-runtime/src/vercel_runtime/headers.py | 5 | |
| LOW | python/vercel-runtime/src/vercel_runtime/workers.py | 1 | |
| LOW | …time/src/vercel_runtime/_vendor/markupsafe/__init__.py | 1 | |
| LOW | …ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py | 2 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_writers.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 9 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 9 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 9 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 10 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 19 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 32 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 32 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/__init__.py | 32 | |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 115 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 2 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 2 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 8 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 2 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 2 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 2 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 2 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 2 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 3 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 3 | |
| LOW | …untime/src/vercel_runtime/_vendor/colorama/__init__.py | 3 | |
| 436 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | python/vercel-runtime/tests/_n1_mock.py | 77 | # ------------------------------------------------------------------ |
| MEDIUM | python/vercel-runtime/tests/_n1_mock.py | 79 | # ------------------------------------------------------------------ |
| MEDIUM | python/vercel-runtime/src/vercel_runtime/vc_init.py | 86 | # ------------------------------------------------------------------------- |
| MEDIUM | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 16 | # =================== |
| MEDIUM | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 93 | # -------------- |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 51 | // ─── npm v2/v3 ──────────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 443 | // ─── npm v1 ─────────────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 594 | // ─── pnpm v9 ────────────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 783 | // ─── pnpm v6 ────────────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 910 | // ─── yarn v1 ───────────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 1073 | // ─── yarn berry ─────────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 1192 | // ─── bun text ───────────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 1297 | // ─── bun binary fallback ────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 1337 | // ─── vlt fallback ──────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 1376 | // ─── runtimeVersion ─────────────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 1453 | // ─── diagnostics callback ───────────────────────────────────────────────────── |
| MEDIUM | packages/backends/test/diagnostics.test.ts | 1489 | // ─── framework field ────────────────────────────────────────────────────────── |
| MEDIUM | packages/rust/test/unit/diagnostics.test.ts | 25 | // ── fixture helpers ────────────────────────────────────────────────────────── |
| MEDIUM | packages/rust/test/unit/diagnostics.test.ts | 166 | // ── tests ──────────────────────────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 37 | // ─── Resolve + dispatch ──────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 131 | // ─── Flag overrides ──────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 340 | // ─── JSON mode ───────────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 410 | // ─── AI mode ─────────────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 478 | // ─── Interactive mode ────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 482 | // ─── Non-interactive ─────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 518 | // ─── Edge cases ──────────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 642 | // ─── offerAutoPublish ────────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 669 | // ─── Interactive rule selection ───────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 685 | // ─── Additional flag mode tests ──────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 894 | // ─── JSON with all fields ────────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 941 | // ─── AI with specific rule ───────────────────────────────────────── |
| MEDIUM | …ges/cli/test/unit/commands/firewall/rules-edit.test.ts | 981 | // ─── Help ────────────────────────────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 36 | // ─── Flag mode: happy paths ──────────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 560 | // ─── Flag mode: validation errors ────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 997 | // ─── JSON mode ───────────────────────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 1224 | // ─── Mutual exclusivity ──────────────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 1282 | // ─── AI mode ─────────────────────────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 1409 | // ─── offerAutoPublish ────────────────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 1462 | // ─── Non-interactive / agent mode ────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 1488 | // ─── Help + telemetry ────────────────────────────────────────────── |
| MEDIUM | …ages/cli/test/unit/commands/firewall/rules-add.test.ts | 1498 | // ─── Interactive mode ────────────────────────────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 17 | // ── Personal Account ────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 19 | // ── Teams ───────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 21 | // ────────────────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 34 | // ── Personal Account ────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 36 | // ── Teams ───────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 38 | // ────────────────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 73 | // ── Teams ───────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/teams/switch.test.ts | 75 | // ────────────────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 14 | // ── Personal Account ────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 16 | // ── Teams ───────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 18 | // ────────────────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 31 | // ── Personal Account ────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 33 | // ── Teams ───────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 35 | // ────────────────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 58 | // ── Teams ───────────────────────── |
| MEDIUM | packages/cli/test/unit/commands/switch/switch.test.ts | 60 | // ────────────────────────────────── |
| MEDIUM | packages/cli/src/util/openapi/openapi-cache.ts | 201 | // ───────────────────────────────────────────────────────────────────────────── |
| MEDIUM | packages/cli/src/util/openapi/openapi-cache.ts | 203 | // ───────────────────────────────────────────────────────────────────────────── |
| MEDIUM | packages/build-utils/src/node-diagnostics.ts | 23 | // ─── Source classification ──────────────────────────────────────────────────── |
| 49 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | packages/python/src/install.ts | 44 | print(spec.origin) |
| HIGH | packages/python/src/install.ts | 109 | print(json.dumps(paths)) |
| HIGH | …es/cli/test/unit/util/projects/detect-services.test.ts | 84 | 'def app():\n return None\n' |
| HIGH | …es/cli/test/unit/util/projects/detect-services.test.ts | 116 | 'def app():\n return None\n' |
| HIGH | …es/cli/test/unit/util/projects/detect-services.test.ts | 382 | 'def app():\n return None\n' |
| HIGH | packages/cli/src/util/logs.ts | 225 | print(`${chalk.dim(date)} ${line}\n`); |
| HIGH | packages/cli/src/util/logs.ts | 265 | print( |
| HIGH | packages/cli/src/util/logs.ts | 278 | print( |
| HIGH | packages/cli/src/commands/contract/index.ts | 43 | print(help(contractCommand, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/contract/index.ts | 199 | print(`${tablePrint}\n\n`); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 219 | print('\n'); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 220 | print(chalk.bold(' General\n\n')); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 221 | print(` ${chalk.cyan('id')}\t\t${id}\n`); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 222 | print(` ${chalk.cyan('name')}\t${name}\n`); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 225 | print(` ${chalk.cyan('target')}\t`); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 228 | print( |
| HIGH | packages/cli/src/commands/inspect/index.ts | 237 | print(` ${chalk.cyan('status')}\t${stateString(readyState)}\n`); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 238 | print(` ${chalk.cyan('url')}\t\thttps://${url}\n`); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 240 | print( |
| HIGH | packages/cli/src/commands/inspect/index.ts | 247 | print('\n\n'); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 250 | print(chalk.bold(' Aliases\n\n')); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 255 | print(indent(aliasList, 4)); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 256 | print('\n\n'); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 268 | print(chalk.bold(' Builds\n\n')); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 269 | print(indent(buildsList(builds, times).toPrint, 4)); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 270 | print('\n\n'); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 274 | print(chalk.bold(' Routes\n\n')); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 275 | print(indent(routesList(routes), 4)); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 276 | print(`\n\n`); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 50 | print(help(inspectCommand, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 72 | print(help(inspectCommand, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/inspect/index.ts | 157 | print(`${chalk.cyan('status')}\t${stateString(deployment.readyState)}\n`); |
| HIGH | packages/cli/src/commands/usage/output-breakdown.ts | 79 | print(`${tablePrint}\n`); |
| HIGH | packages/cli/src/commands/usage/index.ts | 64 | print(help(usageCommand, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/usage/output-aggregated.ts | 56 | print(`\n${tablePrint}\n\n`); |
| HIGH | packages/cli/src/commands/usage/output-group-by.ts | 72 | print(`${tablePrint}\n`); |
| HIGH | packages/cli/src/commands/curl/shared.ts | 178 | print(help(command, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/curl/shared.ts | 198 | print(help(command, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/curl/shared.ts | 237 | print(help(command, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/curl/shared.ts | 271 | print(help(command, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/curl/shared.ts | 287 | print(help(command, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/list/index.ts | 71 | print(help(listCommand, { columns: client.stderr.columns })); |
| HIGH | packages/cli/src/commands/list/index.ts | 393 | print(`\n${tablePrint}\n\n`); |
| HIGH | packages/python-analysis/test/semantic.test.ts | 164 | print("Hello, world!") |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | python/vercel-runtime/src/vercel_runtime/asgi.py | 34 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/utils.py | 43 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/utils.py | 48 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 148 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 354 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 456 | except Exception as e: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 487 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 497 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 507 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 722 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/routing.py | 143 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/crons.py | 150 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 201 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 208 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 220 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 233 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 261 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 300 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 502 | except Exception: |
| MEDIUM | python/vercel-runtime/src/vercel_runtime/dev.py | 150 | def _patch_fastapi_cli_log_config() -> None: |
| LOW | python/vercel-runtime/src/vercel_runtime/headers.py | 112 | except Exception: |
| LOW | python/vercel-runtime/src/vercel_runtime/headers.py | 123 | except Exception: |
| LOW | …ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py | 99 | except Exception: |
| LOW | …runtime/src/vercel_runtime/_vendor/werkzeug/serving.py | 66 | except Exception: |
| LOW | …runtime/src/vercel_runtime/_vendor/werkzeug/serving.py | 385 | except Exception as e: |
| LOW | …runtime/src/vercel_runtime/_vendor/werkzeug/serving.py | 399 | except Exception: |
| LOW | …runtime/src/vercel_runtime/_vendor/werkzeug/serving.py | 413 | except Exception as e: |
| MEDIUM | …runtime/src/vercel_runtime/_vendor/werkzeug/serving.py | 119 | def read_chunk_len(self) -> int: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py | 646 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py | 663 | except Exception: |
| MEDIUM | …el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py | 643 | def __del__(self) -> None: |
| LOW | …src/vercel_runtime/_vendor/werkzeug/middleware/lint.py | 223 | except Exception: |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/sansio/request.py | 152 | except Exception as e: |
| MEDIUM | …/src/vercel_runtime/_vendor/werkzeug/sansio/request.py | 149 | def __repr__(self) -> str: |
| LOW | …untime/_vendor/werkzeug/datastructures/file_storage.py | 142 | except Exception: |
| LOW | …e/src/vercel_runtime/_vendor/werkzeug/debug/console.py | 178 | except Exception: |
| MEDIUM | …e/src/vercel_runtime/_vendor/werkzeug/debug/console.py | 70 | def fetch() -> str: |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py | 351 | except Exception as e: |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py | 371 | except Exception: |
| LOW | …time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py | 220 | except Exception: |
| LOW | …time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py | 237 | except Exception: |
| LOW | …time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py | 260 | except Exception: |
| MEDIUM | …time/src/vercel_runtime/_vendor/werkzeug/debug/repr.py | 217 | def fallback_repr(self) -> str: |
| LOW | …untime/src/vercel_runtime/_vendor/click/_winconsole.py | 207 | except Exception: |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/click/core.py | 2417 | except Exception: |
| LOW | …rcel-runtime/src/vercel_runtime/_vendor/click/utils.py | 42 | except Exception: |
| MEDIUM | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 71 | def __del__(self) -> None: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 133 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 136 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 146 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 154 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 163 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 167 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 74 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 121 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 528 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 552 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 575 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 593 | except Exception: |
| LOW | …el-runtime/src/vercel_runtime/_vendor/click/_compat.py | 600 | except Exception: |
| 53 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | python/vercel-runtime/src/vercel_runtime/asgi.py | 17 | |
| LOW | python/vercel-runtime/src/vercel_runtime/cache.py | 68 | |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 138 | |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 145 | |
| LOW | python/vercel-runtime/src/vercel_runtime/crons.py | 91 | |
| LOW | python/vercel-runtime/src/vercel_runtime/crons.py | 96 | |
| LOW | python/vercel-runtime/src/vercel_runtime/headers.py | 26 | |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 316 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 152 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 209 | |
| LOW | …ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py | 220 | |
| LOW | …ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py | 238 | |
| LOW | …ime/src/vercel_runtime/_vendor/colorama/ansitowin32.py | 260 | |
| LOW | …ntime/src/vercel_runtime/_vendor/werkzeug/_reloader.py | 68 | |
| LOW | …runtime/src/vercel_runtime/_vendor/werkzeug/serving.py | 452 | |
| LOW | …runtime/src/vercel_runtime/_vendor/werkzeug/serving.py | 723 | |
| LOW | …l-runtime/src/vercel_runtime/_vendor/werkzeug/local.py | 478 | |
| LOW | …untime/src/vercel_runtime/_vendor/werkzeug/security.py | 36 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py | 54 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py | 159 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py | 298 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/test.py | 1058 | |
| LOW | …time/src/vercel_runtime/_vendor/werkzeug/formparser.py | 351 | |
| LOW | …l-runtime/src/vercel_runtime/_vendor/werkzeug/utils.py | 312 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py | 239 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py | 417 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py | 790 | |
| LOW | …el-runtime/src/vercel_runtime/_vendor/werkzeug/http.py | 1385 | |
| LOW | …cel_runtime/_vendor/werkzeug/middleware/shared_data.py | 103 | |
| LOW | …src/vercel_runtime/_vendor/werkzeug/middleware/lint.py | 166 | |
| LOW | …c/vercel_runtime/_vendor/werkzeug/wrappers/response.py | 438 | |
| LOW | …rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py | 140 | |
| LOW | …rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py | 298 | |
| LOW | …ntime/_vendor/werkzeug/datastructures/cache_control.py | 119 | |
| LOW | …_runtime/_vendor/werkzeug/datastructures/structures.py | 22 | |
| LOW | …_runtime/_vendor/werkzeug/datastructures/structures.py | 181 | |
| LOW | …_runtime/_vendor/werkzeug/datastructures/structures.py | 623 | |
| LOW | …_runtime/_vendor/werkzeug/datastructures/structures.py | 866 | |
| LOW | …_runtime/_vendor/werkzeug/datastructures/structures.py | 910 | |
| LOW | …cel_runtime/_vendor/werkzeug/datastructures/headers.py | 167 | |
| LOW | …cel_runtime/_vendor/werkzeug/datastructures/headers.py | 489 | |
| LOW | …src/vercel_runtime/_vendor/werkzeug/routing/matcher.py | 38 | |
| LOW | …src/vercel_runtime/_vendor/werkzeug/routing/matcher.py | 69 | |
| LOW | …src/vercel_runtime/_vendor/werkzeug/routing/matcher.py | 79 | |
| LOW | …e/src/vercel_runtime/_vendor/werkzeug/routing/rules.py | 271 | |
| LOW | …e/src/vercel_runtime/_vendor/werkzeug/routing/rules.py | 606 | |
| LOW | …ime/src/vercel_runtime/_vendor/werkzeug/routing/map.py | 787 | |
| LOW | …e/src/vercel_runtime/_vendor/werkzeug/debug/tbtools.py | 126 | |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py | 51 | |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py | 57 | |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py | 474 | |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py | 540 | |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/click/core.py | 1295 | |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/click/core.py | 2076 | |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/click/core.py | 2682 | |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/click/core.py | 2821 | |
| LOW | …rcel-runtime/src/vercel_runtime/_vendor/click/types.py | 1068 | |
| LOW | …rcel-runtime/src/vercel_runtime/_vendor/click/types.py | 210 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/click/parser.py | 52 | |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/click/parser.py | 166 | |
| 43 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_readers.py | 1 | # Code to read HTTP data |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_version.py | 1 | # This file must be kept very simple, because it is consumed from several |
| LOW | …ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py | 1 | import re |
| LOW | …ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py | 21 | # - I haven't benchmarked or profiled any of this yet. |
| LOW | …ntime/src/vercel_runtime/_vendor/h11/_receivebuffer.py | 141 | # timeout will get rid of them). |
| LOW | …vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py | 1 | # We use native strings for all the re patterns, to take advantage of string |
| LOW | …vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py | 21 | field_name = token |
| LOW | …vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py | 41 | # fields containing a single visible character surrounded by whitespace, |
| LOW | …vercel-runtime/src/vercel_runtime/_vendor/h11/_abnf.py | 101 | r"{http_version}" |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 1 | ################################################################ |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 21 | # 1) The client state, with its complicated automaton (see the docs) |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 41 | # happens. But there are somewhat complicated rules for which machines can |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 61 | # |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 81 | # This is fundamentally different from an event-based transition, because it |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 101 | # |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/h11/_state.py | 321 | # It could happen that both these special-case transitions are |
| LOW | …vercel-runtime/src/vercel_runtime/_vendor/h11/_util.py | 41 | def __init__(self, msg: str, error_status_hint: int = 400) -> None: |
| LOW | …vercel-runtime/src/vercel_runtime/_vendor/h11/_util.py | 61 | # After catching a LocalProtocolError, use this method to re-raise it |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 21 | # Headers are: |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 41 | # |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 201 | ) |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 221 | # |
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 61 | # request/response line + headers together, so this is effectively the limit on |
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 101 | # Returns one of: |
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 581 | This causes :attr:`Connection.our_state` to immediately become |
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 621 | # If our peer is HTTP/1.1, we use Transfer-Encoding: chunked |
| LOW | …l-runtime/src/vercel_runtime/_vendor/werkzeug/local.py | 561 | # __get__ (proxying descriptor not supported) |
| LOW | …rc/vercel_runtime/_vendor/werkzeug/wrappers/request.py | 81 | #: the maximum form field size. This is forwarded to the form data |
| LOW | …c/vercel_runtime/_vendor/werkzeug/wrappers/response.py | 121 | #: |
| LOW | …rc/vercel_runtime/_vendor/werkzeug/sansio/multipart.py | 101 | # Note in the below \h i.e. horizontal whitespace is used |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/sansio/request.py | 61 | .. versionchanged:: 3.0 |
| LOW | …ercel-runtime/src/vercel_runtime/_vendor/click/core.py | 361 | |
| LOW | …rcel-runtime/src/vercel_runtime/_vendor/click/types.py | 1121 | except TypeError: |
| LOW | …cel-runtime/src/vercel_runtime/_vendor/click/parser.py | 341 | # Say this is the original argument list: |
| LOW | …ntime/src/vercel_runtime/_vendor/click/_termui_impl.py | 761 | # |
| LOW | utils/npm-publish.sh | 1 | #!/usr/bin/env bash |
| LOW | examples/sapper/cypress/plugins/index.js | 1 | // *********************************************************** |
| LOW | examples/sapper/cypress/support/index.js | 1 | // *********************************************************** |
| LOW | examples/sapper/cypress/support/commands.js | 1 | // *********************************************** |
| LOW | examples/sapper/cypress/support/commands.js | 21 | // Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... }) |
| LOW | examples/jekyll/_config.yml | 1 | # Welcome to Jekyll! |
| LOW | examples/jekyll/_config.yml | 41 | # |
| LOW | examples/svelte/src/vite-env.d.ts | 1 | /// <reference types="svelte" /> |
| LOW | examples/hugo/themes/ananke/src/js/main.js | 1 | import styles from './../css/main.css'; |
| LOW | …/stencil/src/components/app-profile/app-profile.e2e.ts | 21 | // const page = await newE2EPage({ url: '/profile/joseph' }); |
| LOW | examples/ionic-angular/src/theme/variables.scss | 1 | // For information on how to create your own theme, please see: |
| LOW | examples/middleman/config.rb | 21 | |
| LOW | examples/middleman/config.rb | 41 | # https://middlemanapp.com/advanced/configuration/#environment-specific-settings |
| LOW | examples/elysia/tsconfig.json | 1 | { |
| LOW | examples/elysia/tsconfig.json | 21 | // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory func |
| LOW | examples/elysia/tsconfig.json | 41 | /* JavaScript Support */ |
| LOW | examples/elysia/tsconfig.json | 61 | // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted Jav |
| LOW | examples/elysia/tsconfig.json | 81 | // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined' |
| LOW | examples/preact/tests/__mocks__/fileMocks.js | 1 | // This fixed an error related to the CSS and loading gif breaking my Jest test |
| LOW | examples/redwoodjs/api/db/seed.js | 1 | /* eslint-disable no-console */ |
| LOW | examples/ionic-react/cypress/support/commands.ts | 1 | /// <reference types="cypress" /> |
| LOW | examples/ionic-react/cypress/support/commands.ts | 21 | // -- This is a dual command -- |
| LOW | examples/ionic-react/cypress/support/e2e.ts | 1 | // *********************************************************** |
| LOW | examples/hexo/_config.yml | 61 | # Date / Time format |
| LOW | examples/blitzjs/next-env.d.ts | 1 | /// <reference types="next" /> |
| 34 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | examples/vitepress/docs/index.md | 3 | Lorem ipsum |
| LOW | examples/vitepress/docs/about.md | 3 | Lorem ipsum |
| LOW | examples/polymer/src/my-view1.js | 30 | Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sit |
| LOW | examples/polymer/src/my-view1.js | 30 | Lorem ipsum dolor sit amet, per in nusquam nominavi periculis, sit |
| LOW | examples/polymer/src/my-view1.js | 31 | elit oportere ea.Lorem ipsum dolor sit amet, per in nusquam nominavi |
| LOW | examples/polymer/src/my-view1.js | 31 | elit oportere ea.Lorem ipsum dolor sit amet, per in nusquam nominavi |
| LOW | examples/docusaurus/docs/doc1.md | 11 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus/docs/doc1.md | 11 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus/docs/doc3.md | 6 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectet |
| LOW | examples/docusaurus/docs/doc3.md | 6 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectet |
| LOW | examples/docusaurus/blog/2016-03-11-blog-post.md | 8 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus/blog/2016-03-11-blog-post.md | 8 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus/blog/2017-04-10-blog-post-two.md | 8 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus/blog/2017-04-10-blog-post-two.md | 8 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 14 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 14 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 16 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 16 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 18 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 18 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 20 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 20 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 22 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 22 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 24 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 24 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 26 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 26 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 28 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 28 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 30 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 30 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 32 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 32 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 34 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 34 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 36 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 36 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 38 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 38 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 40 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 40 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 42 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 42 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 44 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | examples/docusaurus-2/blog/2019-05-29-long-blog-post.md | 44 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | …amples/docusaurus-2/blog/2019-05-28-first-blog-post.md | 12 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | …amples/docusaurus-2/blog/2019-05-28-first-blog-post.md | 12 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum |
| LOW | …s/next/test/integration/gip-gsp-404/pages/api/hello.js | 5 | res.json({ name: 'John Doe' }); |
| LOW | packages/cli/test/unit/util/git-helpers.test.ts | 66 | execSync('git config user.email "test@test.com"', { |
| LOW | packages/cli/test/unit/util/git-helpers.test.ts | 139 | execSync('git config user.email "test@test.com"', { |
| LOW | …ckages/cli/test/unit/util/openapi/openapi-spec.test.ts | 368 | name: 'Acme Corp', |
| LOW | …ckages/cli/test/unit/util/openapi/openapi-spec.test.ts | 401 | expect(lines[1]).toContain('Acme Corp'); |
| LOW | …ckages/cli/test/unit/commands/redirects/remove.test.ts | 292 | createdBy: 'user@example.com', |
| LOW | packages/cli/test/unit/commands/redirects/add.test.ts | 624 | createdBy: 'user@example.com', |
| LOW | …kages/cli/test/unit/commands/redirects/restore.test.ts | 290 | createdBy: 'user@example.com', |
| LOW | …kages/cli/test/unit/commands/redirects/restore.test.ts | 302 | createdBy: 'user@example.com', |
| LOW | …kages/cli/test/unit/commands/redirects/promote.test.ts | 255 | createdBy: 'user@example.com', |
| LOW | …cli/test/unit/commands/redirects/list-versions.test.ts | 166 | createdBy: 'user@example.com', |
| LOW | …cli/test/unit/commands/redirects/list-versions.test.ts | 210 | createdBy: 'user@example.com', |
| 11 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …_runtime/_vendor/werkzeug/datastructures/structures.py | 0 | return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op |
| HIGH | …_runtime/_vendor/werkzeug/datastructures/structures.py | 0 | return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op |
| HIGH | …_runtime/_vendor/werkzeug/datastructures/structures.py | 0 | return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op |
| HIGH | …_runtime/_vendor/werkzeug/datastructures/structures.py | 0 | return a shallow mutable copy of this object. keep in mind that the standard library's :func:`copy` function is a no-op |
| HIGH | …e/_vendor/uvicorn/protocols/websockets/wsproto_impl.py | 0 | called by the transport when the write buffer exceeds the high water mark. |
| HIGH | …cel_runtime/_vendor/uvicorn/protocols/http/h11_impl.py | 0 | called by the transport when the write buffer exceeds the high water mark. |
| HIGH | …ntime/_vendor/uvicorn/protocols/http/httptools_impl.py | 0 | called by the transport when the write buffer exceeds the high water mark. |
| HIGH | …e/_vendor/uvicorn/protocols/websockets/wsproto_impl.py | 0 | called by the transport when the write buffer drops below the low water mark. |
| HIGH | …cel_runtime/_vendor/uvicorn/protocols/http/h11_impl.py | 0 | called by the transport when the write buffer drops below the low water mark. |
| HIGH | …ntime/_vendor/uvicorn/protocols/http/httptools_impl.py | 0 | called by the transport when the write buffer drops below the low water mark. |
| HIGH | …thon/vercel-workers/src/vercel/workers/dramatiq/app.py | 0 | core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes) |
| HIGH | python/vercel-workers/src/vercel/workers/celery/app.py | 0 | core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes) |
| HIGH | python/vercel-workers/src/vercel/workers/django/app.py | 0 | core callback handler shared by wsgi/asgi wrappers. returns: (status_code, headers, body_bytes) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | python/vercel-runtime/src/vercel_runtime/vc_init.py | 402 | # Create a minimal PEP 405 venv skeleton for uv sync. |
| MEDIUM | …time/src/vercel_runtime/_vendor/werkzeug/formparser.py | 134 | """This class implements parsing of form data for Werkzeug. By itself |
| MEDIUM | …src/vercel_runtime/_vendor/werkzeug/routing/matcher.py | 82 | # This function is meant to be called recursively, and will attempt |
| MEDIUM | …untime/src/vercel_runtime/_vendor/click/_winconsole.py | 1 | # This module is based on the excellent work by Adam Bartoš who |
| MEDIUM | …l-runtime/src/vercel_runtime/_vendor/uvicorn/server.py | 149 | # Create a socket using UNIX domain socket. |
| MEDIUM | python/vercel-workers/examples/dramatiq/tasks.py | 10 | # Create a Dramatiq broker that publishes tasks into Vercel Queues. |
| MEDIUM | …vercel-workers/src/vercel/workers/dramatiq/__init__.py | 40 | # Create the callback app |
| MEDIUM | examples/redwoodjs/redwood.toml | 1 | # This file contains the configuration settings for your Redwood app. |
| MEDIUM | examples/redwoodjs/redwood.toml | 2 | # This file is also what makes your Redwood app a Redwood app. |
| MEDIUM | …s/python-analysis/test/requirements-txt-parser.test.ts | 1971 | # This file is autogenerated by pip-compile with Python 3.12 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 851 | def handle_request(self) -> None: |
| LOW | python/vercel-runtime/src/vercel_runtime/vc_init.py | 888 | def handle_request(self) -> None: |
| LOW | examples/hydrogen-2/app/entry.server.tsx | 6 | export default async function handleRequest( |
| LOW | packages/python/test/unit.test.ts | 1952 | fs.writeFileSync(path.join(workPath, 'utils.py'), 'def helper(): pass\n'); |
| LOW | packages/edge/src/request.ts | 26 | * export async function handleRequest(request: Request, ctx: RequestContext): Promise<Response> { |
| LOW | …t/fixtures-legacy/01-remix-basics/app/entry.server.tsx | 5 | export default function handleRequest( |
| LOW | …/fixtures-legacy/11-hydrogen-2-js/app/entry.server.jsx | 5 | export default async function handleRequest( |
| LOW | …test/fixtures-legacy/05-root-only/app/entry.server.jsx | 4 | export default function handleRequest( |
| LOW | …est/fixtures-legacy/10-hydrogen-2/app/entry.server.tsx | 6 | export default async function handleRequest( |
| LOW | …xtures-legacy/02-remix-basics-mjs/app/entry.server.tsx | 5 | export default function handleRequest( |
| LOW | …xtures-legacy/04-with-npm9-linked/app/entry.server.tsx | 5 | export default function handleRequest( |
| LOW | …egacy/07-turborepo/apps/remix-app/app/entry.server.tsx | 5 | export default function handleRequest( |
| LOW | …test/fixtures-legacy/03-with-pnpm/app/entry.server.tsx | 5 | export default function handleRequest( |
| LOW | …t/fixtures-vite/07-v3_singleFetch/app/entry.server.tsx | 17 | export default function handleRequest( |
| LOW | …st/fixtures-vite/03-spa-no-preset/app/entry.server.tsx | 5 | export default function handleRequest( |
| LOW | …es-vite/04-spa-with-vercel-preset/app/entry.server.tsx | 5 | export default function handleRequest( |
| LOW | …xtures-vite/05-custom-entry-server/app/entry.server.ts | 1 | export default function handleRequest( |
| LOW | packages/react-router/entry.server.ts | 25 | export function handleRequest( |
| LOW | packages/react-router/edge/entry.server.ts | 20 | export async function handleRequest( |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …cel-runtime/src/vercel_runtime/_vendor/h11/_headers.py | 60 | # aren't. For now we punt and just use a super simple representation: headers |
| LOW | python/vercel-workers/tests/test_dramatiq_adapter.py | 288 | # get_actor raises ActorNotFound if not registered, so we just call it |
| MEDIUM | packages/next/src/server-build.ts | 577 | // leverage next-server trace from build if available |
| MEDIUM | packages/next/src/utils.ts | 2639 | // TODO: leverage manifest to determine app paths more accurately |
| MEDIUM | packages/next/src/utils.ts | 3602 | // update to leverage |
| MEDIUM | packages/next/src/index.ts | 487 | // we can leverage the NEXT_PRIVATE_TARGET env variable |
| MEDIUM | packages/cli/src/index.ts | 512 | // Shared API `Client` instance for all sub-commands to utilize. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …rc/vercel_runtime/_vendor/werkzeug/routing/__init__.py | 76 | And here is how you can match URLs: |
| MEDIUM | examples/hydrogen-2/server.ts | 98 | * Feel free to customize it to your needs, add helper methods, or |
| LOW | …utils/src/process-serverless/get-lambda-environment.ts | 34 | * **DON'T FORGET TO UPDATE** `packages/util-env-variable/src/validate-env-length.ts |
| MEDIUM | …/remix/test/fixtures-legacy/11-hydrogen-2-js/server.js | 92 | * Feel free to customize it to your needs, add helper methods, or |
| MEDIUM | …ges/remix/test/fixtures-legacy/10-hydrogen-2/server.ts | 98 | * Feel free to customize it to your needs, add helper methods, or |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 365 | Add data to our internal receive buffer. This does not actually do any processing on the data, just stores |
| HIGH | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 518 | Convert a high-level event into bytes that can be sent to the peer, while updating our internal state machine. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …e/src/vercel_runtime/_vendor/werkzeug/debug/console.py | 161 | ThreadedStream.push() |
| HIGH | …ntime/src/vercel_runtime/_vendor/click/_termui_impl.py | 683 | return subprocess.Popen(args, stderr=null).wait() |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 112 | # Step 1: some responses always have an empty body, regardless of what the |
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 126 | # Step 2: check for Transfer-Encoding (T-E beats C-L): |
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 132 | # Step 3: check for Content-Length |
| LOW | …-runtime/src/vercel_runtime/_vendor/h11/_connection.py | 137 | # Step 4: no applicable headers; fallback/default depends on type |
| LOW | packages/fs-detectors/src/detect-builders.ts | 377 | // we need to check if it's a Next.js app here again for the case where |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 479 | # Check if we have a manifest-based storage backend. |
| LOW | python/vercel-runtime/src/vercel_runtime/dev.py | 491 | # Check if we have whitenoise |
| LOW | …/src/vercel_runtime/_vendor/werkzeug/debug/__init__.py | 323 | # Set _pin to None explicitly to prevent regeneration by the getter |
| LOW | utils/npm-publish.sh | 60 | # Check if this exact version is already on npm |
| LOW | examples/hexo/_config.yml | 69 | ## Set per_page to 0 to disable pagination |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | packages/cli/src/commands/firewall/rules/add-ai.ts | 181 | // User-provided name always takes priority over AI-generated name |