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

mango seems unable to identify stack overflow vulnerabilities #5

Open
lin-3-start opened this issue Dec 24, 2024 · 1 comment
Open

Comments

@lin-3-start
Copy link

webwxgetmsgimg
webwxgetmsgimg
I don't know where the error lies. According to your paper, this part should be able to identify stack overflow vulnerabilities. I don't understand why the mango isn't able to detect it.

@Cl4sm
Copy link
Collaborator

Cl4sm commented Jan 21, 2025

Hi @lin-3-start, by default mango only looks for command injections, if you want to look for other types of sinks you'll need to specify the --category option. If it's missing a sink that you want to implement, you can add sinks to this list: https://github.com/sefcom/operation-mango-public/blob/master/package/argument_resolver/external_function/sink/sink_lists.py
or implement a new category https://github.com/sefcom/operation-mango-public/blob/master/package/argument_resolver/external_function/sink/__init__.py

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

2 participants