Skip to content

Commit

Permalink
Add support for ingesting VEX documents in the CSAF format (guacsec#729)
Browse files Browse the repository at this point in the history
* feat: add support for ingesting VEX documents in CSAF format

Signed-off-by: Ulf Lilleengen <ulf.lilleengen@gmail.com>

* fix: typo

Signed-off-by: Dejan Bosanac <dbosanac@redhat.com>

---------

Signed-off-by: Ulf Lilleengen <ulf.lilleengen@gmail.com>
Signed-off-by: Dejan Bosanac <dbosanac@redhat.com>
Co-authored-by: Dejan Bosanac <dbosanac@redhat.com>
  • Loading branch information
2 people authored and Rebecca Metzman committed Jul 5, 2023
1 parent ef7af07 commit b825cf2
Show file tree
Hide file tree
Showing 14 changed files with 1,440 additions and 1 deletion.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/nats-io/nats-server/v2 v2.9.19
github.com/nats-io/nats.go v1.27.1
github.com/openvex/go-vex v0.2.0
github.com/ossf/scorecard/v4 v4.11.0
github.com/package-url/packageurl-go v0.1.1
github.com/pkg/errors v0.9.1
Expand All @@ -188,3 +189,5 @@ require (
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
gopkg.in/yaml.v3 v3.0.1
)

replace github.com/openvex/go-vex => github.com/openvex/go-vex v0.2.1-0.20230519031452-e31eaf94ec95
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,8 @@ github.com/opencontainers/selinux v1.8.2/go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xA
github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/openvex/go-vex v0.2.1-0.20230519031452-e31eaf94ec95 h1:KaiVXuu3VOhiuDXhe4OiJ+GKpoy1M+ZQEu84If/LEIA=
github.com/openvex/go-vex v0.2.1-0.20230519031452-e31eaf94ec95/go.mod h1:Efz888wbK/6oFFyJfhfz6MbJs4fOmZmT+Hmmedw5Wmk=
github.com/openzipkin/zipkin-go v0.2.5/go.mod h1:KpXfKdgRDnnhsxw4pNIH9Md5lyFqKUa4YDFlwRYAMyE=
github.com/ossf/scorecard/v4 v4.11.0 h1:S2HSgxmIDKB8JT6/7wsEaA7gFaRDYhVX+JQIkZmVL5g=
github.com/ossf/scorecard/v4 v4.11.0/go.mod h1:70Tk4U+7VfTXVsS3SIKpYGPE63Fez1XlNrsiwM1069A=
Expand Down
Loading

0 comments on commit b825cf2

Please sign in to comment.