-
Notifications
You must be signed in to change notification settings - Fork 71
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(rules): fix ptrace attach and injection rule #37
Conversation
@loresuso: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug |
/area rules |
hi @loresuso, thanks for the that and the rule seems more accurate then before so that's great. |
Yes, something must have been merged in the meanwhile and the link it's not pointing to the right place anymore :) my bad, sorry. Anyway, I was referring to the rule |
noted! thanks. |
LGTM label has been added. Git tree hash: 955fd662da37c2ffeb06527d6a2896c2d9895164
|
aafb062
to
fc854d5
Compare
I have added other commits to:
|
Signed-off-by: Lorenzo Susini <[email protected]>
Signed-off-by: Lorenzo Susini <[email protected]>
This reverts commit d59351c. Signed-off-by: Lorenzo Susini <[email protected]>
…tainer" rule Signed-off-by: Lorenzo Susini <[email protected]>
fc854d5
to
0dc9ef0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, loresuso The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 829ee4bce0842dcc88b0e1a6b3d6066c0f49e8f1
|
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
This rule was built on top of a bug, see falcosecurity/libs#970
Once that one will be merged and Falco can use it, we should merge this PR as well.
For the same reason, some other rules stopped working, like https://github.com/falcosecurity/rules/blob/main/rules/falco_rules.yaml#L2950 because the flag was not retrieved as string anymore. This makes me think we need a better CI :)
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: