fix(report): fill cert alerts from NVD and JVN feeds (#899)

* fix(report): fill cert alerts from NVD and JVN feeds

* fix import alias cve to cvemodels

* fix import alias cve to cvemodels

* remove unnecessary func
This commit is contained in:
Kota Kanbe
2019-09-09 21:11:59 +09:00
committed by GitHub
parent cc13b6a27c
commit f54e7257d1
11 changed files with 47 additions and 4522 deletions

View File

@@ -28,7 +28,7 @@ all: build
build: main.go pretest fmt
$(GO) build -a -ldflags "$(LDFLAGS)" -o vuls $<
b: main.go pretest
b: main.go pretest fmt
$(GO) build -ldflags "$(LDFLAGS)" -o vuls $<
install: main.go pretest
@@ -65,5 +65,4 @@ cov:
clean:
echo $(PKGS) | xargs go clean || exit;
echo $(PKGS) | xargs go clean || exit;