From cd9016547066a19f913a091065723ff01194131c Mon Sep 17 00:00:00 2001 From: Oliver Baer <75138893+mrwind-up-bird@users.noreply.github.com> Date: Tue, 10 Mar 2026 02:54:27 +0100 Subject: [PATCH] fix(autofix): Unvalidated URL parameters in HTTP requests --- examples/github-actions/contract-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/github-actions/contract-check.yml b/examples/github-actions/contract-check.yml index a472ad75..5b8fe824 100644 --- a/examples/github-actions/contract-check.yml +++ b/examples/github-actions/contract-check.yml @@ -69,7 +69,7 @@ jobs: This PR modifies API contract files. Cross-boundary impact analysis: EOF - + RESULT=$(curl -s "http://localhost:8080/contracts/impact?path=$(printf '%s' "$CONTRACT" | jq -sRr @uri)" || echo '{}') while IFS= read -r CONTRACT; do echo "Analyzing: $CONTRACT"