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

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
haby0
2021-04-30 16:54:28 +08:00
committed by GitHub
parent 711a74c9c9
commit 8142810455

View File

@@ -4,7 +4,7 @@
<qhelp>
<overview>
<p>An original client IP address is retrieved from an http header (<code>X-Forwarded-For</code> or <code>X-Real-IP</code> or <code>Proxy-Client-IP</code>
etc.), which is used to ensure security or track it in the log for statistical or other reasons. Attackers can forge the value of these identifiers to
etc.), which is used to ensure security. Attackers can forge the value of these identifiers to
bypass a ban-list, for example.</p>
</overview>