laminas-captcha icon indicating copy to clipboard operation
laminas-captcha copied to clipboard

Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more

Results 16 laminas-captcha issues
Sort by recently updated
recently updated
newest added

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...

BC Break

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

renovate

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` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

renovate

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...

Bug

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...

Bug
Unit Test Needed