mirror of
https://github.com/mandiant/capa.git
synced 2026-06-22 22:56:21 -07:00
ab1dc3b804
Prevent the linter to raise an exception if `examples` is `None`, as it for example currently happens in: `capa-rules/nursery/hash-data-using-murmur2.yml` We could also remove the `examples` tag in those cases, but the linter shouldn't break in any case.