mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
25f1157db0
Get rid of `true` in characteristic as it is implicit.
The changes are the result of executing the following commands:
```
find . -type f -exec sed -i.bak "s/\(.*\)characteristic(\(.*\)): true/\1characteristic: \2/g" {} \;
find . -name "*.bak" -type f -delete
```