Skip to content

Commit 404d96a

Browse files
committed
Fix image source in README.md to use the correct URL for the MASWE overview
1 parent c28943a commit 404d96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
The Mobile Application Security Weakness Enumeration (MASWE) is a list of common security and privacy weaknesses in mobile applications. It is intended to be used as a reference for developers, security researchers, and security professionals. It acts as the bridge between the [MASVS](https://mas.owasp.org/MASVS) and the [MASTG](https://mas.owasp.org/MASTG).
1212

1313
<center>
14-
<img src="../assets/maswe-overview.png" style="width: 50%; border-radius: 5px; margin: 2em" />
14+
<img src="https://raw.githubusercontent.com/OWASP/mastg/master/docs/assets/maswe-overview.png" style="width: 50%; border-radius: 5px; margin: 2em" />
1515
</center>
1616

1717
For its definition we draw inspiration from the [Common Weakness Enumeration (CWE)](https://cwe.mitre.org/), which is a community-developed list of common software security weaknesses. The MASWE is intended to be a **complementary list to the CWE**, focusing specifically on security weaknesses in mobile applications.

0 commit comments

Comments
 (0)