Skip to content

Commit

Permalink
Java: minor qhelp updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jami Cogswell authored and Jami Cogswell committed Feb 5, 2025
1 parent 0367846 commit c6a71cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<p>
The attacker tricks an authenticated user into submitting a request to the
web application. Typically this request will result in a state change on
web application. Typically, this request will result in a state change on
the server, such as changing the user's password. The request can be
initiated when the user visits a site controlled by the attacker. If the
web application relies only on cookies for authentication, or on other
Expand Down Expand Up @@ -51,7 +51,7 @@ application state. Instead, use the <code>POST</code> method which Stapler defau
<references>
<li>
OWASP:
<a href="https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)">Cross-Site Request Forgery (CSRF)</a>.
<a href="https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)">Cross Site Request Forgery (CSRF)</a>.
</li>
<li>
Spring Security Reference:
Expand Down

0 comments on commit c6a71cd

Please sign in to comment.