Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Fixed] Minor vulnerabilities

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Fixed] Minor vulnerabilities

Unread post by admin »

3 (minor) potential vulnerabilities have found by https://detectify.com. Fixes are on Github:
  • Sanitize $_GET with htmlspecialchars()
  • Set session.cookie_httponly to 1
  • Set session.cookie_secure to 1 if HTTPS is used
Post Reply