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
On his blog, the well known pentester Orange Tsai shows a new class of attacks on modular webservers. His target was Apache httpd and he quickly discovers 9 vulnerabilies that are serious if not critical.
Caddy is written in Go which remove all the memalloc issues (the reason that droves me to it).
However the problem here is the chaining of multiple modules that don't completly share the semantics of the datastruct representing the web request, particularly the mapping between url and filename.
How Caddy main developper (mholt) view the Caddy current situation through this lens?
The text was updated successfully, but these errors were encountered:
On his blog, the well known pentester Orange Tsai shows a new class of attacks on modular webservers. His target was Apache httpd and he quickly discovers 9 vulnerabilies that are serious if not critical.
Caddy is written in Go which remove all the memalloc issues (the reason that droves me to it).
However the problem here is the chaining of multiple modules that don't completly share the semantics of the datastruct representing the web request, particularly the mapping between url and filename.
How Caddy main developper (mholt) view the Caddy current situation through this lens?
The text was updated successfully, but these errors were encountered: