commit | 2e1d877c181f8a5c279af1c54babf51dc6ae5c87 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Nov 29 14:15:58 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Tue Nov 29 15:07:53 2022 +0000 |
tree | 998451fec567822fd7e2f22c8a133dcf6133a60d | |
parent | 100b76dc6b1b97012b752623f6d8888be5e1ef47 [diff] |
Fix path traversal bug VM names are used as directory names, we shouldn't allow path separators in them. This isn't actually a security issue (we're running in the app's context, we'll never create any files or directories that the app couldn't just create itself), but it still seems like a bad thing. Test: atest MicrodroidTests Change-Id: I7eec7963b15050239c14d7ef989c6bb623d06b2c
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.