Open CinquilCinquil opened 5 months ago
Currently Persistence.py makes use of the method setattr, but that has security issues, so a more secure alternative should be found. Useful reference.
Persistence.py
setattr
Currently
Persistence.py
makes use of the methodsetattr
, but that has security issues, so a more secure alternative should be found. Useful reference.