16 lines
757 B
Markdown
16 lines
757 B
Markdown
# Security policy
|
|
|
|
uv is a Python package manager. Due to the design of the Python packaging ecosystem and the dynamic
|
|
nature of Python itself, there are many cases where uv can execute arbitrary code. For example:
|
|
|
|
- uv invokes Python interpreters on the system to retrieve metadata
|
|
- uv builds source distributions as described by PEP 517
|
|
- uv may build packages from the requested package indexes
|
|
|
|
These are not considered vulnerabilities in uv. If you think uv's stance in these areas can be
|
|
hardened, please file an issue for a new feature.
|
|
|
|
If you believe you have found a vulnerability that is in scope for the project, please contact us as
|
|
described in the organization
|
|
[Security Policy](https://github.com/astral-sh/.github/blob/main/SECURITY.md).
|