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

An issue about the Search-Based Fuzzing chapter #140

Open
ylzshaha opened this issue Aug 29, 2022 · 0 comments
Open

An issue about the Search-Based Fuzzing chapter #140

ylzshaha opened this issue Aug 29, 2022 · 0 comments

Comments

@ylzshaha
Copy link

ylzshaha commented Aug 29, 2022

image

Hello, thank you for writing this awsome book and it help me a lot.
I have a question about the code in the red rectangular. The node.ops[0] is an object but the [ast.Is, ast.IsNot, ast.In, ast.NotIn] is a list of class so i think this in operator will never be true. And I think maybe you want to use this section of code to skip some kinds of operators, but even then I think the In operator should not be included into the skipping list because we need to convert the In operator to the evaluate_condition() function.
I don't know whether my idea is right?

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