MobSF / mobsfscan

mobsfscan is a static analysis tool that can find insecure code patterns in your Android and iOS source code. Supports Java, Kotlin, Swift, and Objective C Code. mobsfscan uses MobSF static analysis rules and is powered by semgrep and libsast pattern matcher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html report without format

javixeneize opened this issue · comments

commented

Hi

This is not an issue itself, it would be more a feature to add :). The html report generated doesnt seem to have styles or structure. It would be nice to create at least a table or something to make it more user friendly, ideally trying to mirror the format of the html report of mobsf itself

Hi @javixeneize The intention of mobsfscan is to be lightweight and hence sticking with the minimal formatting. We do not have any near term plans to improve on the html styling to the output format.

Having said that, we are open to PRs that improve on the design the html format without adding too much complex CSS/JS dependencies.