securesauce / precli

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

Fix traceback from usage of importlib.import_module #406

Closed ericwb closed 6 months ago

ericwb commented 6 months ago

If the name part of the parameter to import_module cannot be determined (in this case it was None), the code should not attempt to continue or put in symbol table.

Fixes #405