This is my very first question on Guardsquare community, excited to be here!
I recently learned about AppSweep during a research I’ve been working regarding CI-ready Security Inspectors capable of black-box Security testing. So, I’d like to congratulate you all on AppSweep, looks like a really nice product in this landscape
I have a question about Proguard mapping files. Unless I’m missing something, it looks like they are not being collected for non-Dexguarded projects.
I’d love to learn if this is a current limitation of the product (hence intended behavior) or eventually a bug in the Gradle plugin. If a bug, I’d be happy report it on Github and/or raise a PR fixing it.
Welcome to our Community, and thanks a lot for taking the time to write here!
We are indeed currently only uploading the mapping file from Dexguard, but it makes a lot of sense to extend this also to non-Dexguarded projects that use the same mapping file format (e.g., Proguard). I would not call it a bug, just a missing feature .
If you want to create a PR for it, that would be amazing!
we just updated the Gradle plugin, now the obfuscation files for other obfuscators are also uploaded.
You can simply bump the version in your gradle file to 0.1.5, or ofc you can build it yourself
If you have any questions of comments, feel free to post it here!