-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/402 nox session report resolved security issues #770
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
Merged
ArBridgeman
merged 27 commits into
main
from
feature/402-Nox_session_report_resolved_security_issues
Apr 14, 2026
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2ba062b
#402: Created nox task to detect resolved GitHub security issues
ckunki 282591f
added typehint to get_vulnerabilities_from_latest_tag
ckunki 8b1e7b8
Validated warning in test
ckunki 91aebce
Renamed method resolved to resolved_vulnerabilities
ckunki 8d097a5
Renamed nox task and class SecurityAudit once again
ckunki 9bd15c9
Added integration test
ckunki fc12b43
merged changes from changelog.py
ckunki efc20f5
Merge branch 'main' into feature/402-Created_nox_task_to_detect_resol…
ckunki 80533dd
Merge branch 'main' into feature/402-Nox_session_report_resolved_secu…
ckunki f799f7a
Removed comment
ckunki 8d6f7a4
Removed unused imports
ckunki bf09229
Merge branch 'main' into feature/402-Nox_session_report_resolved_secu…
ckunki 99d52ef
nox -s format:fix
ckunki 540b639
Upload metrics.json only once and only for the main branch
ckunki e8fe9a2
Modified trigger
ckunki 0e8eced
Modified trigger (2)
ckunki b732144
fixed unit test
ckunki b14b070
Updated GitHub workflows
ckunki 22539a9
nox -s format:fix
ckunki 0de28bd
Fixed unit tests
ckunki df330e1
Updated workflows once again
ckunki 59911f3
fixed typo in event name
ckunki 117362c
Apply suggestions from code review
ckunki ae9a41d
Added comment for CLI option --disable-pip to pip-audit
ckunki 05c2143
Update .github/workflows/ci.yml
ckunki e70a2ef
Fixed test naming and implementation
ckunki c68943b
Merge branch 'main' into feature/402-Nox_session_report_resolved_secu…
ckunki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,17 @@ | ||
| Managing dependencies | ||
| ===================== | ||
| Managing Dependencies and Vulnerabilities | ||
| ========================================= | ||
|
|
||
| +--------------------------+------------------+----------------------------------------+ | ||
| | Nox session | CI Usage | Action | | ||
| +==========================+==================+========================================+ | ||
| | ``dependency:licenses`` | ``report.yml`` | Uses ``pip-licenses`` to return | | ||
| | | | packages with their licenses | | ||
| +--------------------------+------------------+----------------------------------------+ | ||
| | ``dependency:audit`` | No | Uses ``pip-audit`` to return active | | ||
| | | | vulnerabilities in our dependencies | | ||
| +--------------------------+------------------+----------------------------------------+ | ||
| +------------------------------+----------------+-------------------------------------+ | ||
| | Nox session | CI Usage | Action | | ||
| +==============================+================+=====================================+ | ||
| | ``dependency:licenses`` | ``report.yml`` | Uses ``pip-licenses`` to return | | ||
| | | | packages with their licenses | | ||
| +------------------------------+----------------+-------------------------------------+ | ||
| | ``dependency:audit`` | No | Uses ``pip-audit`` to report active | | ||
| | | | vulnerabilities in our dependencies | | ||
| +------------------------------+----------------+-------------------------------------+ | ||
| | ``vulnerabilities:resolved`` | No | Uses ``pip-audit`` to report known | | ||
| | | | vulnerabilities in dependencies | | ||
| | | | that have been resolved in | | ||
| | | | comparison to the last release. | | ||
| +------------------------------+----------------+-------------------------------------+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.