securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
22 stars 3 forks source link

importlib.import_module also needs to handle string types #389

Closed ericwb closed 7 months ago

ericwb commented 7 months ago

The importlib.import_module module and function also needs to correctly handle the new format for "true" strings in an argument value. It needs to use value_str instead of value.