Skip to content
Open
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
15 changes: 15 additions & 0 deletions weaknesses/MASVS-PRIVACY/MASWE-xxxB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Dependencies Known to be Malicious
id: MASWE-xxxB
alias: data-leak-malicious-libraries
platform: [android, ios]
profiles: [L1,L2]
mappings:
masvs-v2: [MASVS-CODE-3]
cwe: [829]
draft:
description: |
Embedding third-party libraries known to be malicious may be risky. Such libraries act as an insider threat from within the app's process and boundaries. To mitigate apply chain security best practices, such as Software composition analysis (SCA) (generate a Bill of Materials (BOM), which is then compared against a variety of databases) to ensure the integrity of embedded libraries.
status: placeholder

---