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

Method get_queryset

vulnerabilities/api.py:475–476  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

473 throttle_classes = [PermissionBasedUserRateThrottle]
474
475 def get_queryset(self):
476 return super().get_queryset().with_is_vulnerable()
477
478 @extend_schema(
479 request=PackageBulkSearchRequestSerializer,

Callers 2

lookupMethod · 0.95
get_querysetMethod · 0.45

Calls 1

with_is_vulnerableMethod · 0.45

Tested by

no test coverage detected