You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I found a security vulnerability in bioconductor.org:
The search bar in bioconductor.org does not sanitize user input, leading to an XSS vulnerability.
(correlating to the function searchResponse in /assets/js/search.js)
Hey there, I found a security vulnerability in bioconductor.org:
The search bar in bioconductor.org does not sanitize user input, leading to an XSS vulnerability.
(correlating to the function searchResponse in /assets/js/search.js)
Example: https://bioconductor.org/help/search/index.html?q=<script>alert(1)</script>
A fix to this issue is to sanitize input according to OWASP's recommendations
Thanks.
The text was updated successfully, but these errors were encountered: