issues Search Results · repo:dreipol/pyattest language:Python
Filter by
9 results
(83 ms)9 results
indreipol/pyattest (press backspace or delete to remove)The class GooglePlayIntegrityAttestationVerifier does not set any verified data by def verified_data(self, data: dict).
As a comparison GoogleAttestationVerifier and AppleAttestationVerifier call it.
...
o15a3d4l11s2
- 2
- Opened on Aug 7, 2024
- #12
Hi,
I noticed an inconsistency in the release tags. The previous tags follow the pattern 0.0.x, but the new tag is 0.1.13.
Additionally, the PyPI version history also follows the 0.0.x pattern.
GitHub ...
keenranger
- 1
- Opened on Jul 15, 2024
- #11
Do I understand correctly that the typical flow would be:
(iOS device) --- [signed data, nonce] --- (My Server) -- [forward signed data, nonce] -- (Apple Attest Server)
and then
(Apple Attest Server) ...
GildedHonour
- Opened on Jan 9, 2024
- #9
config = AppleConfig(key_id=key_id, app_id= 1234ABCDEF.ch.dreipol.demo , production=True)
attestation = Attestation(attest, nonce, config)
try:
attestation.verify()
except PyAttestException as exception: ...
GildedHonour
- 9
- Opened on Jan 5, 2024
- #8
Replace certvalidator dependency with https://github.com/MatthiasValvekens/certvalidator for compatibility with
Debian 12. See
https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto#oscrypto ...
melbic
- Opened on Nov 16, 2023
- #7
Currently we don t handle the receipt sent together with the attestatoin. With the receipt you could get the total
amount of attestations generated with a given device.
sidneywidmer
- Opened on Feb 25, 2021
- #5
Currently we don t check for the evaluationType.
https://developer.android.com/training/safetynet/attestation#evaluation-types
sidneywidmer
- Opened on Feb 25, 2021
- #3
Currently the _custom_root_ca parameter in the GoogleConfig class is only used for clean unittests. A careless developer
could use this in a production environment which would, in special circumstances, ...
sidneywidmer
- Opened on Feb 25, 2021
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.