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

no taint from scanf #46

Open
liangjs opened this issue Dec 6, 2020 · 2 comments
Open

no taint from scanf #46

liangjs opened this issue Dec 6, 2020 · 2 comments

Comments

@liangjs
Copy link

liangjs commented Dec 6, 2020

If the input data is read by fscanf, it seems the data will not be tainted?

@moyix
Copy link
Contributor

moyix commented Sep 15, 2021

That's possible – our taint system only looks at read and pread, and only looks at actual files (no stdin). If fscanf is using some other mechanism, or is reading from stdin, then you will have to add support for that in the file_taint plugin, or modify the target so that it reads from one of the supported sources.

@tleek
Copy link
Member

tleek commented Sep 15, 2021 via email

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

3 participants