mandiant / capa

The FLARE team's open-source tool to identify capabilities in executable files.
https://mandiant.github.io/capa/
Apache License 2.0
4.13k stars 517 forks source link

cape: fix incomplete f-strings #2153

Closed mike-hunhoff closed 3 months ago

mike-hunhoff commented 3 months ago

e.g. https://github.com/mandiant/capa/blob/1360e0838954c801dc13450c9daed423191a88a5/capa/features/extractors/cape/global_.py#L51

I'm surprised that none of our linters catch this...