sync: Monthly version update#123
Merged
Merged
Conversation
Full sync of latest engine code: - Add PHP analyzer, parser patch, checkers and benchmark tests - Extend Python support with httpserver entrypoints and Django/Tornado/eval coverage - Refine taint propagation, sanitizer, sink/source utilities and rules-basic-handler - Improve callchain checkers (JS/Python/PHP) and full-callgraph file-entrypoint logic - Update analyzer/initializer/exception handler and shared utilities (precondition, memorial, call-info-util) - Refresh checker/tag-propagation/example rule configs and build scripts - Sync benchmark expectations and add new tests (rules-basic-handler, trace-accuracy)
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces support for PHP analysis, including the addition of a PHP parser (using tree-sitter-php), a new PHP taint checker, and necessary build-time patching to handle WASM loading. It also includes enhancements to the callchain checker, improvements to the analyzer's handling of tuple assignments and object properties, and updates to the test infrastructure to support accuracy tracking for trace analysis.
Incremental sync of latest engine code: - Rename PHP analyzer entrypoint collectors to generic naming - Adjust PHP default taint checker accordingly - Update package.json
- Remove test/javascript/test-egg-benchmark.ts - Remove test/javascript/expect/chairbenchmark-expect.result - Drop test-egg script and its reference from test-all
- Restore prepare-js-benchmark.ts (remove two internal benchmark repo URLs) - Restore test-java-real-project.ts (remove hardcoded absolute path and experimental accuracy hook)
Arielwyy
approved these changes
May 7, 2026
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.
Full sync of latest engine code: