Skip to content

Use ArrayFields, instead of creating more references  #209

@sbs2001

Description

@sbs2001

The current implementation of VulnerabilityReference , forces us to have only one reference_id and url which is inconvenient because consider : for vulneraiblity 'a' there are 'n' reference_id and 'm' url , hence to have all combinations of reference_id and url we need to create n*m VulnerabilityReference. This results in more db queries+ data duplication.

This can be simply solved by using ArrayField

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions