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

[php] Type Recovery for Inherited Methods & Chained Calls #4581

Merged
merged 1 commit into from
May 23, 2024

Conversation

DavidBakerEffendi
Copy link
Collaborator

Handles propagating types via chained call patterns, as well as $this-> calls where the method being invoked is inherited.

Follows up from #4569

Handles propagating types via chained call patterns, as well as `$this->` calls where the method being invoked is inherited.

Follows up from #4569
@DavidBakerEffendi DavidBakerEffendi added php Relates to php2cpg type recovery Concerns Joern's WIP type recovery labels May 21, 2024
@DavidBakerEffendi DavidBakerEffendi merged commit da6b7da into master May 23, 2024
5 checks passed
@DavidBakerEffendi DavidBakerEffendi deleted the dave/php/inheritted-and-chained-calls branch May 23, 2024 12:30
karan-batavia pushed a commit to Privado-Inc/joern that referenced this pull request Jun 18, 2024
Handles propagating types via chained call patterns, as well as `$this->` calls where the method being invoked is inherited.

Follows up from joernio#4569
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
php Relates to php2cpg type recovery Concerns Joern's WIP type recovery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants