mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
committed by
Willi Ballenthin
parent
712e35c6f7
commit
618a5fa2e5
@@ -21,12 +21,13 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- vmray: load more analysis archives @mr-tz
|
|
||||||
- dynamic: only check file limitations for static file formats @mr-tz
|
- dynamic: only check file limitations for static file formats @mr-tz
|
||||||
|
- vmray: load more analysis archives @mr-tz
|
||||||
- vmray: skip non-printable strings @mike-hunhoff
|
- vmray: skip non-printable strings @mike-hunhoff
|
||||||
|
- vmray: loosen file checks to enable processing more file types @mike-hunhoff #2571
|
||||||
- strings: add type hints and fix uncovered bugs @williballenthin #2555
|
- strings: add type hints and fix uncovered bugs @williballenthin #2555
|
||||||
- elffile: handle symbols without a name @williballenthin #2553
|
- elffile: handle symbols without a name @williballenthin #2553
|
||||||
- vmray: loosen file checks to enable processing more file types @mike-hunhoff #2571
|
- project: remove pytest-cov that wasn't used @williballenthin @2491
|
||||||
|
|
||||||
### capa Explorer Web
|
### capa Explorer Web
|
||||||
|
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ dev = [
|
|||||||
"pytest==8.0.0",
|
"pytest==8.0.0",
|
||||||
"pytest-sugar==1.0.0",
|
"pytest-sugar==1.0.0",
|
||||||
"pytest-instafail==0.5.0",
|
"pytest-instafail==0.5.0",
|
||||||
"pytest-cov==6.0.0",
|
|
||||||
"flake8==7.1.1",
|
"flake8==7.1.1",
|
||||||
"flake8-bugbear==24.12.12",
|
"flake8-bugbear==24.12.12",
|
||||||
"flake8-encodings==0.5.1",
|
"flake8-encodings==0.5.1",
|
||||||
@@ -225,7 +224,6 @@ DEP002 = [
|
|||||||
"PyGithub",
|
"PyGithub",
|
||||||
"pyinstaller",
|
"pyinstaller",
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-cov",
|
|
||||||
"pytest-instafail",
|
"pytest-instafail",
|
||||||
"pytest-sugar",
|
"pytest-sugar",
|
||||||
"ruff",
|
"ruff",
|
||||||
|
|||||||
Reference in New Issue
Block a user