mirror of
https://github.com/mandiant/capa.git
synced 2026-07-28 14:47:08 -07:00
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