mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
5776bad371
When "type" is absent from node_data, node_data.get(None) returns None and "description" in None raises TypeError. Guard with early returns. Closes SURF-73