Update java/ql/src/experimental/Security/CWE/CWE-348/UseOfLessTrustedSourceLib.qll

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
haby0
2021-04-08 19:17:04 +08:00
committed by GitHub
parent 86ef2588f1
commit 21004006d6

View File

@@ -41,7 +41,7 @@ class SplitMethod extends Method {
}
/**
* A call to the ServletRequest.getHeader method and the argument are
* A call to the ServletRequest.getHeader method with an argument
* `wl-proxy-client-ip`/`proxy-client-ip`/`http_client_ip`/`http_x_forwarded_for`/`x-real-ip`.
*/
class HeaderIpCall extends MethodAccess {