https://github.com/netguru/mobile-security-checklist
Netguru mobile security checklist
https://github.com/netguru/mobile-security-checklist
android ios mobile-development mobile-security security
Last synced: about 1 year ago
JSON representation
Netguru mobile security checklist
- Host: GitHub
- URL: https://github.com/netguru/mobile-security-checklist
- Owner: netguru
- License: apache-2.0
- Created: 2021-08-26T11:55:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T11:49:56.000Z (over 4 years ago)
- Last Synced: 2024-11-10T02:40:25.482Z (over 1 year ago)
- Topics: android, ios, mobile-development, mobile-security, security
- Language: Python
- Homepage: https://www.netguru.com/
- Size: 748 KB
- Stars: 23
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netguru Mobile Security Checklist
At Netguru we care about security of our mobile applications, that's why our mobile security group has created this checklist.
This repository contains a list of security requirements that can increase the security of mobile application.
Every requirement should contain a handbook describing:
- Risk related with the requirement.
- Information when the app should apply this requirement.
- Solution how to apply requirement.
- Explanation how to test your app againt this risk.
Which should make it easier to decide, if app need such requirement and how to apply it.
# Why did we decide to create a Mobile Security Checklist?
We wanted to make mobile security more accessible and standardize the list of requirements that projects could conform to.
# Table of contents
## Checklists
- [Shared](Checklists/01-Shared.md)
- [iOS](Checklists/02-iOS.md)
- [Android](Checklists/03-Android.md)
## Handbooks
- [Shared](Handbooks/01-Shared/)
- [iOS](Handbooks/02-iOS/)
# About
This project is made with ❤️ by [Netguru](https://netguru.com).
Contributors
Wanna become next contributor? Check these guides:
- [Checklist contribution](Checklists/how_to_contribute.md)
- [Handbooks contribution](Handbooks/how_to_contribute.md)
# License
The mobile security checklist is available as open source under the terms of the [Apache 2.0 LICENSE](LICENSE).