Skip to content

Commit 5af7997

Browse files
authored
Merge pull request microsoft#43 from ridercz/patch-1
Fixed typo
2 parents f9f2871 + 03afe70 commit 5af7997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/default/security/control_flow/format_string.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"name": "Do not include user-input directoy in format strings",
3+
"name": "Do not include user-input directly in format strings",
44
"id": "DS113286",
55
"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",
66
"recommendation": "",
@@ -41,4 +41,4 @@
4141
}
4242
]
4343
}
44-
]
44+
]

0 commit comments

Comments
 (0)