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

How to use httpclient 4.x #12

Open
Nikhilkarande33 opened this issue Mar 25, 2022 · 1 comment
Open

How to use httpclient 4.x #12

Nikhilkarande33 opened this issue Mar 25, 2022 · 1 comment

Comments

@Nikhilkarande33
Copy link

Hi Team ,

i am working on project where we are using spring-security-saml2-core 1.0.10.RELEASE library and this library having not-going-to-be-commons-ssl 0.3.20 as compile dependency.

Now not-going-to-be-commons-ssl 0.3.20 is using commons-httpclient 3.1 which is vulnerable library so i want to upgrade to
httpclient 4.x

https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient

Refer to above url, it mentioned that commons-httpclient artifacts was moved to httpclient 4.x

how i can make use of httpclient in spring-security-saml2-core along with not-going-to-be-commons-ssl, could anyone suggest me.

@UcanInfosec
Copy link

To do this, one would need to edit the pom.xml to reflect the change of:
commons-httpclient
commons-httpclient
3.1

To:
org.apache.httpcomponents
httpclient
4.5.13

I have made the applicable change in #13, which we can test and get approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants