Skip to content

Commit

Permalink
Update swagger-ui to 4.13.2 (#63)
Browse files Browse the repository at this point in the history
- Fix CVE-2018-25031
- Fix WS-2021-0461
  • Loading branch information
mrk-andreev authored Aug 4, 2022
1 parent af3df5a commit a2910a9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ What’s new?
-----------


Version 1.4.3
~~~~~~~~~~~~~

- Update swagger-ui lib from `3.37.2` to `4.13.2` [issue-62](https://github.com/mrk-andreev/tornado-swagger/issues/62) [issue-61](https://github.com/mrk-andreev/tornado-swagger/issues/61)


Version 1.4.2
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion tornado_swagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.2"
__version__ = "1.4.3"
12 changes: 6 additions & 6 deletions tornado_swagger/swagger_ui/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
background: #fafafa;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.37.2/swagger-ui.min.css"
integrity="sha512-c9Fmh2rJWb5kaFhvVlPcBLrFdzrVXkdTofQAozw6MfOsC3DwN6pHrpqk9gm8qwJh9wURiK1Hv57/GxmzJzew8g=="
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.13.2/swagger-ui.min.css"
integrity="sha512-UoU6tKyF/ag2rLaiNmCqxNT+vAnxaTGRu7UdQv69kX3u7ZNY2W2RTx/ITk67YC3bfj0p5LPy0YOgbGjBQLXEGg=="
crossorigin="anonymous"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.37.2/swagger-ui-bundle.min.js"
integrity="sha512-SRuebWqYcm2ITWgLa9iVSMjNJELVm/QebgNN1oRH75wTM+xIfXJFJWkUPwtDIsV81ae8zGIAXt6+LoGrbBfjDQ=="
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.13.2/swagger-ui-bundle.min.js"
integrity="sha512-7A1uEzdMT1hteOR1s3zBGzdVbhLAaKnKz1N8dGEvViUmeoec7UEyyLVRpVezYer0u9m0wJMtLQpBpGpc+X0tXQ=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.37.2/swagger-ui-standalone-preset.min.js"
integrity="sha512-ZUCBiUmCK1/IkMDPuv1XiTEx60crsiZenBCtumb3OVgNrTFFtkGQeWXy6qHTR1RoLr4FTS+GrTWLKnyiT5uyAg=="
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.13.2/swagger-ui-standalone-preset.min.js"
integrity="sha512-OODuIoKisl5o35O0UGldXg3FhPVY3MTpS+wtYTTCSHHVlZUtt52cVYkIVUirBkclFa0LMITLGwOAR/yHBu3DgA=="
crossorigin="anonymous"></script>
<script type="text/javascript">
(function () {
Expand Down

0 comments on commit a2910a9

Please sign in to comment.