-
Notifications
You must be signed in to change notification settings - Fork 134
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
InvocationHandlerDelegation false positive? #1498
Comments
Why are we unwrapping UndeclaredThrowableException? |
I guess people do sometimes use this auditing library to audit a big old chain of proxies wrapping proxies (e.g. our SLOs stuff)? |
Even so, we wouldn't want to throw UndeclaredThrowableException.getCause even if only the cause is audited. |
carterkozak
added a commit
that referenced
this issue
Sep 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
With baseline 3.23.0, the following code trips over
Error produced:
What did you want to happen?
I think this code is fine and it's just a straight-up false positive?? (possibly multi-branch catch block?)
The text was updated successfully, but these errors were encountered: