Skip to content

Commit f755aeb

Browse files
peter-doggartPeter Doggart
and
Peter Doggart
authored
Updates to address swagger CVEs. (#522)
Co-authored-by: Peter Doggart <[email protected]>
1 parent 1241237 commit f755aeb

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@ on the Changelog!
3333
Bug Fixes
3434
~~~~~~~~~
3535

36+
::
37+
38+
* Update Swagger-UI to latest version to fix several security vulnerabiltiies. [peter-doggart]
39+
* Add a warning to the docs that nested Blueprints are not supported. [peter-doggart]
40+
41+
.. _section-1.0.6:
42+
1.0.6
43+
-----
44+
45+
.. _bug_fixes-1.0.6
46+
Bug Fixes
47+
~~~~~~~~~
48+
3649
::
3750

3851
* Update Black to 2023 version [peter-doggart]

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ Contributors
189189

190190
Flask-RESTX is brought to you by @python-restx. Since early 2019 @SteadBytes,
191191
@a-luna, @j5awry, @ziirish volunteered to help @python-restx keep the project up
192-
and running.
192+
and running, they did so for a long time! Since the beginning of 2023, the project
193+
is maintained by @peter-doggart with help from @ziirish.
193194
Of course everyone is welcome to contribute and we will be happy to review your
194195
PR's or answer to your issues.
195196

doc/scaling.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ Use With Blueprints
152152
-------------------
153153

154154
See :doc:`flask:blueprints` in the Flask documentation for what blueprints are and why you should use them.
155-
Here's an example of how to link an :class:`Api` up to a :class:`~flask.Blueprint`.
155+
Here's an example of how to link an :class:`Api` up to a :class:`~flask.Blueprint`. Nested Blueprints are
156+
not supported.
156157

157158
.. code-block:: python
158159

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-restx",
3-
"version": "0.5.1-dev1",
3+
"version": "1.0.7",
44
"description": "Fully featured framework for fast, easy and documented API development with Flask",
55
"repository": "python-restx/flask-restx",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
"author": "python-restx authors",
1111
"license": "BSD-3-Clause",
1212
"dependencies": {
13-
"swagger-ui-dist": "^3.48.0",
13+
"swagger-ui-dist": "^4.15.0",
1414
"typeface-droid-sans": "0.0.40"
1515
}
1616
}

0 commit comments

Comments
 (0)