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

Updates to address swagger CVEs. #522

Merged
merged 1 commit into from
Feb 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ on the Changelog!
Bug Fixes
~~~~~~~~~

::

* Update Swagger-UI to latest version to fix several security vulnerabiltiies. [peter-doggart]
* Add a warning to the docs that nested Blueprints are not supported. [peter-doggart]

.. _section-1.0.6:
1.0.6
-----

.. _bug_fixes-1.0.6
Bug Fixes
~~~~~~~~~

::

* Update Black to 2023 version [peter-doggart]
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ Contributors

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

Expand Down
3 changes: 2 additions & 1 deletion doc/scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ Use With Blueprints
-------------------

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

.. code-block:: python

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flask-restx",
"version": "0.5.1-dev1",
"version": "1.0.7",
"description": "Fully featured framework for fast, easy and documented API development with Flask",
"repository": "python-restx/flask-restx",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"author": "python-restx authors",
"license": "BSD-3-Clause",
"dependencies": {
"swagger-ui-dist": "^3.48.0",
"swagger-ui-dist": "^4.15.0",
"typeface-droid-sans": "0.0.40"
}
}