Skip to content

Commit f11661f

Browse files
authored
release v8.0.0 (#2529)
* update to v8.0.0 * update website v8.0.0
1 parent 518dc33 commit f11661f

File tree

4 files changed

+43
-5
lines changed

4 files changed

+43
-5
lines changed

CHANGELOG.md

+32-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@
44

55
### New Features
66

7+
### Breaking Changes
8+
9+
### New Rules (0)
10+
11+
-
12+
13+
### Bug Fixes
14+
15+
### capa Explorer Web
16+
17+
### capa Explorer IDA Pro plugin
18+
19+
### Development
20+
21+
### Raw diffs
22+
- [capa v8.0.0...master](https://github.com/mandiant/capa/compare/v8.0.0...master)
23+
- [capa-rules v8.0.0...master](https://github.com/mandiant/capa-rules/compare/v8.0.0...master)
24+
25+
## v8.0.0
26+
27+
capa version 8 adds support for IDA Pro 9.0 (and idalib). The release comes with various improvements and bug fixes for the Binary Ninja backend (including to load with database files) -- thanks to @xusheng6.
28+
29+
Additional bug fixes improve the dynamic and BinExport backends.
30+
31+
capa version 8 now requires Python 3.10 or newer.
32+
33+
Special thanks to @Tamir-K, @harshit-wadhwani, @jorik-utwente for their great contributions.
34+
35+
### New Features
36+
737
- allow call as valid subscope for call scoped rules @mr-tz
838
- support loading and analyzing a Binary Ninja database #2496 @xusheng6
939
- vmray: record process command line details @mr-tz
@@ -68,7 +98,6 @@
6898
- nursery/persist-via-ts-initialprogram-registry-key [email protected]
6999
- nursery/persist-via-userinitmprlogonscript-registry-value [email protected]
70100
- nursery/persist-via-windows-error-reporting-registry-key [email protected]
71-
-
72101

73102
### Bug Fixes
74103

@@ -97,8 +126,8 @@
97126
- CI: update Binary Ninja version to 4.2 #2499 @xusheng6
98127

99128
### Raw diffs
100-
- [capa v7.4.0...master](https://github.com/mandiant/capa/compare/v7.4.0...master)
101-
- [capa-rules v7.4.0...master](https://github.com/mandiant/capa-rules/compare/v7.4.0...master)
129+
- [capa v7.4.0...v8.0.0](https://github.com/mandiant/capa/compare/v7.4.0...v8.0.0)
130+
- [capa-rules v7.4.0...v8.0.0](https://github.com/mandiant/capa-rules/compare/v7.4.0...v8.0.0)
102131

103132
## v7.4.0
104133

capa/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Unless required by applicable law or agreed to in writing, software distributed under the License
66
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77
# See the License for the specific language governing permissions and limitations under the License.
8-
__version__ = "7.4.0"
8+
__version__ = "8.0.0"
99

1010

1111
def get_major_version():

doc/release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
```
3939
- [ ] Update [capa/version.py](https://github.com/mandiant/capa/blob/master/capa/version.py)
4040
- [ ] Create a PR with the updated [CHANGELOG.md](https://github.com/mandiant/capa/blob/master/CHANGELOG.md) and [capa/version.py](https://github.com/mandiant/capa/blob/master/capa/version.py). Copy this checklist in the PR description.
41+
- [ ] Update the [homepage](https://github.com/mandiant/capa/blob/master/web/public/index.html) (i.e. What's New section)
4142
- [ ] After PR review, merge the PR and [create the release in GH](https://github.com/mandiant/capa/releases/new) using text from the [CHANGELOG.md](https://github.com/mandiant/capa/blob/master/CHANGELOG.md).
4243
- Verify GH actions
4344
- [ ] [upload artifacts](https://github.com/mandiant/capa/releases)
4445
- [ ] [publish to PyPI](https://pypi.org/project/flare-capa)
4546
- [ ] [create tag in capa rules](https://github.com/mandiant/capa-rules/tags)
4647
- [ ] [create release in capa rules](https://github.com/mandiant/capa-rules/releases)
47-
- [ ] Update [homepage](https://github.com/mandiant/capa/blob/master/web/public/index.html)
4848
- [ ] [Spread the word](https://twitter.com)
4949
- [ ] Update internal service

web/public/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ <h2 class="mt-3">Rule Updates</h2>
215215

216216
<h2 class="mt-3">Tool Updates</h2>
217217

218+
<h3 class="mt-2">v8.0.0 (<em>2024-12-09</em>)</h3>
219+
<p class="mt-0">
220+
capa <a href="https://github.com/mandiant/capa/releases/tag/v8.0.0">v8.0.0</a> adds support for IDA Pro 9.0 (and idalib). The release comes with various improvements and bug fixes for the Binary Ninja backend (including to load with database files) -- thanks to @xusheng6.
221+
<br />
222+
Additional bug fixes improve the dynamic and BinExport backends.
223+
<br />
224+
capa version 8 now requires Python 3.10 or newer.
225+
</p>
226+
218227
<h3 class="mt-2">v7.4.0 (<em>2024-10-04</em>)</h3>
219228
<p class="mt-0">
220229
The <a href="https://github.com/mandiant/capa/releases/tag/v7.4.0">v7.4.0</a> capa release fixes a bug when processing VMRay analysis archives and enhances API extraction for all dynamic backends. For better terminal rendering capa now solely relies on the rich library.<br />

0 commit comments

Comments
 (0)