Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update Mobile Application Security Cheat Sheet with iOS-Specific Guidelines #1531

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

richeeta
Copy link

@richeeta richeeta commented Nov 4, 2024

Added iOS-specific security recommendations to the Mobile Application Security Cheat Sheet, specifically: guidelines on Shortcuts permissions, Siri permissions, deep links, and WidgetKit security.

This change was made to enhance the security best practices for iOS apps, addressing issue #1524.

@szh szh linked an issue Nov 4, 2024 that may be closed by this pull request
Copy link
Author

@richeeta richeeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed spacing

@szh
Copy link
Collaborator

szh commented Nov 5, 2024

Thanks for the PR! There are a few lint errors remaining:

cheatsheets/Mobile_Application_Security_Cheat_Sheet.md:254 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- There are several scenarios ..."]
cheatsheets/Mobile_Application_Security_Cheat_Sheet.md:255 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "1. If a Shortcut is added as a..."]
cheatsheets/Mobile_Application_Security_Cheat_Sheet.md:260:119 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
cheatsheets/Mobile_Application_Security_Cheat_Sheet.md:260 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "6. If a Shortcut is set to run..."]
cheatsheets/Mobile_Application_Security_Cheat_Sheet.md:261 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Sensitive app functionalitie..."]

I wonder if we have an experienced iOS developer who could review this...

@mackowski
Copy link
Collaborator

@richeeta can you please fix linter errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update: Mobile Application Security Cheat Sheet
4 participants