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

[BUG] Debug symbols stripped false positive #2502

Open
didix21 opened this issue Mar 4, 2025 · 1 comment
Open

[BUG] Debug symbols stripped false positive #2502

didix21 opened this issue Mar 4, 2025 · 1 comment

Comments

@didix21
Copy link

didix21 commented Mar 4, 2025

ENVIRONMENT

OS and Version: macOS Sequoia 15.3.1
Python Version: 3.12.9
MobSF Version: v4.3.0

EXPLANATION OF THE ISSUE

When running a static analysis using the Docker container (as recommended in the documentation), MobSF is reporting false positives for checking if debug symbols are stripped from binaries and dynamic libraries. Upon inspecting the source code at:

, the comment indicates that the check is intended for MacOS only. It is unclear whether this OS-specific behavior is clearly documented, and if not, it might be worth adding a note in the documentation.

Additionally, if the analyzed framework contains a symbol like:

Image

also reports a false positive. It appears that the code attempts to handle this scenario in a try-catch block (see

), but only in cases where an exception is thrown. Is this the expected behavior?

This can be reproduced in master also.

P.D: This issue is related to this: #1917 (comment).

Image
Copy link

github-actions bot commented Mar 4, 2025

👋 @didix21
Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

@didix21 didix21 changed the title Debug symbols stripped false positive [BUG] Debug symbols stripped false positive Mar 4, 2025
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

No branches or pull requests

1 participant