You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, apisix fetches request headers without limiting them, which could lead to security risks, and we could consider limiting them to the original default of 100.
Description
Currently, apisix fetches request headers without limiting them, which could lead to security risks, and we could consider limiting them to the original default of 100.
I can file a PR to make this change.
ref:
apisix/apisix/core/request.lua
Lines 52 to 73 in c6b9f99