davevs / pySCS

Security Control Selector
MIT License
3 stars 0 forks source link

safer way to load model #10

Open davevs opened 5 years ago

davevs commented 5 years ago

Find a safer alternative to load the model.

exec(open(model_file).read())