From 03afe703c6d6e4adf35ad1caa578ada15bbede07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Altair=20Val=C3=A1=C5=A1ek?= Date: Sat, 10 Mar 2018 15:32:02 -0800 Subject: [PATCH] Fixed typo --- rules/default/security/control_flow/format_string.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/default/security/control_flow/format_string.json b/rules/default/security/control_flow/format_string.json index 9ca70cc2..9add7ce0 100644 --- a/rules/default/security/control_flow/format_string.json +++ b/rules/default/security/control_flow/format_string.json @@ -1,6 +1,6 @@ [ { - "name": "Do not include user-input directoy in format strings", + "name": "Do not include user-input directly in format strings", "id": "DS113286", "description": "Do not create NSString objects using a user-provided format string, as this could lead to a security vulnerability. https://www.securecoding.cert.org/confluence/display/c/FIO30-C.+Exclude+user+input+from+format+strings", "recommendation": "", @@ -41,4 +41,4 @@ } ] } -] \ No newline at end of file +]