Describe the bug
Since May 17, 11:44 PM EDT, the github.com/google/osv/vulnfeeds/cmd/ids@latest command has begun failing to parse some advisories in https://github.com/pypa/advisory-database/ with:
INFO: Failed to assign IDs err=failed to assign ID: failed to parse yaml: proto: (line 1:2): unknown field "vulnerability"
As a result, the workflow to assign new IDs is failing.
To Reproduce
See https://github.com/pypa/advisory-database/actions/workflows/automation.yaml
Expected behaviour
This workflow was passing until recently. Should the advisories wiht the vulnerability field be updated, or is the command broken?
Ref: pypa/advisory-database#283
Describe the bug
Since May 17, 11:44 PM EDT, the
github.com/google/osv/vulnfeeds/cmd/ids@latestcommand has begun failing to parse some advisories in https://github.com/pypa/advisory-database/ with:As a result, the workflow to assign new IDs is failing.
To Reproduce
See https://github.com/pypa/advisory-database/actions/workflows/automation.yaml
Expected behaviour
This workflow was passing until recently. Should the advisories wiht the
vulnerabilityfield be updated, or is the command broken?Ref: pypa/advisory-database#283