Aayush Goel
0afc16fd02
Update test rules to test script
2023-05-17 23:31:37 +05:30
Aayush Goel
6cafe14060
Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#1451
2023-05-17 12:09:26 +05:30
Willi Ballenthin
ad611c2058
Merge pull request #1480 from Aayush-Goel-04/Aayush-Goel-04/Issue#1446
...
Create test binja backend when invoking standalone capa.exe
2023-05-16 22:10:10 +02:00
Aayush Goel
b876adbc27
Update CHANGELOG.md
2023-05-16 20:22:54 +05:30
Aayush Goel
e428b74657
run test on PMA 01-01.exe_
2023-05-16 12:23:00 +05:30
Willi Ballenthin
7ab083f19a
Merge pull request #1482 from mandiant/dependabot/pip/mypy-1.3.0
...
build(deps-dev): bump mypy from 1.2.0 to 1.3.0
2023-05-15 20:54:08 +02:00
Aayush Goel
931dcb1dc5
Update test_scripts.py
2023-05-15 23:35:11 +05:30
Aayush Goel
12c191582f
Update tests/test_scripts.py
...
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2023-05-15 22:58:19 +05:30
dependabot[bot]
b6e85b878e
build(deps-dev): bump mypy from 1.2.0 to 1.3.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.2.0 to 1.3.0.
- [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-15 14:58:04 +00:00
Aayush Goel
807efec40f
Create RuleSet to test overlap script
2023-05-12 22:44:26 +05:30
Aayush Goel
41ff457d65
Update tests/test_scripts.py
...
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2023-05-12 16:53:44 +05:30
Capa Bot
e605dfb483
Sync capa-testfiles submodule
2023-05-12 08:49:03 +00:00
Aayush Goel
2511f40ab8
Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#1451
2023-05-12 02:37:15 +05:30
Aayush Goel
61554dbaf0
Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#1446
2023-05-12 02:36:56 +05:30
Aayush Goel
ce56ab71d4
Update test_binja_features.py
...
Not sure which file to use to test capa.main
2023-05-12 02:17:09 +05:30
Willi Ballenthin
21c2705827
Merge pull request #1479 from Aayush-Goel-04/Aayush-Goel-04/Issue#1341
...
Improved layout to exclude functions with no basic block.
2023-05-11 21:40:56 +02:00
Aayush Goel
916db6c197
Update main.py
2023-05-11 19:40:52 +05:30
Aayush Goel
562e03d2d2
Update CHANGELOG.md
...
Update CHANGELOG.md
Update main.py
2023-05-11 18:59:29 +05:30
Aayush Goel
eca86470c6
Update test_scripts.py
...
RULE_CONTENT can be modified as required
2023-05-11 14:12:52 +05:30
Capa Bot
a90eda50a7
Sync capa rules submodule
2023-05-11 08:06:38 +00:00
Aayush Goel
187a4712cb
Update test_scripts.py
...
Here new_rule_path and expected_overlaps will be changed based on the new test rule designed.
Adding tests to check if the code works fine
2023-05-10 20:55:22 +05:30
Capa Bot
58bbb8e3a4
Sync capa-testfiles submodule
2023-05-10 14:10:33 +00:00
Willi Ballenthin
d57ed97f9d
Merge pull request #1477 from mandiant/dependabot/pip/ruff-0.0.265
...
build(deps-dev): bump ruff from 0.0.262 to 0.0.265
2023-05-10 13:45:33 +02:00
dependabot[bot]
b7b451dace
build(deps-dev): bump ruff from 0.0.262 to 0.0.265
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.262 to 0.0.265.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.265 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-08 14:58:18 +00:00
Aayush Goel
d91070c116
Update detect_duplicate_features.py
2023-05-08 20:17:29 +05:30
Aayush Goel
39d2a70679
Update detect_duplicate_features.py
...
Using get_rules menthod to get set of all existing rules.
2023-05-08 17:29:01 +05:30
Aayush Goel
ec6b6a2266
Update detect_duplicate_features.py
2023-05-08 14:58:30 +05:30
Aayush Goel
9eacf72366
Update detect_duplicate_features.py
...
loading yaml file using capa.rule.Rule.from_yaml.
Returning any exception/errors occuring while checking the files.
2023-05-06 17:36:13 +05:30
Aayush Goel
30516c33b7
Update detect_duplicate_features.py
...
Improved parse routine based on suggestions.
Co-Authored-By: Moritz <mr-tz@users.noreply.github.com >
2023-05-05 15:17:43 +05:30
Aayush Goel
615628805c
Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#1451
2023-05-04 20:04:28 +05:30
Moritz
8bac455bc9
Merge pull request #1472 from Aayush-Goel-04/Aayush-Goel-04/update_CHANGELOG.md
...
Update CHANGELOG.md
2023-05-04 16:26:55 +02:00
Aayush Goel
0945d9aea2
Update CHANGELOG.md
2023-05-04 19:55:17 +05:30
Aayush Goel
45c6e74945
Update CHANGELOG.md
2023-05-04 19:32:20 +05:30
Aayush Goel
b32ab87bb7
Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#1451
2023-05-04 19:20:13 +05:30
Willi Ballenthin
8d2a186b1a
Merge pull request #1471 from Aayush-Goel-04/Aayush-Goel-04/Issue#1458
...
Added try/except blocks to detect_elf_os in elf.py for improved ELF parsing and OS detection
2023-05-04 15:19:06 +02:00
Aayush Goel
a62996420f
Update elf.py
...
corrected pre-formatted strings
2023-05-04 18:29:15 +05:30
Aayush Goel
7dc4c44393
Update elf.py
...
Added more try/excepts around the parsing code in detect_elf_os
2023-05-04 17:13:07 +05:30
Moritz
6ffcbfef3d
Merge pull request #1469 from mr-tz/mr-tz-patch-1
...
Don't test BN - attempt 3
2023-05-04 13:33:36 +02:00
Aayush Goel
1c558a203d
Update detect_duplicate_features.py
...
Added a main routine and using argparse to retrieve these from the command line
2023-05-03 22:32:22 +05:30
Moritz
ed5dabe432
Update tests.yml
2023-05-03 18:16:23 +02:00
Capa Bot
ce28d60edf
Sync capa rules submodule
2023-05-02 10:28:10 +00:00
Capa Bot
afa9410209
Sync capa rules submodule
2023-05-02 09:43:49 +00:00
Aayush Goel
09865ccd9b
Fixes Linting Issues
...
Update detect_duplicate_features.py
2023-04-27 06:46:02 +05:30
Aayush Goel
256611bef5
Create detect_duplicate_features.py
...
Fixes #1451
Python script to detect feature overlap between new and existing CAPA rules. Checks if the a feature in new rules exists in an existing rule
2023-04-27 06:00:38 +05:30
Capa Bot
7b0fac27dc
Sync capa rules submodule
2023-04-25 19:19:19 +00:00
Moritz
f811b6b803
Merge pull request #1449 from mandiant/dependabot/pip/pyinstaller-5.10.1
...
build(deps-dev): bump pyinstaller from 5.9.0 to 5.10.1
2023-04-25 14:08:07 +02:00
Moritz
ba43513172
Merge pull request #1435 from Vector35/fix_bn_path_detection
...
Fix BN installation path detection does not work with Python 3.11
2023-04-25 11:37:34 +02:00
dependabot[bot]
f3bb2169c0
build(deps-dev): bump pyinstaller from 5.9.0 to 5.10.1
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 5.9.0 to 5.10.1.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases )
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst )
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.9.0...v5.10.1 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-25 09:36:26 +00:00
dependabot[bot]
68b58f979b
build(deps): bump termcolor from 2.2.0 to 2.3.0 ( #1459 )
...
* build(deps): bump termcolor from 2.2.0 to 2.3.0
Bumps [termcolor](https://github.com/termcolor/termcolor ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/termcolor/termcolor/releases )
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md )
- [Commits](https://github.com/termcolor/termcolor/compare/2.2.0...2.3.0 )
---
updated-dependencies:
- dependency-name: termcolor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 11:35:34 +02:00
Moritz
8e80bc844d
Test BN 2 ( #1462 )
...
* Update .github/workflows/tests.yml
2023-04-25 11:35:07 +02:00