]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Avoid Full Path Disclosure error on session error. 306/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 25 Jul 2015 11:15:47 +0000 (13:15 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 22 Aug 2015 08:10:55 +0000 (10:10 +0200)
commit06b6660a7e8891c6e1c47815cf50ee5b2ef5f270
treeb496ead047ccedb898c1917ee98d95c9cbde179c
parentd7efade5d651ec60a05a86baa53f99188ad5d72c
Avoid Full Path Disclosure error on session error.

  * Add a function to validate session ID.
  * Generate a new session ID if an invalid token is passed.
application/Utils.php
index.php
tests/UtilsTest.php