From f53cd9cbeb9dc04ec1fecb5ead0ae67ef898e90c Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 14 Oct 2016 18:54:41 -0700 Subject: [PATCH] Fix typo --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 86f178a..d3ee590 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -44,7 +44,7 @@ if (!is_website_url($url)) { ```bash # Attacker. -$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/password" +$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/passwd" ``` ```php