Skip to content

maceonthompson/scanLevelTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod vs Pkg vs Src Levels

This repo is made explicitly to test the different scan levels of govulncheck (Module, Package, and Symbol). The module uses golang.org/text@0.3.2 as the vulnerable module it is importing from, and a local vulndb clone.

There are three vulns:

  • One that is called directly
  • One that is imported at a package level but not called
  • One that is imported at a module level but not called

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages