Forum Discussion
Hi mmoser18 ,
execution of the load scripts is a serious security vulnerability.
Imagine someone infects your SoapUI projects and you compromise your computer by mere opening the SoapUI project. This vulnerability bas been resolved in release 5.6.0, the load scripts are not executed automatically anymore.
If you decide you take the risks and want to run the load (and save) scripts, you can configure it:
Another option is to execute the script manually:
Best regards,
Karel
- mmoser184 years agoFrequent Contributor
Thanks for the explanation and the reasoning behind it. We understand and are willing to take that risk.
But, as I had described, we have already been that far, i.e. we had found the checkbox you described (and unchecked it).
Only, on my colleagues machine the load scripts are not executed automatically even though he has unchecked that checkbox.
And what's puzzling me most: how is it possible that only he gets said warning, while I myself am not getting anything like that (although we run the very same version of SOAPUI)?
... but as you write in your other post: we probably won't get an answer from SmartBear on that.
Thanks again for responding!
- KarelHusa4 years agoChampion Level 1
In case the Load script isn't executed even if you uncheck the "Disable the Load and Save Scripts" option, there can be other things which prevent the execution:
- an antivirus or other blocker on the operating system level
- another settings in SoapUI (or else) which is different to yours
I would recommend to debug the issue. You can make a sample project and put inside a simple Load script, e.g.:
log.info "Project LOAD script! " + new Date().format("yyyy-MM-dd:HH:mm:SS")
If you close and open the project, check if the message is in the "script log". What happens if you run the script manually?
K.
Related Content
Recent Discussions
- 20 hours ago