Python poetry alerts
- Langage dominant
- CodeQL
- Étoiles
- 10.1k
- Forks
- 2.1k
- Merge moyen
- 2 j 15 h
- PR mergées (30 j)
- 141
Description
I've setup basic CodeQL pipeline for python and I'm using poetry as dependency manager.
What I found out is that if file `poerty.toml` with configuration below is present (venv is created in `$PWD/.venv`)
```
[virtualenvs]
in-project = true
```
then the pipeline starts report bunch of alerts regarding urllib, requests, etc.

If I remove `poetry.toml` the alerts are gone (venv is created in `/home/runner/.cache/pypoetry/virtualenvs`)
I'm not sure if I should be getting the alerts or not. However the behavior should be consistent in both cases.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.