-
Notifications
You must be signed in to change notification settings - Fork 240
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
Add Getting Started guide to README, with a walkthrough of running it on a Django repo #113
Comments
Ahh so this is due to you running in under Python 2, under Python 3, (especially 3.6), everything will run well :) |
Thanks @KevinHock. What is the best way to test a whole repo or a directory that holds all the python files. |
Lets say it is django |
I also when running a test against django.nV, I got the following:
Is this expected or normal? |
Try -a E or -a D, it's the framework adaptor option. |
Ok, i am not being successful. Can you please write down the commands for that? thx |
Thanks @KevinHock, I think this tool is very promising especially if we can make it very easy to use. Also we need think about a new option such as |
Thank for the kind words @lfatty, I'll definitely work on that too, I've been overly focused on fixing the false positive and negative problems from our last evaluation, I'll also work on de duplicating any duplicate vulnerabilities as a post-processing step until I fix the root cause. |
You can try this |
|
@KevinHock, I ran
|
Thanks for reporting that, I missed it in a recent refactor, I'm sorry about that, |
np. i should be noted that something like |
That is a very simple fix, I'll do that after work today, I thought we already had that. Also FYI |
Great! |
Sorry I haven't made/merged the 'don't mark self tainted' PR (finished handling IfExp's and partially done with BoolOp last night on a non-pushed branch) if you're curious it should be just checking the first arg here https://github.com/python-security/pyt/blob/master/pyt/framework_adaptor.py#L44 |
Fixed it ;) #119 Thanks 👍 |
Thanks @KevinHock. I will test it and will keep you posted. |
I discovered many SyntaxError during setup.py installation.
The text was updated successfully, but these errors were encountered: