Skip to content

Commit 16d9a4f

Browse files
committed
pin pywps==4.5.0 and owslib==0.25.0 as tentative resolution of XML security issue (relates to geopython/pywps#616, geopython/pywps#618 and geopython/pywps#624)
1 parent c14b889 commit 16d9a4f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ Fixes:
7373
- Fix some invalid definitions of execution inputs schemas under mapping with ``value`` sub-schema where key-based
7474
input IDs (using ``additionalProperties``) where replaced by the *variable* ``<input-id>`` name instead of their
7575
original names in the request body (from `#265 <https://github.com/crim-ca/weaver/issues/265>`_ since ``3.4.0``).
76+
- Fix XML security issue flag within dependencies to ``PyWPS`` and ``OWSLib`` by pinning requirements to
77+
versions ``pywps==4.5.0`` and ``owslib==0.25.0`` (see following for details:
78+
`geopython/pywps#616 <https://github.com/geopython/pywps/pull/616>`_,
79+
`geopython/pywps#618 <https://github.com/geopython/pywps/pull/618>`_,
80+
`geopython/pywps#624 <https://github.com/geopython/pywps/issues/624>`_).
7681

7782
`3.5.0 <https://github.com/crim-ca/weaver/tree/3.5.0>`_ (2021-08-19)
7883
========================================================================

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lxml
3737
mako
3838
# esgf-compute-api (cwt) needs oauthlib but doesn't add it in their requirements
3939
oauthlib
40-
owslib>=0.19.2
40+
owslib==0.25.0
4141
pymongo
4242
pyramid>=1.7.3
4343
pyramid_beaker>=0.8
@@ -46,7 +46,7 @@ pyramid_mako
4646
python-dateutil
4747
pyramid_rewrite
4848
pytz
49-
pywps==4.4.3
49+
pywps==4.5.0
5050
pyyaml>=5.2
5151
requests
5252
requests_file

0 commit comments

Comments
 (0)