laminas-captcha
laminas-captcha copied to clipboard
Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/laminas/laminas-captcha). ## Awaiting Schedule The following updates are...
| Q | A |-------------- | ------ | Documentation |no | Bugfix | no | BC Break | maybe? | New Feature | no | RFC | yes | QA...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `^9.5.26` -> `^11.0.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
Currently, it is not possible to place two or more ReCaptcha elements in one HTML page with the tools provided by ZF. It can be done manually, see [here](https://stackoverflow.com/a/28126317/4222594) or...
### Bug Report | Q | A |------------ | ------ | Version(s) | 2.9.0 + 2.10.0 #### Summary We've seen a rising in error messages of this kind: Laminas\Session\Exception\InvalidArgumentException /PROJECT/src/vendor/laminas/laminas-session/src/AbstractContainer.php...
The bug can recur very easily. ```PHP
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7098 User: @developer10 Created On: 2015-01-04T12:53:51Z...
Seems like 2.7 introduced BC breaks. We experiences a failure (Public key not found) with updating from 2.6 to 2.7. Basically we had in our composer.json: ``` "zendframework/zend-captcha": "^2.6", "zendframework/zendservice-recaptcha":...
Solves this bug: https://github.com/laminas/laminas-captcha/issues/13 and another one where attackers could just resend the last captcha over and over again, until the expiration period has passed. Thats not what i would...