feat(executor): wire tracked param filtering (PR-03)#607
Merged
shivasurya merged 1 commit intomainfrom Mar 14, 2026
Merged
Conversation
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
6 tasks
Owner
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 14, 2026
Owner
Author
Merge activity
|
Propagates TrackedParams through resolveMatchers() for both call_matcher and type_constrained_call branches. Adds helper functions: findCallSiteAtLine, resolveTrackedParamIndices, getParamNamesForFQN, matchesTrackedParams, resolveParamIndex. Filters VDG detections in executeLocal() and inter-procedural flows in summaryConfirmsFlow(). Populates SinkParamIndex on DataflowDetection. Propagates SinkVar from TaintDetection to TaintInfo in AnalyzeWithVDG. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f2fc9b5 to
e876b18
Compare
Code Pathfinder Security ScanNo security issues detected.
Powered by Code Pathfinder |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #607 +/- ##
==========================================
- Coverage 83.84% 83.62% -0.23%
==========================================
Files 155 155
Lines 20937 21030 +93
==========================================
+ Hits 17555 17586 +31
- Misses 2739 2798 +59
- Partials 643 646 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
TrackedParamsthroughresolveMatchers()in bothcall_matcherandtype_constrained_callbranchesMatchedCallSitenil case: look up actualCallSitefrom call graph whenTrackedParamsare presentfindCallSiteAtLine,resolveTrackedParamIndices,getParamNamesForFQN,matchesTrackedParams,resolveParamIndexexecuteLocal()against sinkTrackedParamsbefore appendingsummaryConfirmsFlow()usingresolveTrackedParamIndices()SinkParamIndexonDataflowDetectionSinkVarfromTaintDetectiontoTaintInfoinAnalyzeWithVDG()Test plan
gradle buildGopassesgradle testGopasses (zero regressions)gradle lintGopasses (0 issues)🤖 Generated with Claude Code