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

Matched rules #4484

Draft
wants to merge 43 commits into
base: main
Choose a base branch
from
Draft

Matched rules #4484

wants to merge 43 commits into from

Conversation

yanivagman
Copy link
Collaborator

1. Explain what the PR does

WIP

2. Explain how to test it

3. Other comments

PoliciesConfig: *cfg,
TraceePid: uint32(os.Getpid()),
Options: t.getOptionsConfig(),
CgroupV1Hid: uint32(t.cgroups.GetDefaultCgroupHierarchyID()),

Check failure

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type uint32 without an upper bound check.
@yanivagman yanivagman force-pushed the matched_rules branch 7 times, most recently from 386226b to 3ad4cf4 Compare January 16, 2025 18:02
THIS PATCH IS NOT COMPLETE. NEED TO ADD USERSPACE PART.
Look for proc_tree and process_tree in userspace and remove them as well
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.

1 participant