diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ce392d..74623cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,15 @@ ### Breaking Changes -### New Rules (6) +### New Rules (8) - executable/pe/export/forwarded-export ronnie.salomonsen@mandiant.com - host-interaction/bootloader/get-uefi-variable jakub.jozwiak@mandiant.com - host-interaction/bootloader/set-uefi-variable jakub.jozwiak@mandiant.com - nursery/enumerate-device-drivers-on-linux @mr-tz - anti-analysis/anti-vm/vm-detection/check-for-foreground-window-switch ervin.ocampo@mandiant.com +- linking/static/sqlite3/linked-against-cppsqlite3 still@teamt5.org +- linking/static/sqlite3/linked-against-sqlite3 still@teamt5.org - ### Bug Fixes diff --git a/README.md b/README.md index 2becc8f2..9a42cdf1 100644 --- a/README.md +++ b/README.md @@ -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-829-blue.svg)](https://github.com/mandiant/capa-rules) +[![Number of rules](https://img.shields.io/badge/rules-831-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) diff --git a/pyproject.toml b/pyproject.toml index 52baa103..35b5554c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,10 +77,10 @@ dev = [ "flake8-simplify==0.20.0", "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4", - "ruff==0.0.284", + "ruff==0.0.285", "black==23.7.0", "isort==5.11.4", - "mypy==1.5.0", + "mypy==1.5.1", "psutil==5.9.2", "stix2==3.0.1", "requests==2.31.0",