mirror of
https://github.com/mandiant/capa.git
synced 2026-01-21 00:43:20 -08:00
Compare commits
11 Commits
ida-domain
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90423e27a8 | ||
|
|
2a44482076 | ||
|
|
a359745765 | ||
|
|
203cc0aa0c | ||
|
|
3642ca94a6 | ||
|
|
8e233ca69d | ||
|
|
d5c23486e3 | ||
|
|
7600dd077b | ||
|
|
3de84eff1b | ||
|
|
7e16ed741c | ||
|
|
5a5545aa14 |
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -4,6 +4,12 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
pyasn1-updates:
|
||||
patterns:
|
||||
- "pyasn1"
|
||||
- "pyasn1-modules"
|
||||
- "vivisect"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-patch"]
|
||||
|
||||
@@ -35,7 +35,7 @@ from capa.features.extractors.base_extractor import (
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
TESTED_VERSIONS = {"2.2-CAPE", "2.4-CAPE"}
|
||||
TESTED_VERSIONS = {"2.2-CAPE", "2.4-CAPE", "2.5-CAPE"}
|
||||
|
||||
|
||||
class CapeExtractor(DynamicFeatureExtractor):
|
||||
|
||||
@@ -148,7 +148,7 @@ dev = [
|
||||
"black==25.12.0",
|
||||
"isort==7.0.0",
|
||||
"mypy==1.19.1",
|
||||
"mypy-protobuf==4.0.0",
|
||||
"mypy-protobuf==5.0.0",
|
||||
"PyGithub==2.8.1",
|
||||
"bump-my-version==1.2.4",
|
||||
# type stubs for mypy
|
||||
@@ -165,7 +165,7 @@ build = [
|
||||
# we want all developer environments to be consistent.
|
||||
# These dependencies are not used in production environments
|
||||
# and should not conflict with other libraries/tooling.
|
||||
"pyinstaller==6.17.0",
|
||||
"pyinstaller==6.18.0",
|
||||
"setuptools==80.9.0",
|
||||
"build==1.4.0"
|
||||
]
|
||||
|
||||
@@ -18,7 +18,7 @@ ida-settings==3.2.2
|
||||
intervaltree==3.2.1
|
||||
markdown-it-py==4.0.0
|
||||
mdurl==0.1.2
|
||||
msgpack==1.0.8
|
||||
msgpack==1.1.2
|
||||
networkx==3.4.2
|
||||
pefile==2024.8.26
|
||||
pip==25.3
|
||||
@@ -44,6 +44,6 @@ setuptools==80.9.0
|
||||
six==1.17.0
|
||||
sortedcontainers==2.4.0
|
||||
viv-utils==0.8.0
|
||||
vivisect==1.2.1
|
||||
vivisect==1.3.0
|
||||
msgspec==0.20.0
|
||||
bump-my-version==1.2.4
|
||||
|
||||
@@ -20,6 +20,7 @@ from functools import lru_cache
|
||||
|
||||
import pytest
|
||||
|
||||
import capa.loader
|
||||
import capa.features.file
|
||||
import capa.features.insn
|
||||
import capa.features.common
|
||||
|
||||
Reference in New Issue
Block a user