This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git
The following commit(s) were added to refs/heads/main by this push:
new 3f40a6900 docs: fix typo and grammar in readme (#3156)
3f40a6900 is described below
commit 3f40a6900eba734e8879e89ec0a83d462a78a09c
Author: Howard-aile <[email protected]>
AuthorDate: Mon Jan 19 00:32:46 2026 +0800
docs: fix typo and grammar in readme (#3156)
## Why?
Fix typos and grammatical errors to improve readability.
## What does this PR do?
Corrects grammar and article usage in the README documentation.
## Related issues
None.
## Does this PR introduce any user-facing change?
No.
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
N/A
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5a464e748..b2d780ce8 100644
--- a/README.md
+++ b/README.md
@@ -604,7 +604,7 @@ Serialization security varies by protocol:
- **Row Format**: Secure with predefined schemas
- **Object Graph Serialization** (Java/Python native): More flexible but
requires careful security configuration
-Dynamic serialization can deserialize arbitrary types, which may introduces
risks. For example, the deserialization may invoke `init` constructor or
`equals/hashCode` method, if the method body contains malicious code, the
system will be at risk.
+Dynamic serialization can deserialize arbitrary types, which may introduce
risks. For example, the deserialization may invoke `init` constructor or
`equals/hashCode` method; If the method body contains malicious code, the
system will be at risk.
Fory enables class registration **by default** for dynamic protocols, allowing
only trusted registered types.
**Do not disable class registration unless you can ensure your environment is
secure**.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]