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

Check that signatureMask isn't an empty array #26

Merged
merged 2 commits into from
Dec 8, 2022

Commits on Dec 7, 2022

  1. Check that signatureMask isn't an empty array

    If for some reason signatureMask turned out to be an empty array,
    verify() would always return true and the verification logic could be
    bypassed. This change ensures that the code throws an exception in the
    unlikely case that signatureMask is an empty array.
    matias-la committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a3402fc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Update digitalassetlinks/src/test/java/com/solana/digitalassetlinks/A…

    …ndroidAppPackageVerifierUnitTests.java
    sdlaver authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c68ce19 View commit details
    Browse the repository at this point in the history