From df45067114ea3c7c29edd16972bf576711e44f4d Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Mon, 13 Nov 2017 17:19:37 -0800 Subject: [PATCH] Update a8.html grammatical fixes --- app/views/tutorial/a8.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/tutorial/a8.html b/app/views/tutorial/a8.html index b3beb5899..ae1883bdf 100644 --- a/app/views/tutorial/a8.html +++ b/app/views/tutorial/a8.html @@ -18,7 +18,7 @@

Description

- A CSRF attack forces a logged-on victim’s browser to send a forged HTTP request, including the victim’s session cookie and any other automatically included authentication information, to a vulnerable web application. This allows the attacker to force the victim’s browser to generate requests that vulnerable application processes are legitimate requests from the victim. + A CSRF attack forces a logged-on victim’s browser to send a forged HTTP request, including the victim’s session cookie and any other automatically included authentication information, to a vulnerable web application. This allows the attacker to force the victim’s browser to generate requests that the vulnerable application processes as legitimate requests from the victim.