Compare commits

...

3 Commits

Author SHA1 Message Date
Willi Ballenthin
ed870ea563 changelog 2022-07-06 20:47:46 +00:00
Willi Ballenthin
61869c5654 v3.2.1 2022-07-06 20:45:13 +00:00
Mike Hunhoff
7f4291f4b5 update pinned smda version 2022-07-06 20:44:13 +00:00
3 changed files with 17 additions and 4 deletions

View File

@@ -17,8 +17,21 @@
### Development
### Raw diffs
- [capa v3.2.0...master](https://github.com/mandiant/capa/compare/v3.2.0...master)
- [capa-rules v3.2.0...master](https://github.com/mandiant/capa-rules/compare/v3.2.0...master)
- [capa v3.2.1...master](https://github.com/mandiant/capa/compare/v3.2.1...master)
- [capa-rules v3.2.1...master](https://github.com/mandiant/capa-rules/compare/v3.2.1...master)
## v3.2.1 (2022-07-06)
This release bumps the SMDA dependency version to enable installation on Python 3.10.
### Bug Fixes
- update SMDA dependency @mike-hunhoff #922
### Raw diffs
- [capa v3.2.0...v3.2.1](https://github.com/mandiant/capa/compare/v3.2.0...v3.2.1)
- [capa-rules v3.2.0...v3.2.1](https://github.com/mandiant/capa-rules/compare/v3.2.0...v3.2.1)
## v3.2.0 (2022-03-03)
This release adds a new characteristic `characteristic: call $+5` enabling users to create more explicit rules. The linter now also validates ATT&CK and MBC categories. Additionally, many dependencies, including the vivisect backend, have been updated.

View File

@@ -1 +1 @@
__version__ = "3.2.0"
__version__ = "3.2.1"

View File

@@ -23,7 +23,7 @@ requirements = [
"networkx==2.5.1",
"ruamel.yaml==0.17.21",
"vivisect==1.0.7",
"smda==1.7.0",
"smda==1.7.1",
"pefile==2021.9.3",
"pyelftools==0.28",
]