mirror of
https://github.com/mandiant/capa.git
synced 2025-12-27 21:23:12 -08:00
48 lines
1.6 KiB
Markdown
48 lines
1.6 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
<!--
|
|
# Is your bug report related to capa rules (for example a false positive)?
|
|
We use submodules to separate code, rules and test data. If your issue is related to capa rules, please report it at https://github.com/mandiant/capa-rules/issues.
|
|
|
|
# Have you checked that your issue isn't already filed?
|
|
Please search if there is a similar issue at https://github.com/mandiant/capa/issues. If there is already a similar issue, please add more details there instead of opening a new one.
|
|
|
|
# Have you read capa's Code of Conduct?
|
|
By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/mandiant/capa/blob/master/.github/CODE_OF_CONDUCT.md
|
|
|
|
# Have you read capa's CONTRIBUTING guide?
|
|
It contains helpful information about how to contribute to capa. Check https://github.com/mandiant/capa/blob/master/.github/CONTRIBUTING.md#reporting-bugs
|
|
-->
|
|
|
|
### Description
|
|
|
|
<!-- Description of the issue -->
|
|
|
|
### Steps to Reproduce
|
|
|
|
<!-- 1. First Step -->
|
|
<!-- 2. Second Step -->
|
|
<!-- 3. and so on… -->
|
|
|
|
**Expected behavior:**
|
|
|
|
<!-- What you expect to happen -->
|
|
|
|
**Actual behavior:**
|
|
|
|
<!-- What actually happens -->
|
|
|
|
### Versions
|
|
|
|
<!-- You can get this information from copy and pasting the output of `capa --version` from the command line.
|
|
Please specify the component you're using (e.g. standalone tool or IDA Pro integration) and your Python version.
|
|
Also, please include the OS and what version of the OS you're running. -->
|
|
|
|
### Additional Information
|
|
|
|
<!-- Any additional information, configuration or data that might be necessary to reproduce the issue. -->
|
|
|