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

fix(misconf): do not erase variable type for child modules #7936

Closed
2 tasks
nikpivkin opened this issue Nov 18, 2024 Discussed in #7932 · 0 comments · Fixed by #7941
Closed
2 tasks

fix(misconf): do not erase variable type for child modules #7936

nikpivkin opened this issue Nov 18, 2024 Discussed in #7932 · 0 comments · Fixed by #7941
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. scan/misconfiguration Issues relating to misconfiguration scanning
Milestone

Comments

@nikpivkin
Copy link
Contributor

We need to improve the evaluation of input module variables. If null is passed to a module, it will erase the type of the variable and cause incorrect evaluation of expressions that use them.

Discussed in #7932

Checklist

@nikpivkin nikpivkin added kind/bug Categorizes issue or PR as related to a bug. scan/misconfiguration Issues relating to misconfiguration scanning labels Nov 18, 2024
@nikpivkin nikpivkin self-assigned this Nov 18, 2024
@simar7 simar7 added this to the v0.58.0 milestone Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. scan/misconfiguration Issues relating to misconfiguration scanning
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants