fix(report): Support CVSS 3.1 for Red Hat OVAL #930 (#932)

This commit is contained in:
Kota Kanbe
2020-01-30 22:48:04 +09:00
committed by GitHub
parent 7278982af4
commit 5811dffe7a
5 changed files with 106 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
package scan
import (
"sort"
"os"
"reflect"
"sort"
"testing"
"github.com/future-architect/vuls/cache"