Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql injection and session fixation vulerability fixes #1764

Merged
merged 29 commits into from
Feb 4, 2017

Conversation

kylejohnson
Copy link
Member

  • SQL injection is addressed by sanitizing inputs and using real prepared statements (not emulating them).
  • Session fixation is addressed by regenerating the session id after a successful log in.

Isaac Connor and others added 29 commits December 6, 2016 09:38
On successful login, tell php to regenerate the session id
set http_only flag in cookie settings
Tell PDO to use real prepared statements.
@knight-of-ni
Copy link
Member

This was previously approved in the Pro fork. Merging...

@knight-of-ni knight-of-ni merged commit 8feac17 into master Feb 4, 2017
@kylejohnson kylejohnson deleted the vulerability-fixes branch February 5, 2017 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants