mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
ae4c2ec82d
Without parentheses, Python's operator precedence caused `kid.name != "Some"` to only guard the `Not` branch; `And` and `Or` kids named `"Some"` would bypass the Some-handling block and enter recursive convert_rule unguarded.