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

Method get_absolute_url

vulnerabilities/models.py:1010–1014  ·  view source on GitHub ↗

Return this Package details URL.

(self)

Source from the content-addressed store, hash-verified

1008 return self.changelog.all()
1009
1010 def get_absolute_url(self):
1011 """
1012 Return this Package details URL.
1013 """
1014 return reverse("package_details", args=[self.purl])
1015
1016 def get_details_url(self, request):
1017 """

Callers 3

get_resource_urlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected