Closed blackstream-x closed 2 years ago
Hi @blackstream-x,
Thanks again for taking the time to report this. You are correct - our fix was bad for the original issue it seems. Will get this addressed.
@blackstream-x - jake
1.4.4
has been published with this fixed (promise π ) https://pypi.org/project/jake/1.4.4/
confirmed :+1:
No crashes anymore when using the --clear-cache
option (see #100)
Describe the bug When finding a vulnerability having a CWE, jake 1.4.3 now produces a TypeError (seems to be a followup error of the #95 bugfix)
To Reproduce Steps to reproduce the behavior:
TypeError: sequence item 0: expected str instance, int found
Expected behavior Jake produces a vulnerability report.
Screenshots
Desktop (please complete the following information):
Additional context In a Python 3.9.10 virtual environment with no additional packages installed, jake 1.4.3 exits with the error
TypeError: 'int' object is not callable
β probably also caused by the #95 fix.