Skip to content

Commit 04e0f7a

Browse files
authored
feat(ghsa): add pub ecosystem (#186)
1 parent 733c29e commit 04e0f7a

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
@@ -31,7 +31,8 @@ var (
3131
Go SecurityAdvisoryEcosystem = "GO"
3232
Rust SecurityAdvisoryEcosystem = "RUST"
3333
Erlang SecurityAdvisoryEcosystem = "ERLANG"
34-
Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems, Go, Erlang, Rust}
34+
Pub SecurityAdvisoryEcosystem = "PUB"
35+
Ecosystems = []SecurityAdvisoryEcosystem{Composer, Maven, Npm, Nuget, Pip, Rubygems, Go, Erlang, Rust, Pub}
3536

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

0 commit comments

Comments
 (0)