Java: queries about user-controlled URLs should be sanitized by enforcing a prefix
未關閉
Java
question
- 主要語言
- CodeQL
- 星號
- 10.1k
- 分支
- 2.1k
- 平均合併
- 2 天 15 小時
- 30 天內合併 PR
- 141
描述
This comes from a discussion with @smowton over [here](https://github.com/github/securitylab-bounties/issues/92).
Certain categories such as Open Redirect, SSRF and Android WebView URL injection will benefit from a sanitizer which would clean the taint in case the dataflow goes through a string prefix operation (concatenation, format strings, string buffers, string writer ...). Since not controlling the begging of the URL will severely decrease the exploitability of these issues.
貢獻指南
評估
這個 Issue 還沒有評估資料。