Skip to content

Added a visited cycle-detection guard in the *ssa.Phi case #1626

Merged
ccojocar merged 1 commit intosecurego:masterfrom
ccojocar:fix_taint_analysis
Mar 30, 2026
Merged

Added a visited cycle-detection guard in the *ssa.Phi case #1626
ccojocar merged 1 commit intosecurego:masterfrom
ccojocar:fix_taint_analysis

Conversation

@ccojocar
Copy link
Copy Markdown
Member

fixes #1624

Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
@ccojocar ccojocar temporarily deployed to security-review March 30, 2026 17:03 — with GitHub Actions Inactive
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.07%. Comparing base (48e8716) to head (ac39e53).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
taint/taint.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1626      +/-   ##
==========================================
- Coverage   81.09%   81.07%   -0.03%     
==========================================
  Files         108      108              
  Lines       10093    10096       +3     
==========================================
  Hits         8185     8185              
- Misses       1423     1426       +3     
  Partials      485      485              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ccojocar ccojocar merged commit 1af5d58 into securego:master Mar 30, 2026
12 of 14 checks passed
@ccojocar ccojocar deleted the fix_taint_analysis branch March 30, 2026 17:20
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.

G706 taint analysis hangs on isFieldTaintedOnValue Phi-node recursion

1 participant