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

Fix CSRF hash regeneration #2027

Merged
merged 1 commit into from
Sep 2, 2019
Merged

Conversation

Workoverflow
Copy link
Contributor

For CSRF hash regeneration, $this->CSRFHash must be set to NULL when user set
$this->CSRFRegenerate to TRUE, because in CSRFSetHash() you compare it with NULL, but
$this->CSRFHash !== NULL after request. I guess you need to create new method in Security class, such as CSRFHashReset() and check my commit.

For CSRF hash regeneration, $this->CSRFHash must be set to NULL when user set $this->CSRFRegenerate to TRUE, because in CSRFSetHash() you compare it with NULL, but $this->CSRFHash !== NULL after request.
@jim-parry
Copy link
Contributor

Looks good to me

@Workoverflow
Copy link
Contributor Author

Workoverflow commented Sep 1, 2019 via email

@lonnieezell lonnieezell merged commit 4ae9694 into codeigniter4:develop Sep 2, 2019
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

3 participants