Conversation
|
This doesn't look like it supports sessions. Can you clarify? |
|
I'm not sure I follow, fix #37 specifically addresses the problem where you could specify a fully qualified path to a file on the servers disk and the router would include it, for example site.com/../../../etc/passwd https://www.owasp.org/index.php/Testing_for_Local_File_Inclusion The session handling is done in index.php in the same way it always was, I've not changed that (however, I intend to put some more code in soon to prevent session fixation attacks and to generate stronger id's) |
Was that what you meant? |
|
a problem : when my script is in subfolder dont load style.css loool plaease check BASE_URL |
Hi,
I've used PIP for a personal project and made quite a lot of changes/fixes (along with my work mates) and I intend to contribute those upstream. We added functionality, upgraded the database stuff to use PDO and did a few other things.
The first change I'm submitting is a security fix, which protects the framework from https://www.owasp.org/index.php/PHP_File_Inclusion
EDIT: See also https://www.owasp.org/index.php/Testing_for_Local_File_Inclusion
Please consider merging...
Thanks,
Dushan