Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
/ vulnny Public archive

A tool to scan for publicly known Go vulnerabilities using the Go vulnerability database

License

Notifications You must be signed in to change notification settings

tjgurwara99/vulnny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnny is a simple tool to find vulnerabilities of your Go programs

Why create yet another analysis tool to do the same thing?

Well simply speaking the govulncheck tool has adopted the OSV format which is relatively new and for quite some time, SARIF format has become the defacto standard for Security aggregators. Hence I decided to use the Go's vulncheck library to get the vulnerabilities and convert them into the SARIF format. This tool is mostly for educational purposes, as I wanted to learn about the hurdles tool adopters might have when thinking about supporting SARIF outputs.

About

A tool to scan for publicly known Go vulnerabilities using the Go vulnerability database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages