Skip to content

feat: enhance HTTP parameters editor with query params support and de… - #2557

Merged
AlexSanchez-bit merged 1 commit into
release/v12.0.0from
backlog/http-custom-headers
Sep 8, 2026
Merged

feat: enhance HTTP parameters editor with query params support and de…#2557
AlexSanchez-bit merged 1 commit into
release/v12.0.0from
backlog/http-custom-headers

Conversation

@AndresTK89

@AndresTK89 AndresTK89 commented Sep 8, 2026

Copy link
Copy Markdown
  • Updated FlowEditor to display a default title for new flows.
  • Refactored HttpParamsEditor to include query parameters and manage them effectively.
  • Introduced a new KeyValueRows component for handling both headers and query parameters.
  • Added default headers in the executor catalog for HTTP calls.
  • Improved localization for new query parameters and related UI elements.

…fault headers

- Updated FlowEditor to display a default title for new flows.
- Refactored HttpParamsEditor to include query parameters and manage them effectively.
- Introduced a new KeyValueRows component for handling both headers and query parameters.
- Added default headers in the executor catalog for HTTP calls.
- Improved localization for new query parameters and related UI elements.
@AlexSanchez-bit AlexSanchez-bit linked an issue Sep 8, 2026 that may be closed by this pull request
2 tasks
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

✅ AI review — Clean

No issues detected in this diff.

architecture (gemini-3-flash-lite) — clean

Summary: Frontend-only PR adding query parameters support and default headers to the SOAR HTTP flow editor with i18n.

No findings.

bugs (gemini-3-flash-lite) — clean

Summary: Add query parameters editor and improvements to HTTP node flow editor

No findings.

security (gemini-3-flash-lite) — clean

Summary: Added query parameter editor and default HTTP headers in SOAR flow editor

No findings.

🔴 go-deps — pending updates

🔍 Discovered 30 Go projects

📦 Dependencies with updates available:

  📁 ./plugins/soc-ai:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/feeds:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31
     - golang.org/x/sync: v0.22.0 → v0.23.0

  📁 ./plugins/sophos:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/soar:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/stats:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31

  📁 ./plugins/alerts:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31

  📁 ./plugins/geolocation:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/o365:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/gcp:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/rule-flood-guard:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31

  📁 ./backend:
     - github.com/jackc/pgx/v5: v5.10.0 → v5.11.0
     - golang.org/x/oauth2: v0.36.0 → v0.37.0
     - golang.org/x/sync: v0.22.0 → v0.23.0
     - golang.org/x/sys: v0.47.0 → v0.48.0

  📁 ./agent-manager:
     - golang.org/x/sync: v0.22.0 → v0.23.0

  📁 ./agent:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31
     - golang.org/x/sys: v0.47.0 → v0.48.0

❌ Please update dependencies before merging.

@AlexSanchez-bit
AlexSanchez-bit merged commit d194ad5 into release/v12.0.0 Sep 8, 2026
1 check passed
@AlexSanchez-bit
AlexSanchez-bit deleted the backlog/http-custom-headers branch September 8, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

http node

2 participants