Filling in another 40-odd glossary entries
authorGreg Wilson <gvwilson@third-bit.com>
Tue, 3 Dec 2013 14:06:32 +0000 (09:06 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Mar 2014 04:48:39 +0000 (21:48 -0700)
W. Trevor King: I removed everything except the sql/novice changes
from the original ff40e98 [1].

[1]: https://github.com/swcarpentry/bc/commit/ff40e989b920234e6ed8cdae6344d9898e2a3005

sql/novice/09-prog.ipynb

index 3ad32aa7b9e987c9639b3d95ebbde2c370616a4c..e743ffbccd392e24cff690a8b750ec924bb4f09e 100644 (file)
       "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",