From 6451fa433bcff6532303334215ec81d9a07eb12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:38:01 +0200 Subject: [PATCH 1/6] build(deps): bump protobuf from 5.27.1 to 5.27.3 (#2255) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.1 to 5.27.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.27.1...v5.27.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46fe81b7..528ee90f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ msgpack==1.0.8 networkx==3.1 pefile==2023.2.7 pip==24.1.2 -protobuf==5.27.1 +protobuf==5.27.3 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.22 From c2376eaf7be88344e005b7c11301a7ad7a7b5820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:38:10 +0200 Subject: [PATCH 2/6] build(deps): bump tqdm from 4.66.4 to 4.66.5 (#2252) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 528ee90f..67a6b2ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ six==1.16.0 sortedcontainers==2.4.0 tabulate==0.9.0 termcolor==2.4.0 -tqdm==4.66.4 +tqdm==4.66.5 viv-utils==0.7.11 vivisect==1.1.1 wcwidth==0.2.13 From aa225dac5c8d3690bba3334474511c60be5cae12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:38:31 +0200 Subject: [PATCH 3/6] build(deps): bump mypy from 1.10.0 to 1.11.1 (#2254) Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87411b61..cb1b7d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ dev = [ "ruff==0.5.2", "black==24.4.2", "isort==5.13.2", - "mypy==1.10.0", + "mypy==1.11.1", "mypy-protobuf==3.6.0", "PyGithub==2.3.0", # type stubs for mypy From 46c464282e37242772b6cac2fc39e1f648833430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:38:52 +0200 Subject: [PATCH 4/6] build(deps): bump ruff from 0.5.2 to 0.5.6 (#2253) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.5.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.2...0.5.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb1b7d6b..9f0342b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ dev = [ "flake8-simplify==0.21.0", "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4", - "ruff==0.5.2", + "ruff==0.5.6", "black==24.4.2", "isort==5.13.2", "mypy==1.11.1", From 0d87bb05047027e71384e80ff4b94864d0178e95 Mon Sep 17 00:00:00 2001 From: Capa Bot Date: Wed, 7 Aug 2024 08:51:38 +0000 Subject: [PATCH 5/6] Sync capa-testfiles submodule --- tests/data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data b/tests/data index 645d50d7..245d1dbf 160000 --- a/tests/data +++ b/tests/data @@ -1 +1 @@ -Subproject commit 645d50d76f03fc02b24044c84b6ceb21b3548cac +Subproject commit 245d1dbfed3b15203a77ae9271f284f50d7effa2 From 1564f2433048e21ab1379c46cac1da56501f2429 Mon Sep 17 00:00:00 2001 From: Capa Bot Date: Wed, 7 Aug 2024 09:31:59 +0000 Subject: [PATCH 6/6] Sync capa rules submodule --- CHANGELOG.md | 3 ++- rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fec8d2..57d72001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ ### Breaking Changes -### New Rules (1) +### New Rules (2) - nursery/upload-file-to-onedrive jaredswilson@google.com ervinocampo@google.com +- data-manipulation/encoding/base64/decode-data-using-base64-via-vbmi-lookup-table still@teamt5.org - ### Bug Fixes diff --git a/rules b/rules index 936d5b24..0e2500fa 160000 --- a/rules +++ b/rules @@ -1 +1 @@ -Subproject commit 936d5b24f468bd1e699a2050b467e41eed9c1be4 +Subproject commit 0e2500fa8afac0957a616b7b14c7d38ee1beb588