What are the safety concerns in opening an untrusted .blend file?
We support an addon that’s used by a number of people, and they will sometimes send us their .blend files.
If we reset Blender to factory defaults, is it generally safe to open such untrusted files?
If not, are there any settings (or other mechanisms) we can use to open their files?
Our addon also stashes a pickle of all of our data inside a Blender StringProperty. What’s the safest way to get to such a string?
Sorry if this is a duplicate question. I did a search and some manual browsing and didn’t find anything.