Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create v7.0-beta release #1884

Closed
2 tasks done
mr-tz opened this issue Nov 29, 2023 · 5 comments
Closed
2 tasks done

Create v7.0-beta release #1884

mr-tz opened this issue Nov 29, 2023 · 5 comments

Comments

@mr-tz
Copy link
Collaborator

mr-tz commented Nov 29, 2023

These issues should be double-checked/addressed before:

Would then be great to get interested analysts testing this before the official release.

@mr-tz
Copy link
Collaborator Author

mr-tz commented Dec 5, 2023

To add to release notes:

  • The divergence of several classes into static and dynamic equivalents: with this new release, many classes and concepts have been split up into static ones which are mostly identical to the original ones, and newly-added dynamic ones. For example, the legacy FeatureExtractor class has now been renamed to StaticFeatureExtracor, which contrasts its sister class: DynamicFeatureExtractor. Old and future contributors should take this change into account, since now all static feature extractors must be implementations of the same class.

  • The addition of a new capabilities capa module: starting from version 7.0, we have moved the component responsible for feature extractor from main.py to a new module named: capabilities. Now, users wishing to utilize capa’s feature extraction abilities should use that module instead of importing the relevant logic from the main file.

  • Use of Pydantic models for the sandbox-based feature extractors: for the sandbox-based feature extractors, we are using Pydantic as a means of maintaining these reports. Contribution of other Pydantic models for other sandboxes is very welcomed!

@as0ni
Copy link

as0ni commented Dec 24, 2023

Hi there @mr-tz. Just wanted to get your thoughts on when the capa 7 beta release might be ready for use with the latest capa-rules collection.

Thanks for all your efforts to create and maintain this amazing tool!

@mr-tz
Copy link
Collaborator Author

mr-tz commented Jan 8, 2024

Happy New Year! We plan to get this done in January - starting off 2024 with a banger ;)

@mr-tz
Copy link
Collaborator Author

mr-tz commented Jan 19, 2024

Outstanding tasks are complete and we can create the beta release now!

edit: @williballenthin, should we merge #1935 before as well?

@mr-tz mr-tz closed this as completed Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants