Skip to content

fix(engine): Validate runtime values before injecting them into CUE - #598

Merged
stefanprodan merged 1 commit into
mainfrom
fix/runtime-value-cue-injection
Aug 3, 2026
Merged

stefanprodan merged 1 commit into
mainfrom
fix/runtime-value-cue-injection

Conversation

@stefanprodan

Copy link
Copy Markdown
Owner

Number values are now checked with literal.ParseNum, which accepts exactly what CUE accepts as a number literal, and bool values must be true or false.

Number values are now checked with `literal.ParseNum`, which accepts
exactly what CUE accepts as a number literal, and bool values must be
`true` or `false`.
@stefanprodan stefanprodan added the area/bundles Timoni's Bundle related issues and pull requests label Aug 3, 2026
@stefanprodan
stefanprodan merged commit 92d8807 into main Aug 3, 2026
5 checks passed
@stefanprodan
stefanprodan deleted the fix/runtime-value-cue-injection branch August 3, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/bundles Timoni's Bundle related issues and pull requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant