Victor725

Results 4 issues of Victor725

**Describe the bug** run php2cpg, raise an error as follows: ![image](https://github.com/joernio/joern/assets/55656122/af98a6b3-f26a-404d-8f1b-881526f0d115) **To Reproduce** I opened a docker with command in Readme of joern project: ```docker run --rm -it -v /tmp:/tmp...

bug

运行`pip install -r requirements.txt`安装依赖, 然后运行`python TideFinger.py`, 出现了如下报错: ![image](https://github.com/TideSec/TideFinger/assets/55656122/d4454dad-a671-434b-a725-10a0f19a890b) 请问是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)...