Victor725
Victor725
**Describe the bug** run php2cpg, raise an error as follows:  **To Reproduce** I opened a docker with command in Readme of joern project: ```docker run --rm -it -v /tmp:/tmp...
运行`pip install -r requirements.txt`安装依赖, 然后运行`python TideFinger.py`, 出现了如下报错:  请问是requirements中的依赖版本存在问题吗?
# Pysa Bug **Pre-submission checklist** [ ] I've checked the list of [common issues](https://pyre-check.org/docs/pysa-quickstart/#common-issues) and mine does not appear **Bug description** When I run "pyre analyze --no-verify --save-results-to ./pysa-runs", an...
When using client.containers.run(), we can determine parameters such as image, command, ... I wander what the difference between auto_remove and remove? In Official Document, auto_remove defined as: ``` auto_remove (bool)...