From 41d8f39c9a83acbc2811ac601a0f595fef09be61 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 6 Sep 2019 12:43:39 +0200 Subject: [PATCH] Style fix. --- spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index 098dffa..2c20af3 100644 --- a/spec/README.md +++ b/spec/README.md @@ -76,7 +76,7 @@ but sorely lacking in the vast majority of them. ### Why not CGI? -* CGI is also **rigid** about how it matches between HTTP and UNIX® process +* CGI is also **rigid** about how it matches HTTP and UNIX® process concepts. Notably CGI *meta-variables* are injected into the script's environment; this behavior can and has been exploited by nasty attacks such as [Shellshock](https://en.wikipedia.org/wiki/Shellshock_(software_bug)).