When I run this project, the envirnment is OK!
Linux OS: Ubuntu 16.4
All the dependencies is install, and I can run this project using python manage.py runserver. When I upload a file to analyze, it still can analyze the permission, components and vulnerabilities. It seems that everyting is OK when look at the webpage.
But there is an error in background. It is:
Traceback (most recent call last):
File "/home/yuanyang/sda4/Marvin-static-Analyzer/SSLAnalyzer.py", line 93, in get_javab64_xref
_xref = _class.XREFfrom
AttributeError: 'ClassDefItem' object has no attribute 'XREFfrom'
I want to know what problem is of this?
When I run this project, the envirnment is OK!
Linux OS: Ubuntu 16.4
All the dependencies is install, and I can run this project using python manage.py runserver. When I upload a file to analyze, it still can analyze the permission, components and vulnerabilities. It seems that everyting is OK when look at the webpage.
But there is an error in background. It is:
Traceback (most recent call last):
File "/home/yuanyang/sda4/Marvin-static-Analyzer/SSLAnalyzer.py", line 93, in get_javab64_xref
_xref = _class.XREFfrom
AttributeError: 'ClassDefItem' object has no attribute 'XREFfrom'
I want to know what problem is of this?