mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
v9.3.1 (#2769)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "9.3.0"
|
current_version = "9.3.1"
|
||||||
|
|
||||||
[[tool.bumpversion.files]]
|
[[tool.bumpversion.files]]
|
||||||
filename = "capa/version.py"
|
filename = "capa/version.py"
|
||||||
|
|||||||
16
CHANGELOG.md
16
CHANGELOG.md
@@ -12,14 +12,26 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- add missing ida-netnode dependency to project.toml @mike-hunhoff #2765
|
|
||||||
|
|
||||||
### capa Explorer Web
|
### capa Explorer Web
|
||||||
|
|
||||||
### capa Explorer IDA Pro plugin
|
### capa Explorer IDA Pro plugin
|
||||||
|
|
||||||
### Development
|
### 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
|
- ci: bump binja min version @mike-hunhoff #2763
|
||||||
|
|
||||||
### Raw diffs
|
### Raw diffs
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"plugin": {
|
"plugin": {
|
||||||
"name": "capa",
|
"name": "capa",
|
||||||
"entryPoint": "capa_explorer.py",
|
"entryPoint": "capa_explorer.py",
|
||||||
"version": "9.3.0",
|
"version": "9.3.1",
|
||||||
"idaVersions": ">=7.4",
|
"idaVersions": ">=7.4",
|
||||||
"description": "Identify capabilities in executable files using FLARE's capa framework",
|
"description": "Identify capabilities in executable files using FLARE's capa framework",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"api-scripting-and-automation",
|
"api-scripting-and-automation",
|
||||||
"ui-ux-and-visualization"
|
"ui-ux-and-visualization"
|
||||||
],
|
],
|
||||||
"pythonDependencies": ["flare-capa==9.3.0"],
|
"pythonDependencies": ["flare-capa==9.3.1"],
|
||||||
"urls": {
|
"urls": {
|
||||||
"repository": "https://github.com/mandiant/capa"
|
"repository": "https://github.com/mandiant/capa"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
__version__ = "9.3.0"
|
__version__ = "9.3.1"
|
||||||
|
|
||||||
|
|
||||||
def get_major_version():
|
def get_major_version():
|
||||||
|
|||||||
@@ -212,6 +212,11 @@
|
|||||||
|
|
||||||
<h2 class="mt-3">Tool Updates</h2>
|
<h2 class="mt-3">Tool Updates</h2>
|
||||||
|
|
||||||
|
<h3 class="mt-2">v9.3.1 (<em>2025-11-19</em>)</h3>
|
||||||
|
<p class="mt-0">
|
||||||
|
This patch release fixes a missing import for the capa explorer plugin for IDA Pro.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3 class="mt-2">v9.3.0 (<em>2025-11-12</em>)</h3>
|
<h3 class="mt-2">v9.3.0 (<em>2025-11-12</em>)</h3>
|
||||||
<p class="mt-0">
|
<p class="mt-0">
|
||||||
capa v9.3.0 comes with over 20 new and/or impoved rules.
|
capa v9.3.0 comes with over 20 new and/or impoved rules.
|
||||||
|
|||||||
Reference in New Issue
Block a user