Enhancing the security of a Microsoft SQL Server 2005 JDBC Driver application involves more than avoiding common coding pitfalls. An application that accesses data has many potential points of failure that an attacker can exploit to retrieve, manipulate, or destroy sensitive data. It is important to understand all aspects of security, from the process of threat modeling during the design phase of your application to its eventual deployment, and continuing through its ongoing maintenance.
The topics in this section describe some common security concerns including connection strings, validating user input, and general application security.
In This Section
Topic | Description |
---|---|
Describes techniques to help protect information used to connect to a data source. |
|
Describes techniques to validate user input. |
|
Describes how to use Java policy permissions to help secure a JDBC driver application. |