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

POC indicating bug in helm values parsing #1390

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

zentron
Copy link
Contributor

@zentron zentron commented Nov 18, 2024

This should not be merged (yet)

This demonstrates a bug in the parsing of Helm values files.

Since we encode the input from the portal into a JSON value, if we attempt to evaluate the Octopus variable in its JSON-serialized format, any inner variables that also get evaluated at the same time may result in invalid JSON.

i.e. this property represents a twice serialized value, and evaluating it before deserializing the json can lead to crashes.

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.

1 participant