Skip to content

Conversation

@yanganto
Copy link
Owner

@yanganto yanganto commented Dec 4, 2025

No description provided.

@yanganto yanganto requested a review from Copilot December 4, 2025 06:10
Copy link
Contributor

Copilot AI left a 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
Comment on lines 257 to 260
- 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.
Copy link

Copilot AI Dec 4, 2025

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'.

Suggested change
- 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.

Copilot uses AI. Check for mistakes.
yanganto and others added 4 commits December 4, 2025 14:14
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>
@yanganto yanganto merged commit 6fc9942 into main Dec 4, 2025
3 checks passed
@yanganto yanganto deleted the readme branch December 4, 2025 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants