Skip to content

Commit

Permalink
Merge pull request #815 from mandiant/feature-3.0.3
Browse files Browse the repository at this point in the history
v3.0.3
  • Loading branch information
williballenthin authored Oct 27, 2021
2 parents 433dfd8 + 041c8a4 commit 29e61e2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 10 deletions.
44 changes: 35 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
# Change Log


## master (unreleased)

### New Features

### Breaking Changes

### New Rules (0)

-

### Bug Fixes

### capa explorer IDA Pro plugin

### Development

### Raw diffs
- [capa <release>...master](https://github.com/mandiant/capa/compare/v3.0.3...master)
- [capa-rules <release>...master](https://github.com/mandiant/capa-rules/compare/v3.0.3...master)


## v3.0.3 (2021-10-27)

This is primarily a rule maintenance release:
- eight new rules, including all relevant techniques from [ATT&CK v10](https://medium.com/mitre-attack/introducing-attack-v10-7743870b37e3), and
- two rules removed, due to the prevalence of false positives

We've also tweaked the status codes returned by capa.exe to be more specific and added a bit more metadata to the JSON output format.

As always, welcome first time contributors!
- [email protected]
- [email protected]


### New Features

- show in which function a BB match is #130 @williballenthin
- main: exit with unique error codes when bailing #802 @williballenthin

### Breaking Changes

### New Rules (8)

- nursery/resolve-function-by-fnv-1a-hash [email protected]
Expand All @@ -20,21 +49,18 @@
- persistence/iis/persist-via-iis-module [email protected]
- persistence/iis/persist-via-isapi-extension [email protected]
- targeting/language/identify-system-language-via-api [email protected]
-

## Removed rules (2)
- load-code/pe/parse-pe-exports: too many false positives in unrelated structure accesses
- anti-analysis/anti-vm/vm-detection/execute-anti-vm-instructions: too many false positives in junk code

### Bug Fixes

### capa explorer IDA Pro plugin

### Development
- update references from FireEye to Mandiant

### Raw diffs
- [capa v3.0.2...master](https://github.com/fireeye/capa/compare/v3.0.2...master)
- [capa-rules v3.0.2...master](https://github.com/fireeye/capa-rules/compare/v3.0.2...master)
- [capa v3.0.2...v3.0.3](https://github.com/fireeye/capa/compare/v3.0.2...v3.0.3)
- [capa-rules v3.0.2...v3.0.3](https://github.com/fireeye/capa-rules/compare/v3.0.2...v3.0.3)

## v3.0.2 (2021-09-28)

Expand Down
2 changes: 1 addition & 1 deletion capa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.2"
__version__ = "3.0.3"

0 comments on commit 29e61e2

Please sign in to comment.