MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / FixingPackageRelatedVulnerability

Class FixingPackageRelatedVulnerability

vulnerabilities/models.py:1272–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270
1271# FIXME: Remove when migration from Vulnerability to Advisory is completed
1272class FixingPackageRelatedVulnerability(PackageRelatedVulnerabilityBase):
1273 class Meta(PackageRelatedVulnerabilityBase.Meta):
1274 verbose_name_plural = "Fixing Package Related Vulnerabilities"
1275
1276
1277# FIXME: Remove when migration from Vulnerability to Advisory is completed

Callers 4

process_inferencesFunction · 0.90
process_inferencesFunction · 0.90
import_advisoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected