yara-parser v0.4.0
Changes for this release include:
- JSON output is no longer HTML-escaped (
<
characters and such are preserved) - Fixed #5: Issue with leading slashes in regex end being stripped
- Fixed #7: JSON keys for meta "key" and "value" changed to lowercase
- Fixed #8: error conditions in lexer are now handled
- Better documentation for
y2j
the file output (see thedata.proto
file) - Added tests for common issues and moved rules into Go test files, themselves