the-moisrex / webpp

C++ web framework | web development can be done with C++ as well.
https://t.me/webpp
MIT License
126 stars 9 forks source link

Harmful Feature: Add option to disable handling of dots in paths #525

Closed the-moisrex closed 3 months ago

the-moisrex commented 4 months ago

If the user is sure it's a normalized path, they should be able to ignore that when they need to.

Question, do we need to disable it in the strict mode by default? Is it a security risk?

the-moisrex commented 3 months ago

Option added, but no tests or anything is written and not yet implemented in a commit (I have it implemented locally though).