xtxwy / smartphonesdumbapps

Automatically exported from code.google.com/p/smartphonesdumbapps
0 stars 0 forks source link

Need HTML reporting #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Need to add some basic HTML reporting for 1.0

Original issue reported on code.google.com by dancorn...@gmail.com on 11 Nov 2011 at 12:49

GoogleCodeExporter commented 8 years ago
If you had a fancy report, I’d love to see the following:
• Details on Third-Party Packages (Names, Version Numbers, other) – 
Flagging at-risk packages (known vulnerabilities, etc) would be a bonus.
• Breakout of “Permissions Requested” (or whatever the right term is for 
each device). I was messing with an app yesterday that requested permission to 
call phone numbers even though it has no need for it.
• You might consider running FindBugs but providing a way to filter it so it 
ignore issues in the third-party packages. Presumably, users are really 
interested in the core functionality and not issues in the included packages. 
(Yes, I know why this is technically wrong, but I’m also growing dumber in my 
old age and really just want to see specific details)
• I know this isn’t possible, but if you could build a graph of the 
directories and file/folders that are modified/accessed/created by the 
application, that would be very interesting. This isn’t possible due to 
dynamic path creation and other issues, but it sure would be cool to show 
someone what areas of the filesystem that the application tinkers with.

Original comment by dancorn...@gmail.com on 11 Nov 2011 at 2:58