Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
4k4xs4pH1r3 authored Oct 18, 2023
2 parents 3cd0de1 + 40d9587 commit 6c1fb3b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Breaking Changes

### New Rules (16)
### New Rules (19)

- nursery/get-ntoskrnl-base-address @mr-tz
- host-interaction/network/connectivity/set-tcp-connection-state @johnk3r
Expand All @@ -28,6 +28,9 @@
- nursery/encrypt-data-using-rc4-via-systemfunction032 [email protected]
- nursery/add-value-to-global-atom-table @mr-tz
- nursery/enumerate-processes-that-use-resource @Ana06
- host-interaction/process/inject/allocate-or-change-rwx-memory @mr-tz
- lib/allocate-or-change-rw-memory [email protected] @mr-tz
- lib/change-memory-protection @mr-tz
-

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flare-capa)](https://pypi.org/project/flare-capa)
[![Last release](https://img.shields.io/github/v/release/mandiant/capa)](https://github.com/mandiant/capa/releases)
[![Number of rules](https://img.shields.io/badge/rules-846-blue.svg)](https://github.com/mandiant/capa-rules)
[![Number of rules](https://img.shields.io/badge/rules-847-blue.svg)](https://github.com/mandiant/capa-rules)
[![CI status](https://github.com/mandiant/capa/workflows/CI/badge.svg)](https://github.com/mandiant/capa/actions?query=workflow%3ACI+event%3Apush+branch%3Amaster)
[![Downloads](https://img.shields.io/github/downloads/mandiant/capa/total)](https://github.com/mandiant/capa/releases)
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.txt)
Expand Down
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"viv-utils[flirt]==0.7.9",
"halo==0.0.31",
"networkx==3.1",
"ruamel.yaml==0.17.32",
"ruamel.yaml==0.17.35",
"vivisect==1.1.1",
"pefile==2023.2.7",
"pyelftools==0.30",
Expand All @@ -61,7 +61,7 @@ packages = ["capa"]

[project.optional-dependencies]
dev = [
"pre-commit==3.4.0",
"pre-commit==3.5.0",
"pytest==7.4.2",
"pytest-sugar==0.9.7",
"pytest-instafail==0.5.0",
Expand All @@ -74,13 +74,14 @@ dev = [
"flake8-no-implicit-concat==0.3.4",
"flake8-print==5.0.0",
"flake8-todos==0.3.0",
"flake8-simplify==0.20.0",
"flake8-simplify==0.21.0",
"flake8-use-pathlib==0.3.0",
"flake8-copyright==0.2.4",
"ruff==0.0.291",
"isort==5.12.0",
"black==23.9.1",
"mypy==1.5.1",
"isort==5.11.4",
"mypy==1.6.0",
"psutil==5.9.2",
"stix2==3.0.1",
"requests==2.31.0",
Expand All @@ -96,7 +97,7 @@ dev = [
"types-protobuf==4.24.0.1",
]
build = [
"pyinstaller==6.0.0",
"pyinstaller==6.1.0",
"setuptools==68.0.0",
"build==1.0.3"
]
Expand Down

0 comments on commit 6c1fb3b

Please sign in to comment.