Skip to content
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

Remove and ignore object references from Yaml files #499

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

jonahgraham
Copy link
Member

Yaml 2.0 fixes CVE-2022–1471 to error on object references. This commit adapts our use of Yaml to not output object references anymore and on loading explicitly allow object references to expected types.

Fixes #498

@jonahgraham
Copy link
Member Author

@15knots FYI and if you have a chance to review that would be welcome too.

Yaml 2.0 fixes CVE-2022–1471 to error on object references. This
commit adapts our use of Yaml to not output object references
anymore and on loading explicitly allow object references to
expected types.

Fixes eclipse-cdt#498
@15knots
Copy link
Contributor

15knots commented Aug 10, 2023

+1

@jonahgraham
Copy link
Member Author

The remaining error is unrelated.

@jonahgraham jonahgraham merged commit de012f4 into eclipse-cdt:main Aug 10, 2023
3 of 4 checks passed
@jonahgraham jonahgraham deleted the fix-snakeyaml branch August 10, 2023 13:38
@jonahgraham jonahgraham added this to the 11.3.0 milestone Sep 13, 2023
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.

Snakeyaml upgrade breaks use case
2 participants