We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2de07 commit d0daa4aCopy full SHA for d0daa4a
exasol/toolbox/util/dependencies/audit.py
@@ -68,7 +68,7 @@ def audit_poetry_files(working_directory: Path) -> str:
68
Audit the `pyproject.toml` and `poetry.lock` files
69
70
pip-audit evaluates installed packages. This is to provide
71
- additional security features beyond seeing if a given package
+ additional security-related information beyond seeing if a given package
72
has a known vulnerability. Thus, to audit our `pyproject.toml` and
73
`poetry.lock` files without altering a locally sourced poetry environment,
74
this function first exports the locked packages to a requirements.txt file.
0 commit comments