Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce vulnerability ID truncation #16

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

owenlamont
Copy link
Owner

Added test for longer Jinja2 vulnerabilities example and tweaked table formatting to better distinguish rows and reduce the chances of truncating vulnerability IDs.

Added test for longer Jinja2 vulnerabilities example and tweaked table formatting to better distinguish rows and reduce the chances of truncating vulnerability IDs.
@owenlamont owenlamont self-assigned this Jan 8, 2025
@owenlamont owenlamont linked an issue Jan 8, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jan 8, 2025

Coverage Report

Name                                                     Stmts   Miss  Cover
----------------------------------------------------------------------------
src/uv_secure/__init__.py                                    3      0   100%
src/uv_secure/__version__.py                                 1      0   100%
src/uv_secure/configuration/__init__.py                      2      0   100%
src/uv_secure/configuration/config_factory.py               19      0   100%
src/uv_secure/dependency_checker/__init__.py                 2      0   100%
src/uv_secure/dependency_checker/dependency_checker.py      86      0   100%
src/uv_secure/directory_scanner/__init__.py                  2      0   100%
src/uv_secure/directory_scanner/directory_scanner.py        55      0   100%
src/uv_secure/package_info/__init__.py                       3      0   100%
src/uv_secure/package_info/lock_file_parser.py              13      0   100%
src/uv_secure/package_info/vulnerability_downloader.py      35      0   100%
src/uv_secure/run.py                                        26      0   100%
tests/smoke_test.py                                          2      0   100%
tests/uv_secure/conftest.py                                  0      0   100%
tests/uv_secure/test_run.py                                233      0   100%
----------------------------------------------------------------------------
TOTAL                                                      482      0   100%

@owenlamont owenlamont merged commit bfc7e1f into main Jan 8, 2025
17 checks passed
@owenlamont owenlamont deleted the 15-vulnerability-results-truncated branch January 8, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package versions and vulnerability results truncated
1 participant