Conversation
sp3arm4n
marked this pull request as ready for review
May 10, 2026 07:46
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
codexbranch.--apk-lib allso a corrupt or unsupported lexicographic-first.sono longer prevents later valid libraries from being analysed.BinaryMetaErrorwith a later valid native library.Root cause
The Phase 9 implementation parsed the first extracted
.soas the legacy primary before parsing additional libraries. If that primary parse failed, the pipeline raised or skipped native analysis before reaching the rest of the extracted libraries, even though--apk-lib allshould analyse every library it can.Validation
python3 -m unittest sample/tests/test_android_pipeline.py sample/tests/test_apk_extractor.py sample/tests/test_cli_android_audit.py sample/tests/test_native_strings.py sample/tests/test_manifest_audit.py sample/tests/test_poc_generator.py sample/tests/test_rule_taxonomy.py sample/tests/test_audit_html_report.py— 247 tests OKpython3 -m unittest discover -s sample/tests— 805 tests OK, 15 skippedgit diff --check