diff --git a/ghsa/ghsa.go b/ghsa/ghsa.go index 2858363..b7f3f38 100644 --- a/ghsa/ghsa.go +++ b/ghsa/ghsa.go @@ -29,7 +29,8 @@ var ( Pip SecurityAdvisoryEcosystem = "PIP" Rubygems SecurityAdvisoryEcosystem = "RUBYGEMS" Go SecurityAdvisoryEcosystem = "GO" - Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems, Go} + Erlang SecurityAdvisoryEcosystem = "ERLANG" + Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems, Go, Erlang} wait = func(i int) time.Duration { sleep := math.Pow(float64(i), 2) + float64(utils.RandInt()%10)