Skip to content

Commit 30a97ed

Browse files
authored
News: MASVS-PRIVACY (#2459)
* add masvs privacy * minor addition
1 parent eb9ceec commit 30a97ed

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/assets/news/masvs_privacy.png

59.6 KB
Loading

docs/news.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,33 @@ hide:
99

1010
Follow [:material-twitter: @OWASP_MAS](https://twitter.com/OWASP_MAS) to get the latest updates instantly.
1111

12+
## Oct 10th, 2023: MASVS-PRIVACY
13+
14+
Mobile applications frequently access sensitive user data to deliver their core functionalities. This data ranges from personally identifiable information (PII), health metrics, location data, to device identifiers. Mobile devices are a constant companion to users, always connected, and equipped with numerous sensors—including cameras, microphones, GPS and BLE—that generate data capable of inferring user behavior and even identifying individuals. The landscape is further complicated by advanced tracking techniques, the integration of third-party SDKs, and a heightened awareness of privacy issues among users and regulators. As a response, there's a growing trend towards on-device processing to keep user data localized and more secure.
15+
16+
<center>
17+
<img style="width: 80%; border-radius: 5px" src="../assets/news/masvs_privacy.png"/>
18+
</center>
19+
20+
Today we're excited to announce the release of the new MASVS-PRIVACY, a new MASVS category and MAS profile with focus on privacy. The new profile is designed to help organizations and individuals assess the privacy implications of their mobile applications and make informed decisions.
21+
22+
The new controls are:
23+
24+
- **MASVS-PRIVACY-1**: The app minimizes access to sensitive data and resources.
25+
- **MASVS-PRIVACY-2**: The app prevents identification of the user.
26+
- **MASVS-PRIVACY-3**: The app is transparent about data collection and usage.
27+
- **MASVS-PRIVACY-4**: The app offers user control over their data.
28+
29+
The proposal defines the scope of the new MASVS-PRIVACY category and profile, and includes a detailed description of each control, a rationale, and a list of tests. The new profile MAS-P, establishes a baseline for privacy and is intended to work cohesively, and in some cases even overlap, with other OWASP MAS profiles, such as MAS-L1 and MAS-L2, ensuring a holistic approach to both security and privacy.
30+
31+
**Call to Action:**
32+
33+
We'd be thrilled to hear what you think! Your input is really important to us, and it can make a big difference in shaping the final version of the document. Please take a moment to review it and share your comments, feedback, and ideas.
34+
35+
**Review Timeline:** until November 30, 2023
36+
37+
Please follow the link here to access the document: <https://docs.google.com/document/d/1jq7V9cRureRFF_XT7d_Z9H_SLsaFs43cE50k6zMRu0Q/edit?usp=sharing>
38+
1239
## Sept 29th, 2023: MASTG Refactor Part 2 - Techniques, Tools & Reference Apps
1340

1441
We are thrilled to announce the second phase of the MASTG (Mobile Application Security Testing Guide) refactor. These changes aim to enhance the usability and accessibility of the MASTG.

0 commit comments

Comments
 (0)