-
Notifications
You must be signed in to change notification settings - Fork 240
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
[DBCP-562] avoids exposing password via JMX #38
Conversation
Well, since we cannot get rid of the method within a major release, we need to workaround that by perhaps making it return always null but only when publishing an implementation as a JMX object, which might mean creating a wrapper class that delegates all methods except getPassword(). |
Any updates on the plans for this @fgdrf ? It shows up on snyk reports https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-559327 so would be nice if there was some fix. Thanks! |
How about creating a new interface, e.g. Going to update this pull request with this approach ;) |
f33518b
to
831186b
Compare
build fails due to API incompatible change:
|
ffe1b32
to
2c9bac7
Compare
here we go, finially found a solution by using StandardMBean. |
2c9bac7
to
0584883
Compare
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
0584883
to
8f3a21e
Compare
Hello, when could be the new release with this fix? |
That's on my to-do list, pleas be patient, no guarantee, we are all
volunteers, step one is to review...
Gary
…On Mon, May 10, 2021, 01:43 ManjunathMS35 ***@***.***> wrote:
Hello, when could be the new release with this fix?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJB6NZKMIRSCAURVTJSQSTTM5XA5ANCNFSM4LB2TRIA>
.
|
This commit is a cleanup version of the PR https://patch-diff.githubusercontent.com/raw/apache/commons-dbcp/pull/38.diff - Fix spelling in private method name: registrateJmxObjectName -> registerJmxObjectName. - Use @SInCE 2.9.0 <- 2.9 - Update some Javadocs with links. - Order methods in new interface.
Please see git master. |
for see details see https://issues.apache.org/jira/browse/DBCP-562
Signed-off-by: Frank Gasdorf fgdrf@users.sourceforge.net