The advisory dataclass has a weirdly named field https://github.com/nexB/vulnerablecode/blob/d8ce30e29c0d3257a1d00d89feb0afa753ba3f69/vulnerabilities/data_source.py#L89 `vuln_references` . We want to rename `vuln_references` to `references`. This should be refactored for, in all importers at https://github.com/nexB/vulnerablecode/tree/main/vulnerabilities/importers and ofcourse tests
The advisory dataclass has a weirdly named field https://github.com/nexB/vulnerablecode/blob/d8ce30e29c0d3257a1d00d89feb0afa753ba3f69/vulnerabilities/data_source.py#L89
vuln_references.We want to rename
vuln_referencestoreferences. This should be refactored for, in all importers at https://github.com/nexB/vulnerablecode/tree/main/vulnerabilities/importers and ofcourse tests