| 1270 | |
| 1271 | # FIXME: Remove when migration from Vulnerability to Advisory is completed |
| 1272 | class 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 |
no outgoing calls
no test coverage detected