-
Notifications
You must be signed in to change notification settings - Fork 3
update readme #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update readme #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new section to the README explaining why TOML is a good choice for configuration files. The section compares TOML with other common configuration file formats (INI, JSON, YAML) and highlights TOML's advantages for human readability and simplicity.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
| - YAML is too greedy on covering derserialize issue, so it is too complex for a confiture and vulnerable, for example: | ||
| - `y` ambiguously stand for "y" or true | ||
| - [CVE-2019-11253](https://github.com/kubernetes/kubernetes/issues/83253) | ||
| - TOML is good for now, and easy to write and read for humman, that is a real need for confiture file. |
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'derserialize' to 'deserialization' and 'confiture' to 'configuration'.
| - YAML is too greedy on covering derserialize issue, so it is too complex for a confiture and vulnerable, for example: | |
| - `y` ambiguously stand for "y" or true | |
| - [CVE-2019-11253](https://github.com/kubernetes/kubernetes/issues/83253) | |
| - TOML is good for now, and easy to write and read for humman, that is a real need for confiture file. | |
| - YAML is too greedy on covering deserialization issue, so it is too complex for a configuration and vulnerable, for example: | |
| - `y` ambiguously stand for "y" or true | |
| - [CVE-2019-11253](https://github.com/kubernetes/kubernetes/issues/83253) | |
| - TOML is good for now, and easy to write and read for humman, that is a real need for configuration file. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.