Skip to content

Commit

Permalink
Fix markdown files according to the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
serek8 committed Sep 3, 2024
1 parent 9d50d70 commit 45c62bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion demos/ios/MASVS-STORAGE/MASTG-DEMO-0013/MASTG-DEMO-0011.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ The output contains information that `isExcludedFromBackupKey` was used in the a

{{ output.txt }}


### Evaluation

In the output we can see how the `kSecAttrKeySizeInBits` attribute is set to `1024` bits (0x400 in hexadecimal) using the `x8` register. This is later used to call `SecKeyCreateRandomKey`.
Expand Down
1 change: 1 addition & 0 deletions tests-beta/android/MASVS-STORAGE/MASTG-TEST-0205.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ weakness: MASWE-0004
## Overview

This test verifies whether your app correctly instructs the system to exclude sensitive files from backups. There are two distinct APIs for instructing the system to exclude files:

1. [Auto Backup](https://developer.android.com/identity/data/autobackup)
2. [Key-value backup](https://developer.android.com/identity/data/autobackup)
Regardless of which API you use, Android provides a way to start the backup daemon to back up and restore your app's files. You can use this daemon to initiate the backup process and restore the app's data, allowing you to verify which files have been restored from the backup.
Expand Down
1 change: 0 additions & 1 deletion tests-beta/ios/MASVS-STORAGE/MASTG-TEST-0206.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ iOS provides the [isExcludedFromBackup](https://developer.apple.com/documentatio

1. Run a static analysis tool such as @MASTG-TOOL-0073 on the app binary, or use a dynamic analysis tool like @MASTG-TOOL-0039, and look for uses of `isExcludedFromBackup` API.


## Observation

Inspect all files that you marked with `isExcludedFromBackup`.
Expand Down

0 comments on commit 45c62bb

Please sign in to comment.