Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mandiant/capa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: mandiant/capa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master-py2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 29, 2021

  1. ida: support 7.6

    closes #496
    williballenthin authored and Ana06 committed Apr 29, 2021
    Copy the full SHA
    92cd6c6 View commit details
  2. doc: document support IDA versions

    Text taken from master (except the Python version).
    Ana06 committed Apr 29, 2021
    Copy the full SHA
    8f58ccc View commit details
  3. ci: use black/isort dep from setup.py

    closes #535
    williballenthin authored and Ana06 committed Apr 29, 2021
    Copy the full SHA
    ce83709 View commit details
  4. ci: update isort

    Before removing Py2 we were already using isort 3.8.0 in the tests, as
    we were requiring isort 5 explicitly:
    ```
    pip install 'isort==5.*' black
    ```
    ce83709 starts using the setup.py
    version, which makes the tests fail.
    
    Note this was not a problem because we were using Py3 for the code
    linters.
    Ana06 committed Apr 29, 2021
    Copy the full SHA
    f70b046 View commit details
  5. version: bump to v1.6.3

    Ana06 committed Apr 29, 2021
    Copy the full SHA
    3eef5c8 View commit details
  6. changelog: v1.6.3

    - Add v1.6.3 to changelog
    - Remove capa rules from v1.6.2 (there were no changes). I'll remove the
    tag in capa-rules once this is merged.
    - Remove master (unreleased) section. This only makes sense in master
    and we are only using this branch for backporting bug fixes.
    Ana06 committed Apr 29, 2021
    Copy the full SHA
    b65286a View commit details
  7. Copy the full SHA
    c547519 View commit details
Loading