Skip to content

Commit

Permalink
Fix the Observations section
Browse files Browse the repository at this point in the history
  • Loading branch information
serek8 committed Oct 7, 2024
1 parent 9db4282 commit 2643176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-beta/android/MASVS-STORAGE/MASTG-TEST-0216.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Regardless of which API you use, Android provides a way to start the backup daem

## Observation

After installing the app for the second time and restoring data from the backup, inspect the files inside the Private and Shared storages and note down files with sensitive content.
The output should contain a list of files that are restored from the backup.

## Evaluation

Once you complete the list of restored files containing sensitive data, instruct the system to exclude them from the backup. If you use Auto Backup, mark them with `exclude` tag inside `backup_rules.xml` or `data_extraction_riles.xml` depending on your target API. Make sure you use fill out both `cloud-backup` and `device-transfer` parameters. If you use Key-value approach, set up your [BackupAgent](https://developer.android.com/identity/data/keyvaluebackup#BackupAgent) accordingly.
Identify the files that contain sensitive data and instruct the system to exclude them from the backup. If you use Auto Backup, mark them with `exclude` tag inside `backup_rules.xml` or `data_extraction_riles.xml` depending on your target API. Make sure you use fill out both `cloud-backup` and `device-transfer` parameters. If you use Key-value approach, set up your [BackupAgent](https://developer.android.com/identity/data/keyvaluebackup#BackupAgent) accordingly.

0 comments on commit 2643176

Please sign in to comment.