-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][security] CVE-2022-33915 is false positive #16415
Conversation
Signed-off-by: tison <[email protected]>
can we remove the log4j1 dependency? |
@shoothzj sorry I make a wrong version number, this is about log4j-core-2.17.1. |
@nicoloboschi @shoothzj tests failed on flaky cases. You may merge this patch since "CI - Misc - OWASP Dependency Check / owasp-dep-check" passed or help re-trigger the failed jobs :) |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
ping @nicoloboschi whether this CI status is valid to move forward? |
@RobertIndie Thank you! However, it seems "Pulsar CI / CI - Unit - Brokers - Broker Group 1" still failed. I don't think we have to rerun until it passes since it's obvious unrelated to this patch. I agree that we should reduce flaky tests, though. |
It seems OWASP fixes this false positive report. Pending to close... |
Signed-off-by: tison [email protected]
Motivation
CVE-2022-33915 is about Amazon AWS hotpatch. We don't use that version and the failure reported by OWASP is false positive.
Reported when preparing patch #16320.
Modifications
Suppress CVE-2022-33915.
Verifying this change
Does this pull request potentially affect one of the following parts:
If
yes
was chosen, please highlight the changesDocumentation
doc-not-needed