From 7844ebb144af99d825563b7d329593ad644ee819 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 20 Nov 2025 08:37:49 -0700 Subject: [PATCH] v9.3.1 (#2769) --- .bumpversion.toml | 2 +- CHANGELOG.md | 16 ++++++++++++++-- capa/ida/plugin/ida-plugin.json | 4 ++-- capa/version.py | 2 +- web/public/index.html | 5 +++++ 5 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 6a972c3f..79e2a009 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "9.3.0" +current_version = "9.3.1" [[tool.bumpversion.files]] filename = "capa/version.py" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9601c994..e44d3a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,26 @@ ### Bug Fixes -- add missing ida-netnode dependency to project.toml @mike-hunhoff #2765 - ### capa Explorer Web ### capa Explorer IDA Pro plugin ### Development +### Raw diffs +- [capa v9.3.1...master](https://github.com/mandiant/capa/compare/v9.3.1...master) +- [capa-rules v9.3.1...master](https://github.com/mandiant/capa-rules/compare/v9.3.1...master) + +## v9.3.1 + +This patch release fixes a missing import for the capa explorer plugin for IDA Pro. + +### Bug Fixes + +- add missing ida-netnode dependency to project.toml @mike-hunhoff #2765 + +### Development + - ci: bump binja min version @mike-hunhoff #2763 ### Raw diffs diff --git a/capa/ida/plugin/ida-plugin.json b/capa/ida/plugin/ida-plugin.json index ea3756b5..4672dd1d 100644 --- a/capa/ida/plugin/ida-plugin.json +++ b/capa/ida/plugin/ida-plugin.json @@ -3,7 +3,7 @@ "plugin": { "name": "capa", "entryPoint": "capa_explorer.py", - "version": "9.3.0", + "version": "9.3.1", "idaVersions": ">=7.4", "description": "Identify capabilities in executable files using FLARE's capa framework", "license": "Apache-2.0", @@ -12,7 +12,7 @@ "api-scripting-and-automation", "ui-ux-and-visualization" ], - "pythonDependencies": ["flare-capa==9.3.0"], + "pythonDependencies": ["flare-capa==9.3.1"], "urls": { "repository": "https://github.com/mandiant/capa" }, diff --git a/capa/version.py b/capa/version.py index 13b6eec3..0cf149ae 100644 --- a/capa/version.py +++ b/capa/version.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "9.3.0" +__version__ = "9.3.1" def get_major_version(): diff --git a/web/public/index.html b/web/public/index.html index 7de18d88..eed85c75 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -212,6 +212,11 @@

Tool Updates

+

v9.3.1 (2025-11-19)

+

+ This patch release fixes a missing import for the capa explorer plugin for IDA Pro. +

+

v9.3.0 (2025-11-12)

capa v9.3.0 comes with over 20 new and/or impoved rules.