Skip to content

Commit

Permalink
Merge pull request #671 from Ana06/release2
Browse files Browse the repository at this point in the history
Release capa v2.0 🎉
  • Loading branch information
williballenthin authored Jul 19, 2021
2 parents 4f44b5a + 9a0ec51 commit 77a86e3
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
41 changes: 35 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,38 @@

## master (unreleased)

The first Python 3 ONLY capa version.
It includes many new rules, including all new techniques introduced in MITRE ATT&CK v9.
### New Features

### Breaking Changes

### New Rules (0)

-

### Bug Fixes

### capa explorer IDA Pro plugin

### Development

### Raw diffs
- [capa v2.0.0...master](https://github.com/fireeye/capa/compare/v2.0.0...master)
- [capa-rules v2.0.0...master](https://github.com/fireeye/capa-rules/compare/v2.0.0...master)


## v2.0.0 (2021-07-19)

We are excited to announce version 2.0! :tada:
capa 2.0:
- enables anyone to contribute rules more easily
- is the first Python 3 ONLY version
- provides more concise and relevant result via identification of library functions using FLIRT
![capa v2.0 results ignoring library code functions](doc/img/changelog/flirt-ignore.png)
- includes many features and enhancements for the capa explorer IDA plugin
- adds 93 new rules, including all new techniques introduced in MITRE ATT&CK v9

A huge thanks to everyone who submitted issues, provided feedback, and contributed code and rules. Many colleagues across dozens of organizations have volunteered their experience to improve this tool! :heart:


### New Features

Expand Down Expand Up @@ -123,7 +153,6 @@ It includes many new rules, including all new techniques introduced in MITRE ATT
- nursery/get-token-privileges michael.hunhoff@fireeye.com
- nursery/prompt-user-for-credentials michael.hunhoff@fireeye.com
- nursery/spoof-parent-pid michael.hunhoff@fireeye.com
-

### Bug Fixes

Expand Down Expand Up @@ -151,9 +180,9 @@ It includes many new rules, including all new techniques introduced in MITRE ATT

### Raw diffs

<!-- The diff uses v1.6.1 because master doesn't include v1.6.2 -->
- [capa v1.6.1...master](https://github.com/fireeye/capa/compare/v1.6.1...master)
- [capa-rules v1.6.1...master](https://github.com/fireeye/capa-rules/compare/v1.6.1...master)
<!-- The diff uses v1.6.1 because master doesn't include v1.6.2 and v1.6.3 -->
- [capa v1.6.1...v2.0.0](https://github.com/fireeye/capa/compare/v1.6.1...v2.0.0)
- [capa-rules v1.6.1...v2.0.0](https://github.com/fireeye/capa-rules/compare/v1.6.1...v2.0.0)


## v1.6.3 (2021-04-29)
Expand Down
2 changes: 1 addition & 1 deletion capa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.1"
__version__ = "2.0.0"
Binary file added doc/img/changelog/flirt-ignore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77a86e3

Please sign in to comment.