From 8805e061bfbcd6b77641ad4ea8fe7c82127bfad7 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 3 Dec 2013 09:06:32 -0500 Subject: [PATCH] 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 --- sql/novice/09-prog.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.26.2