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

fixes infinte loop while local variable resolution #700

Merged

Conversation

patilpankaj212
Copy link
Contributor

No description provided.

@sonarcloud
Copy link

sonarcloud bot commented Apr 26, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #700 (2545350) into master (4c66c22) will decrease coverage by 0.18%.
The diff coverage is 59.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #700      +/-   ##
==========================================
- Coverage   73.28%   73.09%   -0.19%     
==========================================
  Files         110      110              
  Lines        3099     3107       +8     
==========================================
  Hits         2271     2271              
- Misses        650      656       +6     
- Partials      178      180       +2     
Impacted Files Coverage Δ
...c-providers/terraform/commons/module-references.go 40.00% <0.00%> (-2.11%) ⬇️
...ac-providers/terraform/commons/local-references.go 71.87% <25.00%> (-8.13%) ⬇️
...providers/terraform/commons/variable-references.go 78.46% <62.50%> (-3.51%) ⬇️
pkg/iac-providers/terraform/commons/references.go 75.51% <88.88%> (ø)
...c-providers/terraform/commons/lookup-references.go 76.00% <100.00%> (ø)

@patilpankaj212 patilpankaj212 linked an issue Apr 26, 2021 that may be closed by this pull request
@kanchwala-yusuf kanchwala-yusuf merged commit 3bd67ae into tenable:master May 5, 2021
@patilpankaj212 patilpankaj212 deleted the local-var-recursive-fix branch May 5, 2022 11:36
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.

Local expansion recursive infinite loop
2 participants