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

Elixir: Padlock verification is case-insensitive #70

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

halostatue
Copy link
Member

@halostatue halostatue commented Sep 5, 2023

Resolved an issue where padlock values sent using lowercase hex values were not comparing properly. Added tests for the case as well as an additional validation doctest.

A later update will add this to the integration test suite as a variable.

@halostatue halostatue added bug Something isn't working elixir Pull requests that update Elixir code labels Sep 5, 2023
@halostatue halostatue self-assigned this Sep 5, 2023
elixir/lib/app_identity/validation.ex Outdated Show resolved Hide resolved
Resolved an issue where padlock values sent using lowercase hex values were not
comparing properly. Added tests for the case as well as an additional validation
doctest.

A later update will add this to the integration test suite as a variable.

Signed-off-by: Austin Ziegler <aziegler@kineticcommerce.com>
@halostatue halostatue merged commit 359bbe3 into main Sep 5, 2023
55 of 58 checks passed
@halostatue halostatue deleted the handle-lowercase-padlocks branch September 5, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants