Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update CWE mapping on MASWE elements of MASVS-AUTH-2 #3137

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion weaknesses/MASVS-AUTH/MASWE-0041.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ profiles: [L1, L2]
mappings:
masvs-v1: [MSTG-AUTH-1]
masvs-v2: [MASVS-AUTH-2]
cwe: [603, 307, 287]
cwe: [603, 287]

draft:
description: General authentication best practice. Only for apps with connection.
Expand Down
2 changes: 1 addition & 1 deletion weaknesses/MASVS-AUTH/MASWE-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ profiles: [L1, L2]
mappings:
masvs-v1: [MSTG-AUTH-12]
masvs-v2: [MASVS-AUTH-2]
cwe: [284, 285, 862, 863]
cwe: [285, 602, 863]

refs:
- https://developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites
Expand Down
1 change: 1 addition & 0 deletions weaknesses/MASVS-AUTH/MASWE-0043.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ platform: [android, ios]
profiles: [L2]
mappings:
masvs-v2: [MASVS-AUTH-2, MASVS-CRYPTO-2]
cwe: [922, 326, 312]

draft:
description: It's better to use the OS Local Auth / bind to a key stored in the
Expand Down
1 change: 1 addition & 0 deletions weaknesses/MASVS-AUTH/MASWE-0044.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ profiles: [L2]
mappings:
masvs-v1: [MSTG-AUTH-8]
masvs-v2: [MASVS-AUTH-2]
cwe: [287]

refs:
- https://developer.android.com/training/sign-in/biometric-auth#crypto
Expand Down
1 change: 1 addition & 0 deletions weaknesses/MASVS-AUTH/MASWE-0045.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ platform: [android, ios]
profiles: [L2]
mappings:
masvs-v2: [MASVS-AUTH-2]
cwe: [288, 287]

refs:
- https://developer.android.com/training/sign-in/biometric-auth#allow-fallback
Expand Down
1 change: 1 addition & 0 deletions weaknesses/MASVS-AUTH/MASWE-0046.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ platform: [android, ios]
profiles: [L2]
mappings:
masvs-v2: [MASVS-AUTH-2, MASVS-CRYPTO-2]
cwe: [287, 522]

draft:
description: Biometric related crypto keys should be is invalidated by default whenever
Expand Down