Skip to content

Commit 7172dfa

Browse files
authored
fix masvs links (#2465)
1 parent 4ec52f0 commit 7172dfa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/MASVS/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ The **OWASP MASVS (Mobile Application Security Verification Standard)** is the i
2525

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

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

3636
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.
3737

0 commit comments

Comments
 (0)