SecurityRiskAdvisors / VECTR

VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios
1.36k stars 161 forks source link

HTTP400 Error when updating test case #66

Closed haroldddd closed 4 years ago

haroldddd commented 4 years ago

In the Campaign templates tab, whenever I try to update an existing Test-Case template, I observed the return of the following HTTP 400 error :

{"message":"Unable to update test case. Invalid icon file.","description":null}

It happens no matter what is typed in the forms, which makes it completely impossible (from what I saw) to edit a test-case template.

The error seems to come from the default test-case icon resource, which returns a 404 : /static/icons/T1159.svg

thebleucheese commented 4 years ago

Are you on version 5.5.9? 5.5.8 had an issue when updating from a prior version (like 5.5.7). 5.5.9 should fix it (you can just change the version in the docker-compose file)