Copyedit comments and function names

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Chris Smowton
2021-04-19 14:02:27 +01:00
parent 960a903185
commit fb2989c16b
4 changed files with 20 additions and 20 deletions

View File

@@ -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>

View File

@@ -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