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: 🐛 fixed undefined array key "honey_time" error #60

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Conversation

AntonioJABV
Copy link

After starting to use this library, spammers are trying to spoof forms, and if they do not include the honey_time parameter, the server will give a 500 error even in production.

To solve it, I just copied from the file src/Checks/JavascriptInputFilledCheck.php the logic corresponding to the validation of the submitted fields, and I adapted it for the validation of the minimum time passed that gave problems.

This fixes the issues #59 and #33.

@lukeraymonddowning lukeraymonddowning merged commit 8a29ad6 into lukeraymonddowning:main Feb 3, 2023
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.

3 participants