Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b372f3

Browse files
committed
spelling: characters
Signed-off-by: Josh Soref <[email protected]>
1 parent 0581f2f commit 9b372f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/ql/src/experimental/CWE-918/SSRF.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ server side request forgery attacks, where the attacker controls the request tar
1414
<p>
1515
To guard against server side request forgery, it is advisable to avoid putting user input directly into a
1616
network request. If using user input is necessary, then it must be validated. It is recommended to only allow
17-
user input consisting of alphanumeric characters. Simply URL-encoding other chracters is not always a solution,
17+
user input consisting of alphanumeric characters. Simply URL-encoding other characters is not always a solution,
1818
for example because a downstream entity that is itself vulnerable may decode again before forwarding the request.
1919
</p>
2020
</recommendation>

0 commit comments

Comments
 (0)