We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/pandatix/nvdapi/blob/11bc999ed1b9c8c65857c8e2a7e48f2aeed3c0b6/v2/cve.go#L30C1-L33C61
VersionStart *string `nvd:"versionStart,omitempty"` VersionStartType *string `nvd:"versionStartType,omitempty"` VersionEnd *string `nvd:"versionEnd,omitempty"` VersionEndType *string `nvd:"versionEndType,omitempty"`
every line missing trailing comma null pointer on encoder.go (if pts[2] == "noValue" && f.Kind() == reflect.Bool && f.Bool() {)
The text was updated successfully, but these errors were encountered:
Hi @Ahudeda,
Thanks for finding this mistake. I will fix it soon (under <48h) when available, or accept a PR if one pops up.
Bests, Lucas.
Sorry, something went wrong.
Hey, should be fixed by v0.6.5 😉
pandatix
No branches or pull requests
https://github.com/pandatix/nvdapi/blob/11bc999ed1b9c8c65857c8e2a7e48f2aeed3c0b6/v2/cve.go#L30C1-L33C61
every line missing trailing comma
null pointer on encoder.go (if pts[2] == "noValue" && f.Kind() == reflect.Bool && f.Bool() {)
The text was updated successfully, but these errors were encountered: