MCPcopy Index your code
hub / github.com/aboutcode-org/vulnerablecode / Group

Class Group

vulnerabilities/models.py:4015–4022  ·  view source on GitHub ↗

A Group of advisories that have been merged together based on their content and identifiers.

Source from the content-addressed store, hash-verified

4013
4014
4015class Group(NamedTuple):
4016 """
4017 A Group of advisories that have been merged together based on their content and identifiers.
4018 """
4019
4020 aliases: Set[AdvisoryAlias]
4021 primary: AdvisoryV2
4022 secondaries: List[AdvisoryV2]
4023
4024
4025class GroupedAdvisory(NamedTuple):

Calls

no outgoing calls

Tested by 1