From: Greg Wilson Date: Tue, 3 Dec 2013 14:06:32 +0000 (-0500) Subject: Filling in another 40-odd glossary entries X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8805e061bfbcd6b77641ad4ea8fe7c82127bfad7;p=swc-boot-camp.git Filling in another 40-odd glossary entries W. Trevor King: I removed everything except the sql/novice changes from the original ff40e98 [1]. [1]: https://github.com/swcarpentry/bc/commit/ff40e989b920234e6ed8cdae6344d9898e2a3005 --- diff --git a/sql/novice/09-prog.ipynb b/sql/novice/09-prog.ipynb index 3ad32aa..e743ffb 100644 --- a/sql/novice/09-prog.ipynb +++ b/sql/novice/09-prog.ipynb @@ -168,7 +168,7 @@ "If we execute this,\n", "it will erase one of the tables in our database.\n", " \n", - "This technique is called [SQL injection](../../gloss.html#sql-injection),\n", + "This is called an [SQL injection attack](../../gloss.html#sql-injection-attack),\n", "and it has been used to attack thousands of programs over the years.\n", "In particular,\n", "many web sites that take data from users insert values directly into queries\n",