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

[v0.17.0] chore (engine): split Init from NewEngine (#3342) #3346

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

geyslan
Copy link
Member

@geyslan geyslan commented Jul 27, 2023

1. Explain what the PR does

46266e1 chore (engine): split Init from NewEngine (#3342) (2023/jul/27) Nadav Strahilevitz <nadav.strahilevitz@aquasec.com>

Previously data sources could not be registered after the NewEngine call
call and be used in signatures, due to the Init calls being made in
NewEngine.

Fix by moving the loadSignature and initial data source registers to
a new Init method from NewEngine.

In addition, export a method in tracee to prepare the builtin data
sources provided out of the box.

commit: efa0ec4 (main), cherry-pick

2. Explain how to test it

3. Other comments

Previously data sources could not be registered after the NewEngine call
call and be used in signatures, due to the Init calls being made in
NewEngine.

Fix by moving the loadSignature and initial data source registers to
a new Init method from NewEngine.

In addition, export a method in tracee to prepare the builtin data
sources provided out of the box.

commit: efa0ec4 (main), cherry-pick
@geyslan geyslan self-assigned this Jul 27, 2023
@geyslan geyslan added kind/bug and removed kind/bug labels Jul 27, 2023
@geyslan geyslan merged commit 929ada2 into aquasecurity:v0.17.0 Jul 27, 2023
2 checks passed
@geyslan geyslan deleted the v0.17.0-cpick-3342 branch July 31, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants