0xedward
0xedward
Hey @cactuschibre , you can run `pyre analyze --no-verify` to run Pysa despite having model verification errors Does that solve the issue you are running into?
> Nothing else in the output. So nothing found ? @cactuschibre so there could be many reasons why you aren't getting any results (e.g. repo you are running pysa on...
Hey @alega19, I noticed the following in your `pyre_rage.log`: ``` 2021-12-08 20:14:48,433 [PID 29288] DEBUG /home/oleg/testpyre/.venv/bin/pyre.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/oleg/testpyre/.venv/bin/pyre.bin) ``` This [post](https://superuser.com/questions/537683/how-to-fix-lib-x86-64-linux-gnu-libc-so-6-version-glibc-2-14-not-found#answer-537694) might provide a...
We're looking into the bug with Pyre not picking up `sh.py` in `site-packages` if `sh.py` is not included as a module in the venv. We'll try to fix the bug...
> We're looking into the bug with Pyre not picking up sh.py in site-packages if sh.py is not included as a module in the venv. Hey @esiebomaj! @shannonzhu landed a...
With no blacklist set, I had the same issue where Windows' network status was displaying `No Internet access`, but all applications were making DNS queries and getting responses, except Spotify's...
Hey @Securee and @koftnt, if you rerun MT on your code with the latest version of MT and run `sapp analyze` on the output from MT. Does this issue still...
Hey @qlkwej! > Should be the latest one mariana-trench 1.0.2 That's strange since my earlier guess at what may be happening is the json output from MT you are using...
Hey @xkortex, so sorry about the late reply! :( Thanks for the suggestion! I think if we wanted to implement this, we probably want to keep the current interface the...
Hey @thernstig, it's been a while since I worked on this, so my memory might be a bit faulty. The polyfill basically converts the `configuration` dictionary in the HTML Sanitizer...