Defense in Depth
Never rely on a single point of defense. Your application is often the last layer between an attacker
and back -end systems such as a database or a fi le server, which, in turn, may be connected to a
corporate network. If your application is hacked, then these systems may be exposed to the attacker.
By using several layers of defensive techniques in your application such as input validation, secure
SQL construction, and proper authentication and authorization, your application will be more
resilient against attack.
Never Trust Input
As you discovered in the example attack earlier in this chapter, a simple change to an input into the
application may result in a security breach. Input is everything that comes into your application
during run -time — user data entry, the click of a button, data loaded from a database or remote
system, XML fi les, anything you cannot know about at the time your application is compiled.
Every single piece of input should be validated and proved correct before you process it. If invalid
input is sent to your application, then your application must cope with it correctly, and not crash or
otherwise act upon it.
Subscribe to:
Post Comments (Atom)
Хайлт
Таалагдаж Магад
-
When i entered to university our first class activity was Defense of The Ancients. Everybody was curious about who is better than themselves...
-
Perhaps the greatest influence on popular perceptions of software costs has come about with the advent of personal computing. Many people bu...
-
A computer game is a piece of interactive software created with the primary purpose of entertaining the user. This definition is not clear-...
-
A computer game is a piece of interactive software created with the primary purpose of entertaining the user. This definition is not clear-...
-
Imagine working for the company providing Microsoft UK’s events registration system. It ’s the beginning of summer in June 2007, and the ne...
0 comments:
Post a Comment