UFRN-URNAI/urnai-tools

Avoid using setattr in persistance class

Opened this issue · 0 comments

Currently Persistence.py makes use of the method setattr, but that has security issues, so a more secure alternative should be found. Useful reference.