Skip to content

Commit

Permalink
Merge pull request #48 from SkylineCommunications/FlavioJA-patch-4
Browse files Browse the repository at this point in the history
Update SLC_SC0004.md
  • Loading branch information
SeppeDejonckheere authored Jan 14, 2025
2 parents 6087c04 + 2dc2359 commit 29c22e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Rules/SLC_SC0004.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ string json = @"{
object result = JsonConvert.DeserializeObject(json);

// Should be
object result = SecurePath.DeserializeObject<object>(json);
object result = SecureNewtonsoftDeserialization.DeserializeObject<object>(json);
````

0 comments on commit 29c22e4

Please sign in to comment.