-
Notifications
You must be signed in to change notification settings - Fork 3
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
Solution randomly not valid #10
Comments
2 tasks
nijel
added a commit
to nijel/altcha-lib-py
that referenced
this issue
Dec 19, 2024
This is a regression I've introduced in altcha-org#3. Fixes altcha-org#10
nijel
added a commit
to nijel/altcha-lib-py
that referenced
this issue
Dec 19, 2024
This is a regression I've introduced in altcha-org#3. Fixes altcha-org#10
ovx
added a commit
that referenced
this issue
Dec 21, 2024
Hi, this was a bug on this line in number = options.number or secrets.randbelow(max_number) The number parameter is in the range of Fixes in version 0.1.7. |
nijel
added a commit
to WeblateOrg/weblate
that referenced
this issue
Dec 22, 2024
We need a fix for altcha-org/altcha-lib-py#10.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While writing tests for altcha based form validation, I've noticed that the tests randomly fail.
This is code extracted from our testcase:
Is there something wrong in the tests? Why do we get randomly invalid solutions?
The text was updated successfully, but these errors were encountered: