-
-
Notifications
You must be signed in to change notification settings - Fork 12
Add MASWE-0100 - Device Attestation #9
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mitigations section is missing
See example here:
https://github.com/OWASP/maswe/blob/main/weaknesses/MASVS-CRYPTO/MASWE-0009.md?plain=1
Guidelines: https://docs.google.com/document/d/1EMsVdfrDBAu0gmjWAUEs60q-fWaOmDB5oecY9d9pOlg/edit?usp=sharing
| To summarize: | ||
|
|
||
| - **Device attestation** confirms the environment is trustworthy. | ||
| - **App attestation** confirms the app instance is trustworthy. | ||
|
|
||
| If the app doesn't use attestation APIs or services the backend cannot ensure requests originate from a genuine app binary and from a trusted platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd not "summarize" here, prefer to make it more explicit above, e.g., using the bullet points.
| @@ -1,2 +1,2 @@ | |||
| --- | |||
| title: Device Attestation Not Implemented | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://github.com/OWASP/mastg/issues/3503#issuecomment-3477881489
| title: Missing or Incorrect Device Attestation |
Co-authored-by: Carlos Holguera <perezholguera@gmail.com>
This PR closes #38