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

Fix MASVS links #2465

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/MASVS/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ The **OWASP MASVS (Mobile Application Security Verification Standard)** is the i

The standard is divided into various groups of security controls, labeled **MASVS-XXXXX**, that represent the most critical areas of the mobile attack surface:

- [**MASVS-STORAGE**](MASVS/05-MASVS-STORAGE.md): Secure storage of sensitive data on a device (data-at-rest).
- [**MASVS-CRYPTO**](MASVS/06-MASVS-CRYPTO.md): Cryptographic functionality used to protect sensitive data.
- [**MASVS-AUTH**](MASVS/07-MASVS-AUTH.md): Authentication and authorization mechanisms used by the mobile app.
- [**MASVS-NETWORK**](MASVS/08-MASVS-NETWORK.md): Secure network communication between the mobile app and remote endpoints (data-in-transit).
- [**MASVS-PLATFORM**](MASVS/09-MASVS-PLATFORM.md): Secure interaction with the underlying mobile platform and other installed apps.
- [**MASVS-CODE**](MASVS/10-MASVS-CODE.md): Security best practices for data processing and keeping the app up-to-date.
- [**MASVS-RESILIENCE**](MASVS/11-MASVS-RESILIENCE.md): Resilience to reverse engineering and tampering attempts.
- [**MASVS-STORAGE**](/MASVS/05-MASVS-STORAGE): Secure storage of sensitive data on a device (data-at-rest).
- [**MASVS-CRYPTO**](/MASVS/06-MASVS-CRYPTO): Cryptographic functionality used to protect sensitive data.
- [**MASVS-AUTH**](/MASVS/07-MASVS-AUTH): Authentication and authorization mechanisms used by the mobile app.
- [**MASVS-NETWORK**](/MASVS/08-MASVS-NETWORK): Secure network communication between the mobile app and remote endpoints (data-in-transit).
- [**MASVS-PLATFORM**](/MASVS/09-MASVS-PLATFORM): Secure interaction with the underlying mobile platform and other installed apps.
- [**MASVS-CODE**](/MASVS/10-MASVS-CODE): Security best practices for data processing and keeping the app up-to-date.
- [**MASVS-RESILIENCE**](/MASVS/11-MASVS-RESILIENCE): Resilience to reverse engineering and tampering attempts.

To complement the MASVS, the OWASP MAS project also provides the [OWASP Mobile Application Security Testing Guide (MASTG)](/MASTG/) and the [OWASP MAS Checklist](/checklists/) which together are the perfect companion for verifying the controls listed in the OWASP MASVS and demonstrate compliance.

Expand Down
Loading