Merge branch 'master' into feature-701

This commit is contained in:
Willi Ballenthin
2021-08-17 09:00:48 -06:00
committed by GitHub
4 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

2
rules

Submodule rules updated: 77d77601b1...5667138d7f

View File

@@ -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",