issues
search
KitwareMedical
/
dicom-anonymizer
Tool to anonymize DICOM files according to the DICOM standard
BSD 3-Clause "New" or "Revised" License
104
stars
47
forks
source link
IMP: Refactor CLI system
#73
Closed
pchoisel
closed
6 months ago
pchoisel
commented
6 months ago
Remove the calls to
eval
with a user input that were a big security flaw
Refactor CLI system to add new actions easily
Add a
replace_with_value
action
Add tests
Do house cleaning (fix formating, replace type comparison with isinstance, fix imports)
eval
with a user input that were a big security flawreplace_with_value
action