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

printf is not considered a taint sink #6525

Open
hbrodin opened this issue Dec 13, 2022 · 0 comments
Open

printf is not considered a taint sink #6525

hbrodin opened this issue Dec 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@hbrodin
Copy link
Collaborator

hbrodin commented Dec 13, 2022

printf writes to stdout are not captured as taint sinks when running PolyTracker with POLYTRACKER_STDOUT_SINK=1.
It would be convenient to be able to capture:

printf("Tainted value: %x", tainted_value);

as a taint sink write.

@hbrodin hbrodin added the enhancement New feature or request label Dec 13, 2022
@hbrodin hbrodin changed the title printf is not considered a taint source printf is not considered a taint sink Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant