Skip to content

Pin outbound connections to an already-checked address - #15835

Merged
Maffooch merged 1 commit into
DefectDojo:bugfixfrom
svader0:harden-ssrf-address-pinning
Sep 4, 2026
Merged

Pin outbound connections to an already-checked address#15835
Maffooch merged 1 commit into
DefectDojo:bugfixfrom
svader0:harden-ssrf-address-pinning

Conversation

@svader0

@svader0 svader0 commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Hardening / consistency improvement to outbound HTTP connection handling in the SSRF-safe session. The destination is now resolved once and the socket is opened against an address that was already checked, rather than allowing a second lookup to supply a different one. Adds a regression test.

No functional change for correctly-configured destinations.

Hardening to the SSRF-safe HTTP session. The destination is resolved once and
the socket is opened against an address that was already checked, rather than
allowing a second lookup to supply a different one. Adds a regression test.

No functional change for correctly-configured destinations.
@Maffooch Maffooch added this to the 3.3.0 milestone Sep 2, 2026
@Maffooch
Maffooch added this pull request to the merge queue Sep 3, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 3, 2026
@Maffooch
Maffooch added this pull request to the merge queue Sep 3, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 3, 2026
@Maffooch
Maffooch added this pull request to the merge queue Sep 3, 2026
Merged via the queue into DefectDojo:bugfix with commit bae2325 Sep 4, 2026
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants