Skip to content

Commit ea064da

Browse files
authored
feat: add Rust ecosystem from GitHub Advisory Database (#174)
1 parent ff3b213 commit ea064da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ghsa/ghsa.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ var (
2929
Pip SecurityAdvisoryEcosystem = "PIP"
3030
Rubygems SecurityAdvisoryEcosystem = "RUBYGEMS"
3131
Go SecurityAdvisoryEcosystem = "GO"
32+
Rust SecurityAdvisoryEcosystem = "RUST"
3233
Erlang SecurityAdvisoryEcosystem = "ERLANG"
33-
Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems, Go, Erlang}
34+
Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems, Go, Erlang, Rust}
3435

3536
wait = func(i int) time.Duration {
3637
sleep := math.Pow(float64(i), 2) + float64(utils.RandInt()%10)

0 commit comments

Comments
 (0)