-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/warn-for-dynamic-dotnet
- Loading branch information
Showing
34 changed files
with
1,553 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,21 @@ | |
## master (unreleased) | ||
|
||
### New Features | ||
|
||
- add warning for dynamic .NET samples #1864 @v1bh475u | ||
- add span-of-calls scope to match features against a across a sliding window of API calls within a thread @williballenthin #2532 | ||
|
||
### Breaking Changes | ||
|
||
- remove `is_static_limitation` class function from `capa.rules.Rule` to inline function in `capa.capabilities.common.py` | ||
|
||
### New Rules (2) | ||
- add span-of-calls scope to rule format | ||
- capabilities functions return dataclasses instead of tuples | ||
|
||
### New Rules (3) | ||
|
||
- data-manipulation/encryption/rsa/encrypt-data-using-rsa-via-embedded-library @Ana06 | ||
- data-manipulation/encryption/use-bigint-function @Ana06 | ||
- nursery/dynamic-add-veh [email protected] | ||
- | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.