-
Notifications
You must be signed in to change notification settings - Fork 437
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
Pysa tutorial not working #808
Comments
Update: it's the same for exercise2 - pysa doesn't find the three issues and just returns an empty array (I added the necessary definitions to the |
Thanks for the report and sorry for the delay. If you don't want to wait: you will need to install |
Summary: As titled. This was reported on #808 Reviewed By: tianhan0 Differential Revision: D51231098 fbshipit-source-id: fa8f343b20dc243610efed367ff336070644fbcc
This should be fixed, please re-open this if you still have the issue. |
Thanks, I can confirm that it works now! |
Pysa Bug
Pre-submission checklist
[x] I've checked the list of common issues and mine does not appear
Bug description
The pysa tutorial does not work as pysa doesn't find the issue it should find on Ubuntu 20.04 LTS on WSL1.
Reproduction steps
pip install pyre-check fb-sapp
pyre analyze
ƛ Found 1 model verification error! sources_sinks.pysa:1:0 django.http.request.HttpRequest.GET is not part of the environment, no module django in search path.
pyre analyze --no-verify
[ ]
instead of yielding thePossible RCE
issue inviews.operate_on_twos
Expected behavior
Exactly what is described in the readme of exercise1 as I precisely followed the steps.
Logs
Please run your reproduction steps with
--noninteractive
(eg.pyre --noninteractive analyze
) and paste the output here: (I ranpyre --noninteractive analyze --no-verify
)The text was updated successfully, but these errors were encountered: