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

Adding java exception on ld_preload rule #326

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

amitschendel
Copy link
Collaborator

Overview

Signed-off-by: Amit Schendel <amitschendel@gmail.com>
@amitschendel amitschendel requested a review from matthyx July 11, 2024 07:14
Copy link

Summary:

  • License scan: success
  • Credentials scan: failure
  • Vulnerabilities scan: failure
  • Unit test: success
  • Go linting: success

@amitschendel amitschendel added the release Create release label Jul 11, 2024
@@ -20,6 +20,7 @@ const (
R1011ID = "R1011"
R1011Name = "LD_PRELOAD Hook"
LD_PRELOAD_FILE = "/etc/ld.so.preload"
JAVA_COMM = "java"
Copy link
Contributor

Choose a reason for hiding this comment

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

are we sure it's the only name?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think, this is what we saw for now, if we will encounter more we will add them.

@amitschendel amitschendel merged commit d394855 into main Jul 11, 2024
16 checks passed
@amitschendel amitschendel deleted the feature/java-exception branch July 11, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Create release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants