Skip to content

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.

License

Notifications You must be signed in to change notification settings

raefko/CVEsniper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages