forked from WebGoat/WebGoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...-side-filtering/src/main/resources/lessonPlans/en/ClientSideFiltering_plan.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
== Client side filtering | ||
|
||
It is always a good practice to send to the client only information which they are supposed | ||
It is always a good practice to send only information to the client they are supposed | ||
to have access to. In this lesson, too much information is being sent to the client, creating | ||
a serious access control problem. For this exercise, your mission is exploit the extraneous information being returned | ||
by the server to discover information to which you should not have access. | ||
a serious access control problem. For this exercise, your mission is to exploit the extraneous information returned | ||
by the server to discover information to which you should not have access. |