Update java/ql/src/experimental/Security/CWE/CWE-348/UseOfLessTrustedSource.ql

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
haby0
2021-04-20 19:35:52 +08:00
committed by GitHub
parent 9e87f4ec4e
commit b1ee864ad9

View File

@@ -1,7 +1,6 @@
/**
* @name IP address spoofing
* @description The software obtains the client ip from the remote endpoint identifier specified (`X-Forwarded-For`,
* `X-Real-IP`, `Proxy-Client-IP`, etc.) in the header and uses it. Attackers can modify these The value
* @description A remote endpoint identifier is read from an HTTP header. Attackers can modify the value
* of the identifier to forge the client ip.
* @kind path-problem
* @problem.severity error