mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
Make qhelp for 'Incomplete URL substring sanitization' consistent across languages.
This commit is contained in:
@@ -14,10 +14,9 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
However, it is notoriously error-prone to treat the URL as
|
||||
a string and check if one of the allowed hosts is a substring of the
|
||||
URL. Malicious URLs can bypass such security checks by embedding one
|
||||
However, treating the URL as a string and checking if one of the
|
||||
allowed hosts is a substring of the URL is very prone to errors.
|
||||
Malicious URLs can bypass such security checks by embedding one
|
||||
of the allowed hosts in an unexpected location.
|
||||
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user