We had someone send an app to our team this week with some problems.
The app, which was *not* exported, had several problems. One thing I
found interesting, there was a folder in the ZIP header called "..",
so I followed it. Eventually, I found a folder 3 levels above the
manifest named "src" and then some folders under that. This is valid
in ZIP and the app installed in on my phone. I also installed it on
the emulator and it doesn't appear that the presence of the
../../../src folder does anything negative, but I would think the
build chain would prevent this somehow.
Bug, works as designed, or nothing to see here?
-E