From 2dc2359ede9be91baede162c8428ce332d37384b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Jacinto?= <125047044+FlavioJA@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:23:32 +0000 Subject: [PATCH] Update SLC_SC0004.md --- docs/Rules/SLC_SC0004.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Rules/SLC_SC0004.md b/docs/Rules/SLC_SC0004.md index 990bead..050a279 100644 --- a/docs/Rules/SLC_SC0004.md +++ b/docs/Rules/SLC_SC0004.md @@ -18,5 +18,5 @@ string json = @"{ object result = JsonConvert.DeserializeObject(json); // Should be -object result = SecurePath.DeserializeObject(json); +object result = SecureNewtonsoftDeserialization.DeserializeObject(json); ````