vincentcox / StaCoAn

StaCoAn is a crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications.
MIT License
825 stars 129 forks source link

Viewing the HTML Report on Firefox/Internet Explorer not supported #83

Open Runnin-N-Gunnin opened 2 years ago

Runnin-N-Gunnin commented 2 years ago

The fancy TreeView does not display on FF and IE browsers. TV invisible not initializing properly. Also the upload process seem to sometimes fail, silently.

Console IE:

HTML1527: DOCTYPE expected. Consider adding a valid HTML5 doctype: "<!DOCTYPE html>". start.html (1,1)

HTML1504: Unexpected end tag. -- repeatedly

jQuery.Deferred exception: Unable to get property 'length' of undefined or null reference TypeError: Unable to get property 'length' of undefined or null reference

SCRIPT5022: Fancytree assertion failed: Need a valid store.

SCRIPT5007: Unable to get property 'length' of undefined or null reference

SCRIPT5007: Unable to get property 'getItem' of undefined or null reference

Console FF:

This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.

Request to access cookie or storage on “start.html” was blocked because we are blocking all third-party storage access requests and content blocking is enabled.

Uncaught DOMException: The operation is insecure. => jquery.fancytree-all-deps.min.js:1

Uncaught DOMException: The operation is insecure. => jquery.fancytree.persist.js:40

Uncaught Error: Could not apply extension 'persist' (it is not registered, did you forget to include it?) => /report/tree_js_content.js:2, jquery.min.js:2:1979

Uncaught DOMException: The operation is insecure. => report.js:8

Uncaught DOMException: The operation is insecure. => start.html:16

Source map error: Error: NetworkError when attempting to fetch resource. Resource URL: /report/html/jquery.fancytree-all-deps.min.js Source Map URL: jquery.fancytree-all-deps.min.js.map

sad :-(