Is your feature request related to a problem? Please describe.
It looks like the commons-lang:commons-lang dependency has been deprecated / abandoned in favor of commons-lang:commons-lang3.
The main reason why I'm bringing this is up because I'm seeing vulnerability reports with commons-lang, https://security.snyk.io/vuln/SNYK-JAVA-COMMONSLANG-10734077. Since it's no longer supported by the people that own it, it's a most likely a good idea (and hopefully an easy enough transition) to upgrade to using commons-lang3.
Describe the solution you'd like
I'm just looking to see if there's any chance that ESAPI can upgrade to commons-lang3 to avoid the vulnerability and to be up to date on the library itself.
If you would like for me to create a branch / Merge Request for approval, more than happy to do so.
Is your feature request related to a problem? Please describe.
It looks like the
commons-lang:commons-langdependency has been deprecated / abandoned in favor ofcommons-lang:commons-lang3.The main reason why I'm bringing this is up because I'm seeing vulnerability reports with commons-lang, https://security.snyk.io/vuln/SNYK-JAVA-COMMONSLANG-10734077. Since it's no longer supported by the people that own it, it's a most likely a good idea (and hopefully an easy enough transition) to upgrade to using
commons-lang3.Describe the solution you'd like
I'm just looking to see if there's any chance that ESAPI can upgrade to
commons-lang3to avoid the vulnerability and to be up to date on the library itself.If you would like for me to create a branch / Merge Request for approval, more than happy to do so.