scottie1984 / swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.42k stars 225 forks source link

Update swagger-ui-dist dependency to fix security vulnerabilities #270

Closed jdgarcia closed 2 years ago

jdgarcia commented 2 years ago

The main one of concern that prompted this was this XSS vulnerability (https://github.com/swagger-api/swagger-ui/releases/tag/v3.24.1) but there are a handful of other security fixes that the updated version has.