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

Feature/play integrity improvements #13

Merged
merged 8 commits into from
Aug 12, 2024

Conversation

lailabecker
Copy link
Contributor

@lailabecker lailabecker commented Aug 8, 2024

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.11]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try directly with Python 3.12 or did you already do that and it failed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should also adjust it in the Pipfile...

Comment on lines 36 to 40
def __convert_signing_digest(self, hex: str):
sanitized = hex.replace(':', '')
digest_bytes = bytearray.fromhex(sanitized)
base64Signature = base64.urlsafe_b64encode(digest_bytes).decode()
return base64Signature.replace('=', '')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That could/should be static, right?

@melbic melbic merged commit a4829ee into master Aug 12, 2024
1 check passed
@lailabecker lailabecker deleted the feature/play-integrity-improvements branch August 12, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GooglePlayIntegrityAttestationVerifier does not set verified_data
2 participants