diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fccceb..5bff06ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ - legacy term `arch` (i.e., "x32") is now called `bitness` @williballenthin -### New Rules (20) +### New Rules (21) + - collection/webcam/capture-webcam-image johnk3r - nursery/list-drag-and-drop-files michael.hunhoff@fireeye.com @@ -38,6 +39,7 @@ - nursery/list-user-accounts michael.hunhoff@fireeye.com - nursery/parse-url michael.hunhoff@fireeye.com - nursery/register-raw-input-devices michael.hunhoff@fireeye.com +- anti-analysis/packer/gopacker/packed-with-gopacker jared.wilson@fireeye.com - ### Bug Fixes diff --git a/README.md b/README.md index 57b708c4..055c08d9 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/fireeye/capa)](https://github.com/fireeye/capa/releases) -[![Number of rules](https://img.shields.io/badge/rules-599-blue.svg)](https://github.com/fireeye/capa-rules) +[![Number of rules](https://img.shields.io/badge/rules-600-blue.svg)](https://github.com/fireeye/capa-rules) [![CI status](https://github.com/fireeye/capa/workflows/CI/badge.svg)](https://github.com/fireeye/capa/actions?query=workflow%3ACI+event%3Apush+branch%3Amaster) [![Downloads](https://img.shields.io/github/downloads/fireeye/capa/total)](https://github.com/fireeye/capa/releases) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.txt) diff --git a/rules b/rules index 77d77601..5667138d 160000 --- a/rules +++ b/rules @@ -1 +1 @@ -Subproject commit 77d77601b11846d1fd545bbd8f5aa064ff36a4d1 +Subproject commit 5667138d7fd327e4acab8fe6ecd7ffa260fce1ea diff --git a/setup.py b/setup.py index 248ec15d..9c8829d7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import os import setuptools requirements = [ - "tqdm==4.62.0", + "tqdm==4.62.1", "pyyaml==5.4.1", "tabulate==0.8.9", "colorama==0.4.4",