incf-nidash / PyNIDM

Other
21 stars 31 forks source link

Stop using `eval()` #371

Open jwodder opened 1 year ago

jwodder commented 1 year ago

The code contains a number of calls to the eval() function, which should almost always be avoided. These should all be audited and replaced with more secure alternatives.