Skip to content

Commit 766520f

Browse files
Apply suggestions from code review
Co-authored-by: Tom Dykstra <[email protected]>
1 parent 6f9b1fa commit 766520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/web-api/jsonpatch/includes/jsonpatch9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This article explains how to handle JSON Patch requests in an ASP.NET Core web API.
44

55
> [!IMPORTANT]
6-
> The JSON Patch standard has ***inherent security risks***. Since these risks are inherent to the JSON Patch standard, this implementation ***doesn't attempt to mitigate inherent security risks***. It's the responsibility of the developer to ensure that the JSON Patch document is safe to apply to the target object. For more information, see the [Mitigating Security Risks](#mitigating-security-risks) section.
6+
> The JSON Patch standard has ***inherent security risks***. This implementation ***doesn't attempt to mitigate these inherent security risks***. It's the responsibility of the developer to ensure that the JSON Patch document is safe to apply to the target object. For more information, see the [Mitigating Security Risks](#mitigating-security-risks) section.
77
88
## Package installation
99

0 commit comments

Comments
 (0)