Added an api endpoint filter and updated the README

This commit is contained in:
ChaoticByte 2023-10-13 19:58:24 +02:00
parent 1fe6bacbc2
commit eef075e899
4 changed files with 20 additions and 1 deletions

View file

@ -19,6 +19,7 @@ type WidNotice struct {
Cves []string `json:"cves"` // empty = unknown
NoPatch string `json:"noPatch"` // "" = unknown
// metadata
ApiEndpointId string
PortalUrl string
}