Ana María Martínez Gómez and GitHub
c547519ee4
Merge pull request #537 from Ana06/master-py2-1_6_3
v1.6.3
2021-04-29 14:13:20 +02:00
Ana Maria Martinez Gomez
b65286a435
changelog: v1.6.3
...
- Add v1.6.3 to changelog
- Remove capa rules from v1.6.2 (there were no changes). I'll remove the
tag in capa-rules once this is merged.
- Remove master (unreleased) section. This only makes sense in master
and we are only using this branch for backporting bug fixes.
2021-04-29 11:56:50 +02:00
Ana Maria Martinez Gomez
3eef5c8773
version: bump to v1.6.3
2021-04-29 11:56:50 +02:00
Ana Maria Martinez Gomez
f70b046ed4
ci: update isort
...
Before removing Py2 we were already using isort 3.8.0 in the tests, as
we were requiring isort 5 explicitly:
```
pip install 'isort==5.*' black
```
ce8370931e starts using the setup.py
version, which makes the tests fail.
Note this was not a problem because we were using Py3 for the code
linters.
2021-04-29 11:56:50 +02:00
William Ballenthin and Ana Maria Martinez Gomez
ce8370931e
ci: use black/isort dep from setup.py
...
closes #535
2021-04-29 11:38:14 +02:00
Ana Maria Martinez Gomez
8f58ccc8ae
doc: document support IDA versions
...
Text taken from master (except the Python version).
2021-04-29 11:18:51 +02:00
Willi Ballenthin and Ana Maria Martinez Gomez
92cd6c6726
ida: support 7.6
...
closes #496
2021-04-29 11:12:36 +02:00
Ana María Martínez Gómez and GitHub
eea0e1e738
Merge pull request #527 from Ana06/v1-6-2
v1.6.2
2021-04-13 17:21:31 +02:00
Ana Maria Martinez Gomez
60834e3ecd
changelog: v1.6.2
...
This release backports a fix to capa 1.6: The Windows binary was built
with Python 3.9 which doesn't support Windows 7.
2021-04-13 12:18:50 +02:00
Ana Maria Martinez Gomez
54f8f6d162
version: bump to v1.6.2
2021-04-13 12:16:19 +02:00
Ana Maria Martinez Gomez
62743e1363
ci: Enable tests for master-py2 branch
...
Use the master-py branch to backport fixes to capa 1.6 (Python 2
support).
2021-04-13 12:08:30 +02:00
Ana Maria Martinez Gomez
b34d791d05
build: Fix binary for Windows 7
...
Python 3.9 doesn't support Windows 7. Build with Python 3.8 instead.
2021-04-13 12:06:05 +02:00
Ana María Martínez Gómez and GitHub
407ecab162
Merge pull request #515 from Ana06/v1-6-1
v1.6.1
2021-04-07 18:03:56 +02:00
Ana Maria Martinez Gomez
cbc1f57b21
changelog: add master (unreleased) to CHANGELOG
...
Add placeholder for master (unreleased changes) in CHANGELOG. Document
this in the release checklist.
2021-04-07 17:50:19 +02:00
Ana Maria Martinez Gomez
374a9e4337
changelog: v1.6.1
...
This release includes several bug fixes, such as a vivisect fix for a bug, which caused that capa didn't work on Windows with Python 3. It also adds 17 new rules and a bunch of improvements in the rules and IDA rule generator. We appreciate everyone who opened issues, provided feedback, and contributed code and rules.
This is the very last capa release that supports Python 2.
2021-04-07 17:50:16 +02:00
Capa Bot
83e2f80d10
Sync capa-testfiles submodule
2021-04-07 13:53:32 +00:00
Ana Maria Martinez Gomez
576211c4ef
version: bump to v1.6.1
2021-04-07 11:11:43 +02:00
Ana María Martínez Gómez and GitHub
31fc5a31d6
Merge pull request #513 from Ana06/ping-dependencies
...
setup: pin dependencies
2021-04-07 10:19:04 +02:00
Ana Maria Martinez Gomez
eb08943d4f
setup: pin dependencies
...
Pin all dependencies in setup to the currently used version to avoid
that a new release breaks capa without being noticed.
Closes https://github.com/fireeye/capa/issues/498
2021-04-07 09:40:13 +02:00
Ana María Martínez Gómez and GitHub
c36ed71353
Merge pull request #470 from fireeye/ci/test-windows
2021-04-07 09:38:34 +02:00
Ana Maria Martinez Gomez
fa52dbcf84
ci: skip smda tests in win32
...
Due to a bug, two `test_smda_features` tests are failing:
https://github.com/danielplohmann/smda/issues/20
Disable them until the bug is fixed.
2021-04-06 21:53:22 +02:00
Ana Maria Martinez Gomez
d412e66cea
ci: do not test Python 2.7 with Windows
...
The Python 2.7 tests fail in Windows with vivisect because the Windows
filesystem encoding is not UTF-8. This shouldn't be a problem when using
capa as the given filename most likely uses the same encoding, but we
force UTF-8 in our tests. As we are planing to remove Python 2 support
is not wortwhile to invest time in making this test working. Instead,
test Python 2.7 only in Ubuntu.
2021-04-06 21:39:01 +02:00
Moritz Raabe and Ana Maria Martinez Gomez
efe50d3313
ci: test on Windows and macOS
...
Run the tests on Windows and macOS to avoid failures OS related.
closes #460
2021-04-06 21:38:07 +02:00
Ana María Martínez Gómez and GitHub
1062ba995e
doc: add milestones link to release checklist
...
This makes it a bit easier to check if all milestoned issues/PRs are addressed, or reassign to a new milestone.
I am committing directly to master as this is a minor change which doesn't need review.
2021-04-06 10:21:43 +02:00
Ana María Martínez Gómez and GitHub
7f93bd5b59
Merge pull request #512 from fireeye/williballenthin-patch-2
...
setup: bump viv to v1.0.1
2021-04-06 10:17:44 +02:00
Willi Ballenthin and GitHub
275d170680
setup: bump viv to v1.0.1
2021-04-05 21:22:17 -06:00
Moritz and GitHub
6d7e10b804
Merge pull request #511 from fireeye/ci/fix-typos
...
fix submodule typos
2021-04-05 13:13:41 +02:00
Moritz Raabe
25944864f7
fix submodule typos
2021-04-05 12:52:08 +02:00
Capa Bot
5e84a16eba
Sync capa rules submodule
2021-04-01 16:44:59 +00:00
Capa Bot
244ec163a3
Sync capa-testfiles submodule
2021-04-01 16:44:11 +00:00
Capa Bot
dabd2174d4
Sync capa rules submodule
2021-03-29 16:25:18 +00:00
Moritz and GitHub
f8d2b41a86
Merge pull request #495 from fireeye/gh/add-pr-template
...
add PR template
2021-03-29 17:31:05 +02:00
Capa Bot
902972a1ee
Sync capa-testfiles submodule
2021-03-29 12:49:24 +00:00
Capa Bot
bddb5fbd2f
Sync capa rules submodule
2021-03-26 11:17:46 +00:00
Capa Bot
adfd769963
Sync capa-testfiles submodule
2021-03-26 11:00:35 +00:00
Capa Bot
c75e70ec74
Sync capa-testfiles submodule
2021-03-26 11:00:15 +00:00
Moritz and GitHub
6118183105
Merge pull request #504 from fireeye/mr-tz-patch-1
...
Update setup.py
2021-03-26 11:58:52 +01:00
Moritz and Moritz Raabe
da755d8411
Update setup.py
2021-03-26 11:44:04 +01:00
mike-hunhoff and GitHub
742e03d90f
Merge pull request #503 from fireeye/explorer/update-readme
...
updating capa explorer README
2021-03-25 14:51:21 -06:00
Capa Bot
744228a03e
Sync capa rules submodule
2021-03-25 20:48:41 +00:00
Michael Hunhoff
5d1c6f54cd
updating capa explorer README
2021-03-25 14:30:28 -06:00
mike-hunhoff and GitHub
0a3dd4600b
Merge pull request #468 from fireeye/features/support-string-values-special-chars
...
add support for string features with special characters e.g. '\n'
2021-03-25 12:58:00 -06:00
Michael Hunhoff
0289891d07
merging upstream
2021-03-25 12:43:59 -06:00
Michael Hunhoff
87cdf837e6
merging upstream
2021-03-25 12:42:36 -06:00
Capa Bot
ea4c7d6403
Sync capa rules submodule
2021-03-25 18:37:22 +00:00
Capa Bot
2807549564
Sync capa rules submodule
2021-03-25 07:21:21 +00:00
Capa Bot
c0fe96cec6
Sync capa-testfiles submodule
2021-03-25 07:17:41 +00:00
mike-hunhoff and GitHub
8c967ac237
Merge pull request #500 from fireeye/explorer/improve-rulegen-search
...
explorer: add checks to validate matched data when searching
2021-03-24 15:55:34 -06:00
Michael Hunhoff
c48b46e932
explorer: adding checks to validate matched data when searching
2021-03-24 15:33:20 -06:00
49d1af7798
improve unit tests for strings containing special characters
...
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2021-03-24 13:22:18 -06:00