From a8f1f4979a22ddc586532d194acd96e3b19b6383 Mon Sep 17 00:00:00 2001 From: shockey Date: Mon, 17 Jul 2017 20:03:11 -0700 Subject: [PATCH 1/2] Add security contact to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0144744e..f7908130 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,10 @@ Access-Control-Allow-Headers: Content-Type, api_key, Authorization Only headers with these names will be allowed to be sent by Swagger-UI. +## Security contact + +Please disclose any security-related issues or vulnerabilities by emailing [security@swagger.io](mailto:security@swagger.io), instead of using the public issue tracker. + ## License Copyright 2017 SmartBear Software From f7e6cadff3a1a6e9a6e67126828afe668ff399f1 Mon Sep 17 00:00:00 2001 From: shockey Date: Mon, 17 Jul 2017 20:20:46 -0700 Subject: [PATCH 2/2] Add deepLinking to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7908130..dac53d35 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ displayOperationId | Controls the display of operationId in operations list. The displayRequestDuration | Controls the display of the request duration (in milliseconds) for `Try it out` requests. The default is `false`. maxDisplayedTags | If set, limits the number of tagged operations displayed to at most this many. The default is to show all operations. filter | If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown. Can be true/false to enable or disable, or an explicit filter string in which case filtering will be enabled using that string as the filter expression. Filtering is case sensitive matching the filter expression anywhere inside the tag. +deepLinking | If set to `true`, enables dynamic deep linking for tags and operations. [Docs](https://github.com/swagger-api/swagger-ui/blob/master/docs/deep-linking.md) ### Plugins