update binja core version (#2670)

* update binja core version

* update CHANGELOG
This commit is contained in:
Mike Hunhoff
2025-05-30 10:52:56 -06:00
committed by GitHub
parent 9234b33051
commit 96d1eb64c3
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
- cape: make some fields optional @williballenthin #2631 #2632
- lint: add WARN for regex features that contain unescaped dot #2635
- lint: add ERROR for incomplete registry control set regex #2643
- binja: update unit test core version #2670
### capa Explorer Web

View File

@@ -70,4 +70,4 @@ def test_standalone_binja_backend():
@pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed")
def test_binja_version():
version = binaryninja.core_version_info()
assert version.major == 4 and version.minor == 2
assert version.major == 5 and version.minor == 0