-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade GeoServer for vulnerabilities (#465)
## Overview GeoServer: upgrade to 2.25.2 to fix vulnerabilities See: * https://nsfocusglobal.com/remote-code-execution-vulnerability-between-geoserver-and-geotools-cve-2024-36401-cve-2024-36404-notification/ * GHSA-6jj6-gm7p-fcvv * GHSA-w3pj-wh35-fq8w This change will upgrade to GeoServer 2.25.2 and GeoTools 31.2 (the version of `gt-complex.jar`). ```shell $ docker exec -u 0 geoserver find / -iname '**gt-complex**' /usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gt-complex-31.2.jar ``` The previous version was GeoServer 2.22.2 and GeoTools 28.2. ```shell $ docker exec -u 0 geoserver find / -iname '**gt-complex**' /usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gt-complex-28.2.jar ``` Also enable * OGC-API plugins https://docs.geoserver.org/stable/en/user/community/ogc-api/features/index.html so we can slowly transition from the WPS plugin. * STAC Datastore plugin https://docs.geoserver.org/latest/en/user/community/stac-datastore/index.html so we can test integration with our STAC component. Test result: [jenkins-console-output.txt](https://github.com/user-attachments/files/16171002/jenkins-console-output.txt) ## Changes **Non-breaking changes** - Upgrade GeoServer to 2.25.2 - Enable additional GeoServer plugins <!-- The test suite can be run using a different DACCS config with ``birdhouse_daccs_configs_branch: branch_name`` in the PR description. To globally skip the test suite regardless of the commit message use ``birdhouse_skip_ci`` set to ``true`` in the PR description. Note that using ``[skip ci]``, ``[ci skip]`` or ``[no ci]`` in the commit message will override ``birdhouse_skip_ci`` from the PR description. --> birdhouse_daccs_configs_branch: master birdhouse_skip_ci: false
- Loading branch information
Showing
8 changed files
with
66 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.5.1 2024-07-10T17:42:25Z | ||
2.5.2 2024-07-19T03:04:07Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters