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(ebpf): fix insufficiently accurate detection of golang heaps #4550

Merged

Conversation

oshaked1
Copy link
Contributor

@oshaked1 oshaked1 commented Jan 23, 2025

The previous check resulted in false positives for regular mmap allocations (without explicit address hints), resulting in random test failures for suspicious_syscall_source (VMA type was detected as golang heap instead of anonymous).

Continuation of #4403.

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

@geyslan
Copy link
Member

geyslan commented Jan 23, 2025

/fast-forward

@github-actions github-actions bot merged commit 3ac936c into aquasecurity:main Jan 23, 2025
41 checks passed
@oshaked1 oshaked1 deleted the golang_heap_detection_fix branch January 23, 2025 13:24
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