mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Make qhelp for 'Incomplete URL substring sanitization' consistent across languages.
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
|
||||
<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