Skip to content

Commit b04750a

Browse files
authored
Update to MSTG Blue (#2035)
* update to mstg blue * update logo and its size * remove old checklists and update README
1 parent 4b31e03 commit b04750a

12 files changed

+22
-48
lines changed

.vscode/settings.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"workbench.colorCustomizations": {
3-
"activityBar.activeBackground": "#78b9fa",
4-
"activityBar.activeBorder": "#d70870",
5-
"activityBar.background": "#78b9fa",
3+
"activityBar.activeBackground": "#7cbaff",
4+
"activityBar.activeBorder": "#df006a",
5+
"activityBar.background": "#7cbaff",
66
"activityBar.foreground": "#15202b",
77
"activityBar.inactiveForeground": "#15202b99",
8-
"activityBarBadge.background": "#d70870",
8+
"activityBarBadge.background": "#df006a",
99
"activityBarBadge.foreground": "#e7e7e7",
10-
"sash.hoverBorder": "#78b9fa",
11-
"statusBar.background": "#479ff8",
10+
"sash.hoverBorder": "#7cbaff",
11+
"statusBar.background": "#499fff",
1212
"statusBar.foreground": "#15202b",
13-
"statusBarItem.hoverBackground": "#1685f6",
14-
"statusBarItem.remoteBackground": "#479ff8",
13+
"statusBarItem.hoverBackground": "#1684ff",
14+
"statusBarItem.remoteBackground": "#499fff",
1515
"statusBarItem.remoteForeground": "#15202b",
16-
"titleBar.activeBackground": "#479ff8",
16+
"titleBar.activeBackground": "#499fff",
1717
"titleBar.activeForeground": "#15202b",
18-
"titleBar.inactiveBackground": "#479ff899",
18+
"titleBar.inactiveBackground": "#499fff99",
1919
"titleBar.inactiveForeground": "#15202b99"
2020
},
21-
"peacock.color": "#479ff8",
21+
"peacock.color": "#499FFF",
2222
"cSpell.words": [
2323
"aliascert",
2424
"apktool",
-110 KB
Binary file not shown.
-112 KB
Binary file not shown.
-120 KB
Binary file not shown.
-122 KB
Binary file not shown.
-109 KB
Binary file not shown.

Checklists/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

Checklists/checklinks.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

Document/Images/logo_circle.png

-163 KB
Loading

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# OWASP Mobile Security Testing Guide [![Twitter Follow](https://img.shields.io/twitter/follow/OWASP_MSTG.svg?style=social&label=Follow)](https://twitter.com/OWASP_MSTG) [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/OWASP/owasp-mstg)
44

5-
[![Creative Commons License](https://licensebuttons.net/l/by-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0/ "CC BY-SA 4.0")
5+
[![Creative Commons License](https://img.shields.io/github/license/OWASP/owasp-mstg)](https://creativecommons.org/licenses/by-sa/4.0/ "CC BY-SA 4.0")
66

77
[![OWASP Flagship](https://img.shields.io/badge/owasp-flagship%20project-48A646.svg)](https://owasp.org/projects/)
88

@@ -11,7 +11,10 @@
1111
[![Check Markdown Links](https://github.com/OWASP/owasp-mstg/workflows/Check%20Markdown%20Links/badge.svg)](https://github.com/OWASP/owasp-mstg/actions?query=workflow%3A%22Check+Markdown+Links%22)
1212

1313
This is the official GitHub Repository of the OWASP Mobile Security Testing Guide (MSTG). The MSTG is a comprehensive manual for mobile app security testing and reverse engineering. It describes technical processes for verifying the controls listed in the [OWASP Mobile Application Verification Standard (MASVS)](https://github.com/OWASP/owasp-masvs "MASVS").
14-
You can also read the MSTG on [Gitbook](https://mobile-security.gitbook.io/mobile-security-testing-guide/ "MSTG @ Gitbook") or download it as an [e-book](https://leanpub.com/mobile-security-testing-guide-preview "MSTG as an e-book").
14+
15+
- 📖 [Read it on Gitbook](https://mobile-security.gitbook.io/mobile-security-testing-guide/)
16+
- ⬇️ [Download the latest PDF](https://github.com/OWASP/owasp-mstg/releases/latest)
17+
-[Get the latest Mobile App Security Checklists](https://github.com/OWASP/owasp-mstg/releases/latest)
1518

1619
The MSTG and the MASVS are being adopted by many companies, standards, and various organizations. Want to find out more? Check our [users' document listing some of the adopters](Users.md).
1720

0 commit comments

Comments
 (0)