Add golang support in ghsa source (#99)
Add golang support in ghsa source
This commit is contained in:
parent
efb2c4325b
commit
378edf0454
@ -28,7 +28,8 @@ var (
|
||||
Nuget SecurityAdvisoryEcosystem = "NUGET"
|
||||
Pip SecurityAdvisoryEcosystem = "PIP"
|
||||
Rubygems SecurityAdvisoryEcosystem = "RUBYGEMS"
|
||||
Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems}
|
||||
Go SecurityAdvisoryEcosystem = "GO"
|
||||
Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems, Go}
|
||||
|
||||
wait = func(i int) time.Duration {
|
||||
sleep := math.Pow(float64(i), 2) + float64(utils.RandInt()%10)
|
||||
|
Loading…
x
Reference in New Issue
Block a user