Skip to content

Commit

Permalink
NVSHAS-8739,8988: Report all occurrences of vul in different files (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
becitsthere committed May 14, 2024
1 parent d153bcd commit 87ab4ae
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 30 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
github.com/google/uuid v1.3.0
github.com/jedib0t/go-pretty/v6 v6.4.6
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/neuvector/neuvector v0.0.0-20240514014848-57ed2aca9488
github.com/neuvector/neuvector v0.0.0-20240514174641-ad80e5f38bcc
github.com/opencontainers/go-digest v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ github.com/nbutton23/zxcvbn-go v0.0.0-20160627004424-a22cb81b2ecd/go.mod h1:o96d
github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/neuvector/k8s v1.2.1-0.20220214174348-d0b3f377461e h1:y7w21QaxlBzeRNW1PEdBfR/rA0S801uCEvubsiq1AJ0=
github.com/neuvector/k8s v1.2.1-0.20220214174348-d0b3f377461e/go.mod h1:djxl7Js+tfAJJgxKpeN3lnFZT6jRhl1Ikkgd/wMrLQU=
github.com/neuvector/neuvector v0.0.0-20240514014848-57ed2aca9488 h1:kItUSS9m5GFWeNSAIj3E87T3xLu3Y757YF7rjC3VgOk=
github.com/neuvector/neuvector v0.0.0-20240514014848-57ed2aca9488/go.mod h1:jSdathPtRTSMDrQz5m/WMYJA/zfVR8tGVfuthRCZo6A=
github.com/neuvector/neuvector v0.0.0-20240514174641-ad80e5f38bcc h1:paysScCqUEU7OfcNOkhgkOKgl5+e1ozmeg1I1tuz6MA=
github.com/neuvector/neuvector v0.0.0-20240514174641-ad80e5f38bcc/go.mod h1:jSdathPtRTSMDrQz5m/WMYJA/zfVR8tGVfuthRCZo6A=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down
106 changes: 80 additions & 26 deletions vendor/github.com/neuvector/neuvector/share/scan/apps.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ github.com/mitchellh/mapstructure
github.com/neuvector/k8s/apis/meta/v1
github.com/neuvector/k8s/runtime
github.com/neuvector/k8s/runtime/schema
# github.com/neuvector/neuvector v0.0.0-20240514014848-57ed2aca9488
# github.com/neuvector/neuvector v0.0.0-20240514174641-ad80e5f38bcc
## explicit
github.com/neuvector/neuvector/controller/api
github.com/neuvector/neuvector/share
Expand Down

0 comments on commit 87ab4ae

Please sign in to comment.