mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Copyedit comments and function names
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<overview>
|
||||
<p>Directly incorporating user input into an HTTP request without validating the input
|
||||
can facilitate Server-Side Request Forgery (SSRF) attacks. In these attacks, the server
|
||||
can facilitate server-side request forgery (SSRF) attacks. In these attacks, the server
|
||||
may be tricked into making a request and interacting with an attacker-controlled server.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name Server-Side Request Forgery (SSRF)
|
||||
* @name Server-side request forgery
|
||||
* @description Making web requests based on unvalidated user-input
|
||||
* may cause server to communicate with malicious servers.
|
||||
* may cause the server to communicate with malicious servers.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
|
||||
Reference in New Issue
Block a user