Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,12 @@ A huge thanks to everyone who submitted issues, provided feedback, and contribut
- linter: summarize results at the end #571 @williballenthin
- linter: check for `or` with always true child statement, e.g. `optional`, colors #348 @mr-tz

### Enhancements

- **enhancement**: Improve regex handling in capa2yara conversion.
- Added function to unescape regex patterns for YARA compatibility.
- Enhanced regex conversion logic to handle case-insensitive flags and improve performance.

### Breaking Changes

- py3: drop Python 2 support #480 @Ana06
Expand Down
Empty file modified scripts/capa2yara.py
100644 → 100755
Empty file.