dependabot[bot]
24c3edc7ec
build(deps-dev): bump types-psutil from 5.8.17 to 5.8.19
...
Bumps [types-psutil](https://github.com/python/typeshed ) from 5.8.17 to 5.8.19.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-psutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-10 14:18:21 +00:00
Willi Ballenthin
01b694b6ab
Merge pull request #851 from kn0wl3dge/fix/430
...
smda: fix negative number extraction
2022-01-03 12:08:41 -07:00
Moritz
3598f83091
Merge pull request #856 from mandiant/dependabot/pip/psutil-5.9.0
...
build(deps-dev): bump psutil from 5.8.0 to 5.9.0
2022-01-03 17:33:56 +01:00
Moritz
2085dd7b02
Merge pull request #853 from mandiant/dependabot/pip/ruamel-yaml-0.17.20
...
build(deps): bump ruamel-yaml from 0.17.19 to 0.17.20
2022-01-03 17:33:40 +01:00
Moritz
65d916332d
Merge pull request #855 from mandiant/dependabot/pip/types-psutil-5.8.17
...
build(deps-dev): bump types-psutil from 5.8.16 to 5.8.17
2022-01-03 17:33:26 +01:00
Moritz
1937efce88
Merge pull request #852 from mandiant/dependabot/pip/types-tabulate-0.8.4
...
build(deps-dev): bump types-tabulate from 0.8.3 to 0.8.4
2022-01-03 17:33:19 +01:00
Moritz
501d607b3a
Merge pull request #854 from mandiant/dependabot/pip/types-colorama-0.4.5
...
build(deps-dev): bump types-colorama from 0.4.4 to 0.4.5
2022-01-03 17:33:07 +01:00
dependabot[bot]
7d6670c59e
build(deps-dev): bump psutil from 5.8.0 to 5.9.0
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.8.0...release-5.9.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-03 14:11:03 +00:00
dependabot[bot]
fe608db16a
build(deps-dev): bump types-psutil from 5.8.16 to 5.8.17
...
Bumps [types-psutil](https://github.com/python/typeshed ) from 5.8.16 to 5.8.17.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-psutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-03 14:10:58 +00:00
dependabot[bot]
be1f313d57
build(deps-dev): bump types-colorama from 0.4.4 to 0.4.5
...
Bumps [types-colorama](https://github.com/python/typeshed ) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-colorama
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-03 14:10:55 +00:00
dependabot[bot]
cb77c55d2c
build(deps): bump ruamel-yaml from 0.17.19 to 0.17.20
...
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree ) from 0.17.19 to 0.17.20.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-03 14:10:53 +00:00
dependabot[bot]
417aa35c60
build(deps-dev): bump types-tabulate from 0.8.3 to 0.8.4
...
Bumps [types-tabulate](https://github.com/python/typeshed ) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-tabulate
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-03 14:10:46 +00:00
Baptistin Boilot
18877eb676
changelog: add fixed issue
2021-12-31 21:14:56 +01:00
Baptistin Boilot
a9670c9510
smda: fix number extractor to return only unsigned values
...
SmdaInstruction operands are python `str` objects. SMDA number operands are signed integers.
This commit adds a converter to the SMDA number extractor.
The goal is to convert any signed number to the two’s complement representation with the correct bitness.
2021-12-31 20:10:36 +01:00
Baptistin Boilot
8474369575
tests: add fixtures for two's complement numbers
...
Add fixtures to validate the following number features:
- number(0x0): to check feature extraction for null number
- number(0xFFFFFFFF): to check feature extraction for -1 number
- number(0xFFFFFFF0): to check feature extraction for negative number (-0x10 in this case)
2021-12-31 20:08:56 +01:00
Baptistin Boilot
4739d121a2
scripts: add backend parameter (-b) to show-features.py
2021-12-31 20:07:34 +01:00
Mike Hunhoff
e47f5a2548
Merge pull request #849 from mandiant/fix/845
...
capa explorer: updating supported IDA versions
2021-12-31 10:48:53 -07:00
Willi Ballenthin
51f5628383
Merge pull request #847 from mandiant/dependabot/pip/ruamel-yaml-0.17.19
...
build(deps): bump ruamel-yaml from 0.17.17 to 0.17.19
2021-12-29 09:44:24 -07:00
Willi Ballenthin
aa67a1b285
Merge pull request #846 from mandiant/dependabot/pip/types-psutil-5.8.16
...
build(deps-dev): bump types-psutil from 5.8.15 to 5.8.16
2021-12-29 09:44:15 -07:00
Willi Ballenthin
d22e51fd84
Merge pull request #848 from mandiant/dependabot/pip/mypy-0.930
...
build(deps-dev): bump mypy from 0.920 to 0.930
2021-12-29 09:42:21 -07:00
Michael Hunhoff
cde4af40fe
capa explorer: updating supported IDA versions
2021-12-28 10:51:53 -07:00
dependabot[bot]
a147755d13
build(deps-dev): bump mypy from 0.920 to 0.930
...
Bumps [mypy](https://github.com/python/mypy ) from 0.920 to 0.930.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.920...v0.930 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-27 14:12:16 +00:00
dependabot[bot]
7b6c293069
build(deps): bump ruamel-yaml from 0.17.17 to 0.17.19
...
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree ) from 0.17.17 to 0.17.19.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-27 14:12:12 +00:00
dependabot[bot]
b3f1244641
build(deps-dev): bump types-psutil from 5.8.15 to 5.8.16
...
Bumps [types-psutil](https://github.com/python/typeshed ) from 5.8.15 to 5.8.16.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-psutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-27 14:12:06 +00:00
Capa Bot
e6423700b9
Sync capa rules submodule
2021-12-23 16:34:46 +00:00
Moritz
9462a26a05
Merge pull request #844 from mandiant/dependabot/pip/mypy-0.920
...
build(deps-dev): bump mypy from 0.910 to 0.920
2021-12-20 16:31:41 +01:00
dependabot[bot]
c059a52d0e
build(deps-dev): bump mypy from 0.910 to 0.920
...
Bumps [mypy](https://github.com/python/mypy ) from 0.910 to 0.920.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.910...v0.920 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-20 14:09:06 +00:00
Capa Bot
a221db8a59
Sync capa rules submodule
2021-12-20 12:48:22 +00:00
Moritz
df43ed0219
Merge pull request #842 from mandiant/fix/maec-mal-fam
...
support maec/malware-family meta
2021-12-20 13:15:50 +01:00
Capa Bot
90430f52c6
Sync capa-testfiles submodule
2021-12-15 15:33:39 +00:00
Moritz Raabe
4e7f0b4591
support maec/malware-family meta
2021-12-15 10:40:34 +01:00
Capa Bot
bda76c22ec
Sync capa rules submodule
2021-12-14 21:52:49 +00:00
Capa Bot
d67223c321
Sync capa rules submodule
2021-12-14 21:46:38 +00:00
Capa Bot
21278ff595
Sync capa rules submodule
2021-12-14 21:45:58 +00:00
Capa Bot
21fd6b27e2
Sync capa rules submodule
2021-12-13 18:48:16 +00:00
Capa Bot
cc8d57b242
Sync capa-testfiles submodule
2021-12-13 17:24:52 +00:00
Capa Bot
6081f4573c
Sync capa-testfiles submodule
2021-12-13 17:24:32 +00:00
Capa Bot
ea2cafa715
Sync capa-testfiles submodule
2021-12-13 17:24:02 +00:00
Capa Bot
a34c993e31
Sync capa rules submodule
2021-12-07 04:32:49 +00:00
Willi Ballenthin
1a5fc3a21a
Merge pull request #839 from cl3o/master
...
types: Add assert_never for exhaustivenes checking with mypy
2021-12-06 13:55:41 -07:00
cl3o
c15a9a72f5
Add local variable for easy_rules_by_feature at the beginning of match
2021-12-06 20:55:15 +01:00
cl3o
5b35058338
Forgot to add the second fix to the first commit.
2021-12-06 20:32:44 +01:00
cl3o
a0ca6e18c8
Made proposed changes to fix mypy errors
2021-12-06 20:30:07 +01:00
Capa Bot
1917004292
Sync capa rules submodule
2021-12-06 19:22:59 +00:00
Capa Bot
8ee3bb08bc
Sync capa rules submodule
2021-12-06 18:24:54 +00:00
Capa Bot
7e96059fb5
Sync capa rules submodule
2021-12-06 17:58:59 +00:00
Capa Bot
4f7f06d316
Sync capa rules submodule
2021-12-06 17:57:11 +00:00
Capa Bot
448b5392be
Sync capa rules submodule
2021-12-06 17:56:26 +00:00
Willi Ballenthin
6f5f3e091a
Merge pull request #840 from mandiant/dependabot/pip/black-21.12b0
...
build(deps-dev): bump black from 21.11b1 to 21.12b0
2021-12-06 10:45:51 -07:00
dependabot[bot]
fa6a2069ce
build(deps-dev): bump black from 21.11b1 to 21.12b0
...
Bumps [black](https://github.com/psf/black ) from 21.11b1 to 21.12b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-06 14:12:23 +00:00