Skip to content

Commit

Permalink
Update SLC_SC0004.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioJA authored Jan 13, 2025
1 parent 6087c04 commit 2dc2359
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 2dc2359

Please sign in to comment.