LLNL / Surfactant

Modular framework for file information extraction and dependency analysis to generate accurate SBOMs
MIT License
20 stars 14 forks source link

Unhandled exception if asm_info.PublicKey is None #249

Closed mcutshaw closed 1 month ago

mcutshaw commented 1 month ago

Describe the bug Within the pe_file.py if certain fields returned by asm_info are None, then an exception is raised. image

System Information (please complete the following information):

Additional context We should potentially consider wrapping the info extractors in a try/except and handle exceptions gracefully.