Support Debian

This commit is contained in:
knqyf263
2017-04-22 17:02:35 +09:00
committed by kota kanbe
parent 2cec20c7ee
commit 10a27042b5
8 changed files with 295 additions and 32 deletions

11
oval/redhat.go Normal file
View File

@@ -0,0 +1,11 @@
package oval
type redhat struct{}
func NewRedhat() redhat {
return redhat{}
}
func (o redhat) FillCveInfoFromOvalDB() {
}