Skip to content

Conversation

@csharpfritz
Copy link
Contributor

@csharpfritz csharpfritz commented Dec 6, 2025

  • Introduced a new feature for scanning NuGet packages for known vulnerabilities.
  • Added VulnerabilityScanner class to handle the scanning logic.
  • Implemented VulnerabilityAnalysisPlugin for integration with the CodeMedic analysis engine.
  • Created command vulnerabilities for users to execute vulnerability scans.
  • Enhanced ProjectInfo to store vulnerability metadata.
  • Updated RepositoryScanner to collect and report vulnerabilities in scanned projects.
  • Added detailed documentation for the vulnerability scanning feature, including usage examples and command reference.
  • Created scripts for running vulnerability scans on Windows and Unix-based systems.
  • Updated README and quick reference documentation to include vulnerability scanning commands.
  • Added unit test and integration tests for Vulnerability Plugin

Fixes #7

- Introduced a new feature for scanning NuGet packages for known vulnerabilities.
- Added `VulnerabilityScanner` class to handle the scanning logic.
- Implemented `VulnerabilityAnalysisPlugin` for integration with the CodeMedic analysis engine.
- Created command `vulnerabilities` for users to execute vulnerability scans.
- Enhanced `ProjectInfo` to store vulnerability metadata.
- Updated `RepositoryScanner` to collect and report vulnerabilities in scanned projects.
- Added detailed documentation for the vulnerability scanning feature, including usage examples and command reference.
- Created scripts for running vulnerability scans on Windows and Unix-based systems.
- Updated README and quick reference documentation to include vulnerability scanning commands.
@csharpfritz csharpfritz merged commit 8ac818b into FritzAndFriends:main Dec 6, 2025
3 checks passed
@csharpfritz csharpfritz deleted the feature-vulnerability branch December 6, 2025 19:29
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.

Report vulnerabilities in package dependencies

1 participant