Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.
800 matches across 11 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | goreleaser.yaml | 101 | - amd64 |
| LOW | main.go | 281 | } |
| LOW | main.go | 301 | // runs (sudo / docker / cloud-replay re-exec paths print only once). On |
| LOW | tools/lint/no_timestamp_in_parser/analyzer.go | 1 | // Package notimestampinparser implements a go/analysis analyzer that forbids |
| LOW | tools/lint/no_timestamp_in_parser/analyzer.go | 101 | }) |
| LOW | tools/lint/no_timestamp_in_parser/analyzer_test.go | 1 | package notimestampinparser |
| LOW | …n_parser/testdata/src/suppressed/recorder/record_v2.go | 21 | func UptimeSinceBoot(boot time.Time) time.Duration { |
| LOW | config/config.go | 81 | TLSPrivateKeyPath string `json:"tlsPrivateKeyPath" yaml:"tlsPrivateKeyPath" mapstructure:"tlsPrivateKeyPath"` |
| LOW | config/config.go | 101 | // wired so the keylog file populates), opens a fresh tls.Client |
| LOW | config/config.go | 121 | // incomplete" warnings with reason "per_conn_cap" or "channel_full" |
| LOW | config/default.go | 81 | # |
| LOW | tests/e2e/agent-ready-gated-on-ca/run.sh | 1 | #!/usr/bin/env bash |
| LOW | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 1 | # End-to-end harness for tests/e2e/agent-ready-gated-on-ca. |
| LOW | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 21 | # cold GitHub Actions runner this totals ~2–3s; 15s leaves ~12s of |
| LOW | tests/e2e/agent-ready-gated-on-ca/harness/main.go | 1 | // Command e2e-agent-ready-harness is a minimal wrapper around the |
| LOW | tests/e2e/chaos-broken-parser/chaos_test.go | 21 | // TestChaosBrokenParser invokes the harness as a subprocess with a |
| LOW | tests/e2e/chaos-broken-parser/e2e_tag_enabled_test.go | 1 | //go:build e2e |
| LOW | tests/e2e/chaos-broken-parser/docker-compose.yml | 1 | # End-to-end chaos harness for tests/e2e/chaos-broken-parser. |
| LOW | tests/e2e/chaos-broken-parser/docker-compose.yml | 21 | # the panic-recovery invariants this test guards. The in-process |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 1 | //go:build chaos_broken_parser |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 21 | // STATUS ON THIS BRANCH (feat/proxy-v2-foundation): |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 41 | // integrations.POSTGRES_V2 so p.integrationsPriority lists it |
| LOW | tests/e2e/chaos-broken-parser/harness/broken_parser.go | 61 | "log" |
| LOW | …/e2e/chaos-broken-parser/harness/broken_parser_stub.go | 1 | //go:build !chaos_broken_parser |
| LOW | tests/e2e/chaos-broken-parser/harness/main.go | 1 | // Command chaos-broken-parser-harness drives the e2e chaos test that |
| LOW | tests/e2e/chaos-broken-parser/harness/main.go | 221 | // 1. Build + start a keploy proxy in-process with the chaos |
| LOW | tests/e2e/ca-bundle-merge/run.sh | 1 | #!/usr/bin/env bash |
| LOW | tests/e2e/ca-bundle-merge/run.sh | 61 | # it and returns empty, which would mask a clean exit as a timeout); |
| LOW | tests/e2e/ca-bundle-merge/run.sh | 121 | if [ "${SKIP_EGRESS_PROBE:-0}" = "1" ]; then |
| LOW | tests/e2e/ca-bundle-merge/docker-compose.yml | 1 | # docker-compose.yml — end-to-end reproduction of the CA-bundle-merge fix. |
| LOW | tests/e2e/ca-bundle-merge/setup/main.go | 1 | // Package main is a small harness that exercises pkg/agent/proxy/tls's |
| LOW | tests/e2e/ca-bundle-merge/setup/main.go | 41 | // for test isolation we symlink /tmp/keploy-tls -> EXPORT_PATH before |
| LOW | utils/utils.go | 261 | return bindErr |
| LOW | utils/utils.go | 281 | // logger = zapsentry.AttachCoreToLogger(core, logger) |
| LOW | utils/utils.go | 701 | }) |
| LOW | utils/utils.go | 1501 | |
| LOW | utils/log/logger.go | 21 | |
| LOW | utils/log/logger.go | 241 | return logger, logFile, nil |
| LOW | utils/log/logger.go | 341 | wrapWriter(zapcore.AddSync(os.Stdout)), |
| LOW | utils/log/logger.go | 401 | |
| LOW | utils/log/logger.go | 461 | // The new sink is composed alongside the input logger's existing core |
| LOW | utils/log/logger.go | 521 | s.capped.swap(zapcore.AddSync(newFile)) |
| LOW | cli/provider/cmd.go | 301 | // truststore install. When the auto-detector in |
| LOW | cli/provider/cmd.go | 521 | // viper.ReadInConfig() in PreProcessFlags to pick up the same |
| LOW | .github/workflows/release.yml | 21 | # unblock CGO_ENABLED=1 release builds. pg_query_go v6.2.2 (Session P) |
| LOW | .github/workflows/release.yml | 41 | # and creates the GitHub release via `gh release create`) |
| LOW | .github/workflows/release.yml | 421 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| LOW | .github/workflows/sample_tls_pcap.yml | 1 | name: TLS pcap + keylog (sample-tls-app) |
| LOW | .github/workflows/codeql.yml | 1 | # For most projects, this workflow file will not need changing; you simply need |
| LOW | .github/workflows/codeql.yml | 41 | uses: actions/checkout@v4 |
| LOW | .github/workflows/codeql.yml | 81 | |
| LOW | .github/workflows/prepare_and_run.yml | 1 | name: Prepare Binary and Run Workflows |
| LOW | .github/workflows/prepare_and_run.yml | 21 | cancel-in-progress: true |
| LOW | .github/workflows/prepare_and_run.yml | 181 | # blocks subsequent step scripts from running. This step makes |
| LOW | .github/workflows/prepare_and_run.yml | 241 | # PowerShell 7 - job 71974521109 failed at the first pwsh |
| LOW | .github/workflows/prepare_and_run.yml | 421 | # state actions/checkout@v4 with clean:true fails at "git config |
| LOW | .github/workflows/prepare_and_run.yml | 581 | # actions/download-artifact + docker load. Replaces the previous |
| LOW | .github/workflows/prepare_and_run.yml | 721 | # outbound-HTTPS workload through the keploy proxy and verifies the |
| LOW | .github/workflows/e2e-ca-bundle-merge.yml | 1 | # e2e-ca-bundle-merge.yml — runs tests/e2e/ca-bundle-merge/run.sh on push and |
| LOW | .github/workflows/outbound-fin-stall-linux.yml | 1 | name: Outbound FIN Stall Regression (Linux) |
| 592 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .github/workflows/release.yml | 55 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/release.yml | 66 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/release.yml | 169 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/release.yml | 175 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/release.yml | 278 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/release.yml | 285 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/release.yml | 374 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/release.yml | 384 | # --------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 39 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 41 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 578 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 584 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 664 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 666 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 727 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 730 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 875 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 878 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 1124 | # ------------------------------------------------------------------- |
| MEDIUM | .github/workflows/prepare_and_run.yml | 1127 | # ------------------------------------------------------------------- |
| MEDIUM | …rkflows/test_workflow_scripts/check-deprecated-deps.sh | 3 | # ------------------------------- |
| MEDIUM | …rkflows/test_workflow_scripts/check-deprecated-deps.sh | 6 | # ------------------------------- |
| MEDIUM | …test_workflow_scripts/golang/echo_sql/golang-docker.sh | 166 | # ── --keep-app-alive regression coverage (docker-compose cmdType) ─────────── |
| MEDIUM | …est_workflow_scripts/golang/gin_mongo/golang-docker.sh | 183 | # ── --keep-app-alive regression coverage (docker-run cmdType) ─────────────── |
| MEDIUM | …test_workflow_scripts/golang/gin_mongo/golang-linux.sh | 360 | # ── --keep-app-alive regression coverage ──────────────────────────────────── |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 22 | # --------------------------------------------------------------------------- |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 26 | # --------------------------------------------------------------------------- |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 46 | # --------------------------------------------------------------------------- |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 48 | # --------------------------------------------------------------------------- |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 57 | # --------------------------------------------------------------------------- |
| MEDIUM | …rkflow_scripts/golang/gin_mongo/golang-docker-macos.sh | 59 | # --------------------------------------------------------------------------- |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 40 | // ── AWS SigV4 & SDK ────────────────────────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 55 | // ── GCP ────────────────────────────────────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 59 | // ── Azure ──────────────────────────────────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 65 | // ── W3C Trace Context / OpenTelemetry ──────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 69 | // ── Zipkin B3 propagation ──────────────────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 76 | // ── Datadog ────────────────────────────────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 82 | // ── Generic request/correlation IDs ────────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 87 | // ── Webhook signatures (request-side, inbound webhooks) ────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 99 | // ── Idempotency / CSRF ─────────────────────────────────────────── |
| MEDIUM | pkg/agent/proxy/integrations/http/match.go | 105 | // ── GCP trace (legacy) ─────────────────────────────────────────── |
| MEDIUM | pkg/models/http_stream_body.go | 57 | // ── YAML Serialization ───────────────────────────────────────────────────────── |
| MEDIUM | pkg/models/http_stream_body.go | 166 | // ── Stream body kind detection ───────────────────────────────────────────────── |
| MEDIUM | pkg/models/http_stream_body.go | 255 | // ── YAML body decode/encode ──────────────────────────────────────────────────── |
| MEDIUM | pkg/models/http_stream_body.go | 383 | // ── Flat body reconstruction ────────────────────────────────────────────────── |
| MEDIUM | pkg/models/http_stream_body.go | 444 | // ── Body → Chunk parsers ─────────────────────────────────────────────────────── |
| MEDIUM | pkg/models/http_stream_body.go | 563 | // ── Helpers ─────────────────────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/run.sh | 9 | # 2. After the harness flips the CAReady signal, subsequent POST |
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 1 | # End-to-end harness for tests/e2e/agent-ready-gated-on-ca. |
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 3 | # "agent" runs the e2e-harness built from local source. It mirrors the |
| MEDIUM | tests/e2e/agent-ready-gated-on-ca/docker-compose.yml | 27 | # TCP-connect healthcheck (busybox's `nc -z`) — once the harness binds |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 1 | # End-to-end chaos harness for tests/e2e/chaos-broken-parser. |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 8 | # This compose file ships only the dependencies the harness needs to |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 11 | # available for the harness to exec queries through. The harness itself |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 19 | # process by the harness. Running keploy in a sibling container would |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 23 | # tests/e2e/agent-ready-gated-on-ca/harness where the HTTP handler is |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 38 | # alongside a local Postgres doesn't collide on 5432. The harness |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 55 | # Optional sidecar the harness can `docker compose exec` into to run |
| MEDIUM | tests/e2e/chaos-broken-parser/docker-compose.yml | 57 | # Kept alive via `sleep infinity`; the harness exec's per-query. |
| MEDIUM | tests/e2e/ca-bundle-merge/docker-compose.yml | 5 | # 1. `ca-writer`: runs the Go harness that exercises setupSharedVolume in a |
| MEDIUM | tests/e2e/ca-bundle-merge/docker-compose.yml | 24 | # Build context is repo root so the harness can import the tls package. |
| MEDIUM | utils/signal_windows.go | 44 | // to handle complex shell-like logic in 'userCmd'. 'cmd /C' is the most robust default. |
| MEDIUM | utils/utils.go | 1431 | // It is robust against strings that contain non-template curly braces by using a strict regex. |
| MEDIUM | .github/workflows/e2e-ca-bundle-merge.yml | 5 | # the Go harness which calls SetupCA(..., isDocker=true) so |
| MEDIUM | …test_workflow_scripts/golang/gin_mongo/golang-linux.sh | 375 | # nothing more. Scoping to a single test-set keeps the assertion robust |
| MEDIUM | pkg/util_test.go | 1739 | // Mock logic or ensure specific error condition if possible, though ReplaceGrpcHost is robust |
| MEDIUM | pkg/agent/proxy/util/recover_test.go | 101 | // insensitively is robust across rewording. |
| MEDIUM | pkg/agent/proxy/tls/ca.go | 766 | // byte equality is robust to Subject-name renaming between |
| MEDIUM | pkg/service/tools/templatize.go | 1092 | // (Allow letters, digits, '_' as a simple/robust check.) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | keploy.sh | 199 | # Check if NO_ROOT is set to true |
| LOW | keploy.sh | 214 | # Check if the OS is macOS (Darwin) to set the correct source path |
| LOW | .github/workflows/golang_wsl.yml | 80 | # Check if debugfs is already mounted |
| LOW | …workflows/test_workflow_scripts/python-docker-macos.sh | 51 | # Set trap to run cleanup on script exit (success, failure, or interrupt) |
| LOW | …ithub/workflows/test_workflow_scripts/python-docker.sh | 123 | # Check if any test set did not pass |
| LOW | …t_workflow_scripts/python/flask-secret/python-linux.sh | 23 | # Set trap to cleanup on script exit |
| LOW | …t_workflow_scripts/python/flask-secret/python-linux.sh | 203 | # Check if keploy.yml was created in the original location (should NOT happen) |
| LOW | …t_workflow_scripts/python/flask-secret/python-linux.sh | 212 | # Check if keploy.yml still exists in the moved location |
| LOW | …t_workflow_scripts/python/flask-secret/python-linux.sh | 220 | # Check if the test with config path was successful |
| LOW | …orkflow_scripts/python/django_postgres/python-linux.sh | 186 | # Check if any test set did not pass |
| LOW | …t_workflow_scripts/python/schema_match/python-linux.sh | 25 | # Set trap to cleanup on script exit |
| LOW | …test_workflow_scripts/golang/echo_sql/golang-docker.sh | 131 | # Check if any test set did not pass |
| LOW | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 57 | # Set trap to run cleanup on script exit (success, failure, or interrupt) |
| LOW | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 207 | # Check if any test set did not pass |
| LOW | …est_workflow_scripts/golang/gin_mongo/golang-docker.sh | 148 | # Check if any test set did not pass |
| LOW | …test_workflow_scripts/golang/gin_mongo/golang-linux.sh | 44 | # Check if there is a keploy-config file, if there is, delete it. |
| LOW | …_workflow_scripts/golang/sse_preflight/golang-linux.sh | 13 | # Check if there is a keploy-config file, if there is, delete it. |
| LOW | …t_workflow_scripts/golang/http_pokeapi/golang-linux.sh | 13 | # Check if there is a keploy-config file, if there is, delete it. |
| LOW | …_workflow_scripts/node/express_mongoose/node-docker.sh | 133 | # Check if any test set did not pass |
| LOW | …flows/test_workflow_scripts/node/http_br/node-linux.sh | 10 | # Check if there is a keploy-config file, if there is, delete it. |
| LOW | …flows/test_workflow_scripts/node/http_br/node-linux.sh | 165 | # Check if any test set did not pass |
| LOW | …flows/test_workflow_scripts/node/http_br/node-linux.sh | 183 | # Check if any test set did not pass |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 78 | # Check if value contains 'ms', 'µs', 'us', 's', etc. |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 147 | # Check if it's within tolerance (1% below threshold) |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 178 | # Check if k6 is available |
| LOW | …w_scripts/performance/run-perf-test-with-validation.sh | 216 | # Check if Keploy is still alive before starting the test |
| LOW | .github/actions/tester/install.sh | 45 | # Set GOCOVERDIR to the coverage directory |
| LOW | .github/actions/tester/install.sh | 68 | # Check if the number of directories is zero |
| LOW | pkg/core/proxy/tls/asset/setup_ca.sh | 28 | # Check if directory exists |
| LOW | pkg/core/proxy/tls/asset/setup_ca.sh | 33 | # Check if command exists |
| LOW | pkg/core/proxy/tls/asset/setup_ca.sh | 38 | # Check if Java is installed |
| LOW | pkg/agent/proxy/tls/asset/setup_ca.sh | 28 | # Check if directory exists |
| LOW | pkg/agent/proxy/tls/asset/setup_ca.sh | 33 | # Check if command exists |
| LOW | pkg/agent/proxy/tls/asset/setup_ca.sh | 38 | # Check if Java is installed |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | keploy.sh | 206 | # Create the target directory in the user's home directory |
| MEDIUM | .github/workflows/golang_docker_windows.yml | 32 | # Create a minimal per-job gitconfig BEFORE checkout to prevent |
| MEDIUM | .github/workflows/prepare_and_run.yml | 893 | # Create a minimal per-job gitconfig BEFORE checkout to prevent |
| MEDIUM | …ithub/workflows/test_workflow_scripts/python-docker.sh | 114 | # Define the report file for each test set |
| MEDIUM | …t_workflow_scripts/python/flask-secret/python-linux.sh | 186 | # Create a test config directory |
| MEDIUM | …orkflow_scripts/python/django_postgres/python-linux.sh | 177 | # Define the report file for each test set |
| MEDIUM | …test_workflow_scripts/golang/echo_sql/golang-docker.sh | 122 | # Define the report file for each test set |
| MEDIUM | …orkflow_scripts/golang/echo_sql/golang-docker-macos.sh | 198 | # Define the report file for each test set |
| MEDIUM | …est_workflow_scripts/golang/gin_mongo/golang-docker.sh | 139 | # Define the report file for each test set |
| MEDIUM | …t_workflow_scripts/golang/risk_profile/golang-linux.sh | 136 | # Define the expected risk for each API endpoint path |
| MEDIUM | …t_workflow_scripts/golang/risk_profile/golang-linux.sh | 155 | # Define the expected categories for each API endpoint path (comma-separated) |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 276 | # Create a pet type |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 290 | # Create an owner |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 308 | # Create a pet for an owner |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 326 | # Create a visit for a pet |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 342 | # Create a specialty |
| MEDIUM | …t_workflow_scripts/java/spring_petclinic/java-linux.sh | 356 | # Create a vet |
| MEDIUM | …_workflow_scripts/node/express_mongoose/node-docker.sh | 124 | # Define the report file for each test set |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/actions/setup-private-parsers/action.yaml | 160 | # Step 1: PR body override. |
| LOW | .github/actions/setup-private-parsers/action.yaml | 175 | # Step 2: head-branch auto-pair. |
| LOW | .github/actions/setup-private-parsers/action.yaml | 180 | # Step 3: authoritative fall-through. Propagates errors. |
| LOW | pkg/util.go | 3716 | // Step 1: Check replaceWith URL |
| LOW | pkg/util.go | 3752 | // Step 2: ConfigHost override (only if no URL replacement match) |
| LOW | pkg/util.go | 3824 | // Step 5: Port mappings (highest priority, always checked) |
| LOW | pkg/agent/proxy/incoming/http_test.go | 375 | // Step 1: pre-fill bufio's internal buffer in a way that emulates |
| LOW | pkg/agent/proxy/incoming/http_test.go | 400 | // Step 2: simulate the next iteration starting AFTER the prior |
| LOW | pkg/agent/proxy/incoming/http_test.go | 407 | // Step 3: ReadRequest serves entirely from the prefetched buffer |
| LOW | pkg/agent/proxy/incoming/http_test.go | 417 | // Step 4: lastReadNano is unchanged from priorRead because no |
| LOW | pkg/models/postgres_v3_response_validate_test.go | 38 | // Step 1: malformed shape must serialize cleanly today — that is |
| LOW | pkg/models/postgres_v3_response_validate_test.go | 47 | // Step 2: malformed shape must deserialize cleanly as well. The |
| LOW | pkg/models/postgres_v3_response_validate_test.go | 62 | // Step 3: Validate() must reject the combination. This is the |
| LOW | pkg/service/tools/templatize.go | 328 | // Step 1: collect candidates. |
| LOW | pkg/service/tools/templatize.go | 419 | // Step 2: group by baseKey |
| LOW | pkg/service/tools/templatize.go | 436 | // Step 3: sort candidates in this group by producer test index (ascending) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | pkg/models/postgres_v3_response_validate_test.go | 273 | if err := m.Spec.PostgresV3.Query.Response.Validate(); err != nil { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …workflows/test_workflow_scripts/python-docker-macos.sh | 111 | -d '{"student_id":"12345","name":"John Doe","age":20}' http://localhost:$APP_PORT/students >/dev/null |
| LOW | …ithub/workflows/test_workflow_scripts/python-docker.sh | 41 | curl -X POST -H "Content-Type: application/json" -d '{"student_id": "12345", "name": "John Doe", "age": 20}' http:// |
| LOW | …orkflow_scripts/python/django_postgres/python-linux.sh | 99 | "name": "John Doe", |
| LOW | …t_workflow_scripts/node/express_mongoose/node-linux.sh | 65 | --data '{"name":"John Doe","email":"john@xyiz.com","phone":"0123456799"}' || true |
| LOW | …_workflow_scripts/node/express_mongoose/node-docker.sh | 43 | "name":"John Doe", |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ow_scripts/python/http-stale-pool-race/burst_client.py | 70 | except Exception as exc: |
| LOW | …ow_scripts/python/http-stale-pool-race/burst_client.py | 80 | except Exception: |
| LOW | …test_workflow_scripts/python/outbound-fin-stall/app.py | 50 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …w_scripts/python/outbound-fin-stall/silent_upstream.py | 28 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …w_scripts/python/outbound-fin-stall/silent_upstream.py | 34 |