* feat(ms): import gost:MaineK00n/new-windows * chore(discover): add CTI section * feat(ms): fill KB with VulnInfo.DistroAdvisories instead of CveContent.Optional * fix(ms): Change bitSize from 32 to 64 * fix(ms): delete KB prefix * chore(ms): change logger * fix(ms): fill in correct AdvisoryID Co-authored-by: Sadayuki Matsuno <sadayuki.matsuno@gmail.com>
		
			
				
	
	
		
			170 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			170 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/future-architect/vuls
 | 
						|
 | 
						|
go 1.18
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/Azure/azure-sdk-for-go v63.0.0+incompatible
 | 
						|
	github.com/BurntSushi/toml v1.1.0
 | 
						|
	github.com/Ullaakut/nmap/v2 v2.1.2-0.20210406060955-59a52fe80a4f
 | 
						|
	github.com/aquasecurity/fanal v0.0.0-20220426115253-1d75fc0c7219
 | 
						|
	github.com/aquasecurity/go-dep-parser v0.0.0-20220422134844-880747206031
 | 
						|
	github.com/aquasecurity/trivy v0.27.1
 | 
						|
	github.com/aquasecurity/trivy-db v0.0.0-20220327074450-74195d9604b2
 | 
						|
	github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
 | 
						|
	github.com/aws/aws-sdk-go v1.43.31
 | 
						|
	github.com/c-robinson/iplib v1.0.3
 | 
						|
	github.com/cenkalti/backoff v2.2.1+incompatible
 | 
						|
	github.com/d4l3k/messagediff v1.2.2-0.20190829033028-7e0a312ae40b
 | 
						|
	github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
 | 
						|
	github.com/emersion/go-smtp v0.14.0
 | 
						|
	github.com/google/subcommands v1.2.0
 | 
						|
	github.com/gosuri/uitable v0.0.4
 | 
						|
	github.com/hashicorp/go-uuid v1.0.2
 | 
						|
	github.com/hashicorp/go-version v1.6.0
 | 
						|
	github.com/jesseduffield/gocui v0.3.0
 | 
						|
	github.com/k0kubun/pp v3.0.1+incompatible
 | 
						|
	github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
 | 
						|
	github.com/knqyf263/go-cpe v0.0.0-20201213041631-54f6ab28673f
 | 
						|
	github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
 | 
						|
	github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936
 | 
						|
	github.com/kotakanbe/go-pingscanner v0.1.0
 | 
						|
	github.com/kotakanbe/logrus-prefixed-formatter v0.0.0-20180123152602-928f7356cb96
 | 
						|
	github.com/mitchellh/go-homedir v1.1.0
 | 
						|
	github.com/nlopes/slack v0.6.0
 | 
						|
	github.com/olekukonko/tablewriter v0.0.5
 | 
						|
	github.com/parnurzeal/gorequest v0.2.16
 | 
						|
	github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
 | 
						|
	github.com/sirupsen/logrus v1.8.1
 | 
						|
	github.com/spf13/cobra v1.5.0
 | 
						|
	github.com/vulsio/go-cti v0.0.2-0.20220613013115-8c7e57a6aa86
 | 
						|
	github.com/vulsio/go-cve-dictionary v0.8.2-0.20211028094424-0a854f8e8f85
 | 
						|
	github.com/vulsio/go-exploitdb v0.4.2
 | 
						|
	github.com/vulsio/go-kev v0.1.1-0.20220118062020-5f69b364106f
 | 
						|
	github.com/vulsio/go-msfdb v0.2.1-0.20211028071756-4a9759bd9f14
 | 
						|
	github.com/vulsio/gost v0.4.2-0.20220630181607-2ed593791ec3
 | 
						|
	github.com/vulsio/goval-dictionary v0.7.3
 | 
						|
	go.etcd.io/bbolt v1.3.6
 | 
						|
	golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
 | 
						|
	golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
 | 
						|
	golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
 | 
						|
	golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	cloud.google.com/go v0.100.2 // indirect
 | 
						|
	cloud.google.com/go/compute v1.6.1 // indirect
 | 
						|
	cloud.google.com/go/iam v0.3.0 // indirect
 | 
						|
	cloud.google.com/go/storage v1.14.0 // indirect
 | 
						|
	github.com/Azure/go-autorest v14.2.0+incompatible // indirect
 | 
						|
	github.com/Azure/go-autorest/autorest v0.11.25 // indirect
 | 
						|
	github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
 | 
						|
	github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
 | 
						|
	github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
 | 
						|
	github.com/Azure/go-autorest/logger v0.2.1 // indirect
 | 
						|
	github.com/Azure/go-autorest/tracing v0.6.0 // indirect
 | 
						|
	github.com/PuerkitoBio/goquery v1.6.1 // indirect
 | 
						|
	github.com/VividCortex/ewma v1.2.0 // indirect
 | 
						|
	github.com/andybalholm/cascadia v1.2.0 // indirect
 | 
						|
	github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce // indirect
 | 
						|
	github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798 // indirect
 | 
						|
	github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46 // indirect
 | 
						|
	github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492 // indirect
 | 
						|
	github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
 | 
						|
	github.com/briandowns/spinner v1.18.1 // indirect
 | 
						|
	github.com/caarlos0/env/v6 v6.9.1 // indirect
 | 
						|
	github.com/cespare/xxhash/v2 v2.1.2 // indirect
 | 
						|
	github.com/cheggaaa/pb/v3 v3.0.8 // indirect
 | 
						|
	github.com/davecgh/go-spew v1.1.1 // indirect
 | 
						|
	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
 | 
						|
	github.com/docker/cli v20.10.12+incompatible // indirect
 | 
						|
	github.com/docker/distribution v2.7.1+incompatible // indirect
 | 
						|
	github.com/docker/docker v20.10.14+incompatible // indirect
 | 
						|
	github.com/docker/docker-credential-helpers v0.6.4 // indirect
 | 
						|
	github.com/fatih/color v1.13.0 // indirect
 | 
						|
	github.com/fsnotify/fsnotify v1.5.4 // indirect
 | 
						|
	github.com/go-redis/redis/v8 v8.11.5 // indirect
 | 
						|
	github.com/go-sql-driver/mysql v1.6.0 // indirect
 | 
						|
	github.com/go-stack/stack v1.8.1 // indirect
 | 
						|
	github.com/gofrs/uuid v4.0.0+incompatible // indirect
 | 
						|
	github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
 | 
						|
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
 | 
						|
	github.com/golang/protobuf v1.5.2 // indirect
 | 
						|
	github.com/google/go-containerregistry v0.8.0 // indirect
 | 
						|
	github.com/googleapis/gax-go/v2 v2.4.0 // indirect
 | 
						|
	github.com/gorilla/websocket v1.4.2 // indirect
 | 
						|
	github.com/hashicorp/errwrap v1.1.0 // indirect
 | 
						|
	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
 | 
						|
	github.com/hashicorp/go-getter v1.5.11 // indirect
 | 
						|
	github.com/hashicorp/go-multierror v1.1.1 // indirect
 | 
						|
	github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
 | 
						|
	github.com/hashicorp/go-safetemp v1.0.0 // indirect
 | 
						|
	github.com/hashicorp/hcl v1.0.0 // indirect
 | 
						|
	github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
 | 
						|
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
 | 
						|
	github.com/jackc/chunkreader/v2 v2.0.1 // indirect
 | 
						|
	github.com/jackc/pgconn v1.12.1 // indirect
 | 
						|
	github.com/jackc/pgio v1.0.0 // indirect
 | 
						|
	github.com/jackc/pgpassfile v1.0.0 // indirect
 | 
						|
	github.com/jackc/pgproto3/v2 v2.3.0 // indirect
 | 
						|
	github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
 | 
						|
	github.com/jackc/pgtype v1.11.0 // indirect
 | 
						|
	github.com/jackc/pgx/v4 v4.16.1 // indirect
 | 
						|
	github.com/jinzhu/inflection v1.0.0 // indirect
 | 
						|
	github.com/jinzhu/now v1.1.5 // indirect
 | 
						|
	github.com/jmespath/go-jmespath v0.4.0 // indirect
 | 
						|
	github.com/klauspost/compress v1.14.2 // indirect
 | 
						|
	github.com/lib/pq v1.10.5 // indirect
 | 
						|
	github.com/magiconair/properties v1.8.6 // indirect
 | 
						|
	github.com/masahiro331/go-mvn-version v0.0.0-20210429150710-d3157d602a08 // indirect
 | 
						|
	github.com/mattn/go-colorable v0.1.12 // indirect
 | 
						|
	github.com/mattn/go-isatty v0.0.14 // indirect
 | 
						|
	github.com/mattn/go-runewidth v0.0.13 // indirect
 | 
						|
	github.com/mattn/go-sqlite3 v1.14.14 // indirect
 | 
						|
	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
 | 
						|
	github.com/mitchellh/go-testing-interface v1.0.0 // indirect
 | 
						|
	github.com/mitchellh/mapstructure v1.5.0 // indirect
 | 
						|
	github.com/nsf/termbox-go v1.1.1 // indirect
 | 
						|
	github.com/opencontainers/go-digest v1.0.0 // indirect
 | 
						|
	github.com/opencontainers/image-spec v1.0.2 // indirect
 | 
						|
	github.com/pelletier/go-toml v1.9.5 // indirect
 | 
						|
	github.com/pelletier/go-toml/v2 v2.0.2 // indirect
 | 
						|
	github.com/pkg/errors v0.9.1 // indirect
 | 
						|
	github.com/pmezard/go-difflib v1.0.0 // indirect
 | 
						|
	github.com/rivo/uniseg v0.2.0 // indirect
 | 
						|
	github.com/rogpeppe/go-internal v1.8.1 // indirect
 | 
						|
	github.com/spf13/afero v1.8.2 // indirect
 | 
						|
	github.com/spf13/cast v1.5.0 // indirect
 | 
						|
	github.com/spf13/jwalterweatherman v1.1.0 // indirect
 | 
						|
	github.com/spf13/pflag v1.0.5 // indirect
 | 
						|
	github.com/spf13/viper v1.12.0 // indirect
 | 
						|
	github.com/stretchr/objx v0.3.0 // indirect
 | 
						|
	github.com/stretchr/testify v1.7.2 // indirect
 | 
						|
	github.com/subosito/gotenv v1.4.0 // indirect
 | 
						|
	github.com/ulikunitz/xz v0.5.10 // indirect
 | 
						|
	go.opencensus.io v0.23.0 // indirect
 | 
						|
	go.uber.org/atomic v1.7.0 // indirect
 | 
						|
	go.uber.org/goleak v1.1.12 // indirect
 | 
						|
	go.uber.org/multierr v1.6.0 // indirect
 | 
						|
	go.uber.org/zap v1.21.0 // indirect
 | 
						|
	golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
 | 
						|
	golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
 | 
						|
	golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
 | 
						|
	golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
 | 
						|
	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
 | 
						|
	golang.org/x/text v0.3.7 // indirect
 | 
						|
	google.golang.org/api v0.81.0 // indirect
 | 
						|
	google.golang.org/appengine v1.6.7 // indirect
 | 
						|
	google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
 | 
						|
	google.golang.org/grpc v1.46.2 // indirect
 | 
						|
	google.golang.org/protobuf v1.28.0 // indirect
 | 
						|
	gopkg.in/ini.v1 v1.66.6 // indirect
 | 
						|
	gopkg.in/yaml.v2 v2.4.0 // indirect
 | 
						|
	gopkg.in/yaml.v3 v3.0.1 // indirect
 | 
						|
	gorm.io/driver/mysql v1.3.4 // indirect
 | 
						|
	gorm.io/driver/postgres v1.3.7 // indirect
 | 
						|
	gorm.io/driver/sqlite v1.3.4 // indirect
 | 
						|
	gorm.io/gorm v1.23.5 // indirect
 | 
						|
	k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
 | 
						|
	moul.io/http2curl v1.0.0 // indirect
 | 
						|
)
 |