FAQ/Preventing-information-leaks.md
... ...
@@ -6,8 +6,6 @@
6 6
7 7
Revealing system data or debugging information helps an adversary learn about the system and form a plan of attack. An information leak occurs when system data or debugging information leaves the program through an output stream or logging function.
8 8
9
-More information regarding information leakage can be found at: https://www.owasp.org/index.php/Information_Leakage
10
-
11 9
Adding the below code to the rs.aspx page will help you control what a user is able to see. The “Prohibited” quotes is where you put the literal information displayed to the end user.
12 10
13 11
##rs.aspx (C♯)