Replaced tab spaces in the README with whitespaces
This commit is contained in:
parent
a6377b805d
commit
24f4aeca18
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
@ -143,19 +143,19 @@ All fields from the WidNotice struct can be used.
|
|||
|
||||
```go
|
||||
type WidNotice struct {
|
||||
Uuid string
|
||||
Name string
|
||||
Title string
|
||||
Published time.Time
|
||||
Classification string
|
||||
// optional fields (only fully supported by cert-bund)
|
||||
Basescore int // -1 = unknown
|
||||
Status string // "" = unknown
|
||||
ProductNames []string // empty = unknown
|
||||
Cves []string // empty = unknown
|
||||
NoPatch string // "" = unknown
|
||||
Uuid string
|
||||
Name string
|
||||
Title string
|
||||
Published time.Time
|
||||
Classification string
|
||||
// optional fields (only fully supported by cert-bund)
|
||||
Basescore int // -1 = unknown
|
||||
Status string // "" = unknown
|
||||
ProductNames []string // empty = unknown
|
||||
Cves []string // empty = unknown
|
||||
NoPatch string // "" = unknown
|
||||
// metadata
|
||||
PortalUrl string
|
||||
PortalUrl string
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue