mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Update java/ql/src/experimental/Security/CWE/CWE-348/UseOfLessTrustedSourceLib.qll
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user