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

fix: preallocate ids for signatures upon load #3941

Conversation

AlonZivony
Copy link
Contributor

1. Explain what the PR does

Give each signature an event ID before loading it. This allows signatures to select each other when loaded together.
Fix #3935

2. Explain how to test it

3. Other comments

Give each signature an event ID before loading it.
This allows signatures to select each other when loaded together.
Copy link
Member

@geyslan geyslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just put a question.

pkg/cmd/initialize/sigs.go Outdated Show resolved Hide resolved
@AlonZivony AlonZivony force-pushed the bugfix/signatures-dependencies-loading branch from d52dd57 to 9107bec Compare March 28, 2024 12:16
Copy link
Collaborator

@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yanivagman yanivagman merged commit 911049b into aquasecurity:main Apr 1, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Signatures on signatures dependencies are failed on load
3 participants