nwalsh1995

Results 7 comments of nwalsh1995

Bumping this PR since I am affected by this same problem and would love to see this land!

Hi @jjarmoc, thanks for your PR. Originally I checked for the curly braces to reduce FP as the plugin was noisy. Now, with my PR #3 we could go with...

It seems like your code has some issues running on python 3.6 vs python 2.7. This is most likely because of the unicode/str/bytes that each version of the language does....

One of the reasons decompiling might take a long time is that developers of the APK have intentionally added obfuscation and anti-decompiling techniques to intentionally slow down people to try...

The scanning phase is slower just because of the amount of Java files in source code and the elements inside of it. For instance, we might iterate over variables, method...

Hi @ali991, right now this is not possible with QARK. You can disable any plugins that you don't want to run but you cannot disable some built-in checks. Going to...

This should be an easier enhancement that will require going through the manifest plugin and making sure the line number is added to the created issue.