Dataclasses expect having meaningful data and should be documented in code. Eg: The following should say what is expected in the `aliases` field. https://github.com/nexB/vulnerablecode/blob/4390b6aca872cbde378516199f143fa11e64bc5a/vulnerabilities/importer.py#L192-L209
Dataclasses expect having meaningful data and should be documented in code.
Eg:
The following should say what is expected in the
aliasesfield.https://github.com/nexB/vulnerablecode/blob/4390b6aca872cbde378516199f143fa11e64bc5a/vulnerabilities/importer.py#L192-L209