mirror of
https://github.com/mandiant/capa.git
synced 2026-04-28 11:53:20 -07:00
Merge branch 'master' into dependabot/pip/pydantic-2.13.0
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
### capa Explorer IDA Pro plugin
|
||||
|
||||
### Development
|
||||
- tests: update binja version to 5.3 @mr-tz #3011
|
||||
- ci: use explicit and per job permissions @mike-hunhoff #3002
|
||||
- replace black/isort/flake8 with ruff @mike-hunhoff #2992
|
||||
|
||||
|
||||
@@ -45,5 +45,5 @@ six==1.17.0
|
||||
sortedcontainers==2.4.0
|
||||
viv-utils==0.8.0
|
||||
vivisect==1.3.2
|
||||
msgspec==0.20.0
|
||||
msgspec==0.21.1
|
||||
bump-my-version==1.3.0
|
||||
|
||||
@@ -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 == 5 and version.minor == 2
|
||||
assert (version.major, version.minor) >= (5, 3)
|
||||
|
||||
Reference in New Issue
Block a user