SkillAgentSearch skills...

CVEsniper

CVEsniper is a Go-based tool designed to audit Go modules for known vulnerabilities. It fetches vulnerability data from Snyk's vulnerability database and compares it with the versions of the modules used in your project.

Install / Use

/learn @raefko/CVEsniper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CVEsniper

[!WARNING]
CVEsniper is currently under active development: false positives and breaking changes can happen. We highly appreciate any feedback and contributions!

CVEsniper is a Go-based tool designed to audit Go modules for known vulnerabilities. It fetches vulnerability data from Snyk's vulnerability database and compares it with the versions of the modules used in your project.

Installation

To install CVEsniper, you need to have Go installed on your machine. You can download it from here. Once Go is installed, you can install CVEsniper using the following command:

go install github.com/raefko/CVEsniper/cmd/CVEsniper@latest

Usage

CVEsniper <path_to_gomod_file>

You can enable verbose mode by using the --verbose flag:

CVEsniper --verbose <path_to_gomod_file>

Contributing

Contributions to CVEsniper are welcome! Please feel free to open an issue or submit a pull request if you have any improvements or bug fixes.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

View on GitHub
GitHub Stars6
CategoryData
Updated1y ago
Forks0

Languages

Go

Security Score

70/100

Audited on Jul 22, 2024

No findings