Skip to content

Create default HTTP_DENY_LIST#5702

Merged
yau-wd merged 2 commits intomainfrom
default-deny-list
Feb 4, 2026
Merged

Create default HTTP_DENY_LIST#5702
yau-wd merged 2 commits intomainfrom
default-deny-list

Conversation

@christopherholland-workday
Copy link
Contributor

Instead of authorizing the call if the HTTP_DENY_LIST is not set, create a default in code equal to defaults set elsewhere.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a crucial security enhancement by setting a default HTTP_DENY_LIST. This prevents Server-Side Request Forgery (SSRF) vulnerabilities by default, which is a significant improvement over the previous behavior of allowing all requests when the environment variable was not set. The implementation is sound. I have provided one suggestion to refactor duplicated code into a helper function to improve maintainability.

@yau-wd yau-wd merged commit efffd12 into main Feb 4, 2026
6 checks passed
vellanki-santhosh pushed a commit to vellanki-santhosh/Flowise that referenced this pull request Feb 17, 2026
* Create default HTTP_DENY_LIST

* refactor(httpSecurity.ts): add getHttpDenyList function

---------

Co-authored-by: yau-wd <yau.ong@workday.com>
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.

2 participants