-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into vmray_extractor
- Loading branch information
Showing
10 changed files
with
534 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,12 @@ | |
|
||
- add function in capa/helpers to load plain and compressed JSON reports #1883 @Rohit1123 | ||
- document Antivirus warnings and VirusTotal false positive detections #2028 @RionEV @mr-tz | ||
- Add json to sarif conversion script @reversingwithme | ||
- render maec/* fields #843 @s-ff | ||
- replace Halo spinner with Rich #2086 @s-ff | ||
- optimize rule matching #2080 @williballenthin | ||
- add aarch64 as a valid architecture #2144 [email protected] @williballenthin | ||
- relax dependency version requirements for the capa library #2053 @williballenthin | ||
|
||
### Breaking Changes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Dependencies with specific version constraints | ||
# used during development and building the standalone executables. | ||
# For these environments, use `pip install -r requirements.txt` | ||
# before installing capa from source/pypi. This will ensure | ||
# the following specific versions are used. | ||
# | ||
# Initially generated via: pip freeze | grep -v -- "-e" | ||
# Kept up to date by dependabot. | ||
annotated-types==0.7.0 | ||
colorama==0.4.6 | ||
cxxfilt==0.2.2 | ||
dncil==1.0.2 | ||
dnfile==0.15.0 | ||
funcy==2.0 | ||
humanize==4.9.0 | ||
ida-netnode==3.0 | ||
ida-settings==2.1.0 | ||
intervaltree==3.1.0 | ||
markdown-it-py==3.0.0 | ||
mdurl==0.1.2 | ||
msgpack==1.0.8 | ||
networkx==3.1 | ||
pefile==2023.2.7 | ||
pip==24.0 | ||
protobuf==5.27.1 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pycparser==2.22 | ||
pydantic==2.7.3 | ||
pydantic-core==2.18.4 | ||
pyelftools==0.31 | ||
pygments==2.18.0 | ||
python-flirt==0.8.6 | ||
pyyaml==6.0.1 | ||
rich==13.7.1 | ||
ruamel-yaml==0.18.6 | ||
ruamel-yaml-clib==0.2.8 | ||
setuptools==70.0.0 | ||
six==1.16.0 | ||
sortedcontainers==2.4.0 | ||
tabulate==0.9.0 | ||
termcolor==2.4.0 | ||
tqdm==4.66.4 | ||
viv-utils==0.7.9 | ||
vivisect==1.1.1 | ||
wcwidth==0.2.13 |
Oops, something went wrong.