-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
API description problem #3224
Comments
Can you provide a definition that reproduces it? |
I checked it again and it only happens If I add some text before the pre tag:
It returns:
After I removed "Demo"
It returns correct response:
|
Interesting. This is all probably due to the introduced sanitizer that was introduced in #3165. We had to add to to deal with some XSS issues. Feel free to take a look, and if you have the capacity, submit a PR to improve it. |
I was testing this under Swagger-Net and it seems to output the description a bit different:
As you can see there are no |
@heldersepu, https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet is a great jumping-off point for more information about XSS attacks! Also, check out https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml for information on the baseline protection React provides. |
-swagger-ui version
Tested: 3.0.7-3.0.14
If you add a sample code to the API description in "pre" tags, some of the " will replace to ”
The text was updated successfully, but these errors were encountered: