Skip to content

fix(utils): bound outbound URL fetches and check HTTP status - #121

Open
yusufhm wants to merge 1 commit into
feature/fact-json-keyfrom
fix/utils-bound-url-fetch
Open

fix(utils): bound outbound URL fetches and check HTTP status#121
yusufhm wants to merge 1 commit into
feature/fact-json-keyfrom
fix/utils-bound-url-fetch

Conversation

@yusufhm

@yusufhm yusufhm commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

FetchContentFromUrl had no request timeout, no cap on response size, and did not check the HTTP status code, so a slow, oversized, or error response (e.g. 404) was treated as valid content.

FetchContentFromUrl had no request timeout, no cap on response size,
and did not check the HTTP status code, so a slow, oversized, or
error response (e.g. 404) was treated as valid content.
@yusufhm
yusufhm force-pushed the fix/utils-bound-url-fetch branch from 7f46c97 to b4d06f4 Compare August 5, 2026 04:02
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