Uv-secure

Latest version: v0.9.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.9.0

What's Changed
* Updated README to cover conda-forge installation by owenlamont in https://github.com/owenlamont/uv-secure/pull/39
* Direct dependency filters by owenlamont in https://github.com/owenlamont/uv-secure/pull/40


Breaking Changes

The follow config file options:
* ignore_vulnerabilities
* aliases
* desc

Have been moved down one level in the configuration hierarchy under the `vulnerability_criteria` section, so if you had a pyproject.toml file like this:

toml
[tool.uv-secure]
ignore_vulnerabilities = ["VULN-123"]
aliases = true
desc = true


update it to this:

toml
[tool.uv-secure.vulnerability_criteria]
ignore_vulnerabilities = ["VULN-123"]
aliases = true
desc = true


or if you have a .uv-secure.toml / uv-secure.toml file like this:

toml
ignore_vulnerabilities = ["VULN-123"]
aliases = true Defaults to false
desc = true Defaults to false


update it to this:

toml
[vulnerability_criteria]
ignore_vulnerabilities = ["VULN-123"]
aliases = true Defaults to false
desc = true Defaults to false


**Full Changelog**: https://github.com/owenlamont/uv-secure/compare/0.8.1...0.9.0

0.8.1

What's Changed
* Remove tzdata dependency by owenlamont in https://github.com/owenlamont/uv-secure/pull/38


**Full Changelog**: https://github.com/owenlamont/uv-secure/compare/0.8.0...0.8.1

0.8.0

What's Changed
* Dependency maintainability thresholds by owenlamont in https://github.com/owenlamont/uv-secure/pull/33


**Full Changelog**: https://github.com/owenlamont/uv-secure/compare/0.7.1...0.8.0

0.7.1

What's Changed
* Minor fix to the disable-cache flag logic by owenlamont in https://github.com/owenlamont/uv-secure/pull/32


**Full Changelog**: https://github.com/owenlamont/uv-secure/compare/0.7.0...0.7.1

0.7.0

What's Changed
* Add contributing guide by owenlamont in https://github.com/owenlamont/uv-secure/pull/28
* Small Typo Fix on The Contribution Page by Vizonex in https://github.com/owenlamont/uv-secure/pull/29
* Conditionally disable comment actions on forked repo PRs by owenlamont in https://github.com/owenlamont/uv-secure/pull/30
* Add file caching to improvement performance when running uv-secure multiple times by owenlamont in https://github.com/owenlamont/uv-secure/pull/31

New Contributors
* Vizonex made their first contribution in https://github.com/owenlamont/uv-secure/pull/29

**Full Changelog**: https://github.com/owenlamont/uv-secure/compare/0.6.0...0.7.0

0.6.0

What's Changed
* Fix documentation mistakes by owenlamont in https://github.com/owenlamont/uv-secure/pull/26
* Added logic to convert vulnerability aliases to hyperlinks by owenlamont in https://github.com/owenlamont/uv-secure/pull/27


**Full Changelog**: https://github.com/owenlamont/uv-secure/compare/0.5.0...0.6.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.