Branch: refs/heads/master Home: https://github.com/jenkinsci/gitee-plugin Commit: d0144391841407654d3bcf7c7b0ff1e011703572 https://github.com/jenkinsci/gitee-plugin/commit/d0144391841407654d3bcf7c7b0ff1e011703572 Author: Mark Waite <[email protected]> Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Use RESTEasy client 3.0.23
The RESTEasy client 3.0.23 is the most recent client library version
that does not cause compilation to fail due to the initDefaultEngine()
method that was removed in RESTEasy client 3.0.24.
It was released in May 2017.
https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-client/3.0.23.Final
shows the RESTEasy client 3.0.23 release with 2 known vulnerabilities:
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25633
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1695
https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-client/3.0.16.Final
shows the RESTEasy client 3.0.16 release with 5 known vulnerabilities:
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25633
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1695
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6348
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6347
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6345
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gitee-plugin/push/refs/heads/master/92b911-d01443%40github.com.
