mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Update wikipage EiffelStore SQL injection. (Signed-off-by:javier).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1761 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -2,3 +2,11 @@
|
||||
[[Property:weight|4]]
|
||||
[[Property:title|EiffelStore SQL injection]]
|
||||
[[Property:weight|4]]
|
||||
|
||||
|
||||
<span id="SQL Injection"></span>
|
||||
A SQL injection attack is a coding technique that consists of insertion or "injection" of a SQL query via the input data (passing unsafe data. ) from the client to the application. A successful SQL injection, can read sensitive data from the database, modify database data (Insert/Update/Delete), and become administrators of the database server. To learn more about SQL injection read the following articles.
|
||||
|
||||
* [https://en.wikipedia.org/wiki/SQL_injection https://en.wikipedia.org/wiki/SQL_injection]
|
||||
* [https://www.owasp.org/index.php/SQL_injection https://www.owasp.org/index.php/SQL_injection]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user