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

Method affected_packages

vulnerabilities/models.py:334–338  ·  view source on GitHub ↗

Return a queryset of packages that are affected by this vulnerability.

(self)

Source from the content-addressed store, hash-verified

332
333 @property
334 def affected_packages(self):
335 """
336 Return a queryset of packages that are affected by this vulnerability.
337 """
338 return self.affecting_packages.with_is_vulnerable()
339
340 @property
341 def packages_fixing(self):

Callers

nothing calls this directly

Calls 1

with_is_vulnerableMethod · 0.45

Tested by

no test coverage detected