Skip to content

Prevent SSRF - #223

Open
Bobobaal wants to merge 3 commits into
CIRFMF:mainfrom
Bobobaal:main
Open

Prevent SSRF#223
Bobobaal wants to merge 3 commits into
CIRFMF:mainfrom
Bobobaal:main

Conversation

@Bobobaal

@Bobobaal Bobobaal commented Jul 8, 2026

Copy link
Copy Markdown

Hello

The company I work for and I integrated this library into the e-invoicing solution runs security scans against all the code we use.
During the scan 2 high vulnerabilities were found in the code in regards to SSRF (CWE-918) being possible.
The code change in this pull request will make sure the request goes to the configured base address and prevents SSRF (CWE-918) from taken place.

Kind regards

Bobobaal added 3 commits July 7, 2026 13:57
Preventing the request from being redirected to an attacker-controlled server (SSRF).
Correctly return on line 19
No base address, allow absolute path.
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.

1 participant